Home
last modified time | relevance | path

Searched refs:ApplyPathStyle (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
Drs_border.h85 bool ApplyPathStyle(SkPaint& paint) const;
95 bool ApplyPathStyle(Drawing::Pen& pen) const;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_property_drawable_bounds_geometry.cpp141 } else if (border->ApplyPathStyle(paint)) { in Generate()
157 } else if (border->ApplyPathStyle(pen)) { in Generate()
402 } else if (outline->ApplyPathStyle(paint)) { in Generate()
416 } else if (outline->ApplyPathStyle(pen)) { in Generate()
Drs_properties_painter.cpp2130 } else if (border->ApplyPathStyle(paint)) { in DrawBorderBase()
2181 } else if (border->ApplyPathStyle(pen)) { in DrawBorderBase()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_border.cpp246 bool RSBorder::ApplyPathStyle(SkPaint& paint) const in ApplyPathStyle() function in OHOS::Rosen::RSBorder
248 bool RSBorder::ApplyPathStyle(Drawing::Pen& pen) const in ApplyPathStyle()