Searched defs:asBlendMode (Results 1 – 5 of 5) sorted by relevance
17 std::optional<SkBlendMode> asBlendMode() const final { return fMode; } in asBlendMode() function
39 virtual std::optional<SkBlendMode> asBlendMode() const { return {}; } in asBlendMode() function
138 std::optional<SkBlendMode> SkPaint::asBlendMode() const { in asBlendMode() function in SkPaint
124 virtual std::optional<SkBlendMode> asBlendMode() const { return {}; } in asBlendMode() function
25 std::optional<SkBlendMode> asBlendMode() const final { return fBlendMode; } in asBlendMode() function in skgpu::graphite::PrecompileBlendModeBlender