Searched defs:asBlendMode (Results 1 – 6 of 6) sorted by relevance
32 virtual std::optional<SkBlendMode> asBlendMode() const { return {}; } in asBlendMode() function
33 std::optional<SkBlendMode> asBlendMode() const final { return fMode; } in asBlendMode() function
45 virtual std::optional<SkBlendMode> asBlendMode() const { return {}; } in asBlendMode() function
138 std::optional<SkBlendMode> SkPaint::asBlendMode() const { in asBlendMode() function in SkPaint
22 std::optional<SkBlendMode> asBlendMode() const { return fPrecompileBlender->asBlendMode(); } in asBlendMode() function
28 std::optional<SkBlendMode> asBlendMode() const final { return fBlendMode; } in asBlendMode() function in skgpu::graphite::PrecompileBlendModeBlender