Home
last modified time | relevance | path

Searched defs:isStroke (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.h41 bool isStroke; member
140 static void RenderBlendSolid(const Paint& paint, Rgba8T& color, const bool& isStroke) in RenderBlendSolid()
H A Ddraw_canvas.cpp27 …t Paint& paint, RasterizerScanlineAntialias& rasterizer, RenderBase& renBase, const bool& isStroke) in RenderSolid()
42 const bool& isStroke) in DoRender()
95 const bool& isStroke) in DoDrawShadow()
166 const bool& isStroke) in SetRasterizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drosen_render_button.cpp255 void RosenRenderButton::DrawShape(SkCanvas* canvas, const Offset& offset, bool isStroke) in DrawShape()
291 void RosenRenderButton::DrawShape(RSCanvas* canvas, const Offset& offset, bool isStroke) in DrawShape()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp1001 void RosenRenderCustomPaint::PaintText(const Offset& offset, double x, double y, bool isStroke, boo… in PaintText()
2021 const Offset& offset, const std::string& text, bool isStroke, bool hasShadow) in UpdateParagraph()
2092 const Offset& offset, bool isStroke, txt::TextStyle& txtStyle, bool hasShadow)
H A Drosen_render_offscreen_canvas.cpp2130 …fscreenCanvas::PaintText(const std::string& text, double x, double y, bool isStroke, bool hasShado… in PaintText()
2223 const std::string& text, bool isStroke, const PaintState& state, bool hasShadow) in UpdateOffParagraph()
2303 void RosenRenderOffscreenCanvas::UpdateTextStyleForeground(bool isStroke, txt::TextStyle& txtStyle,… in UpdateTextStyleForeground()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp1605 bool isStroke) in BlendRaster()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp1211 const float width, double x, double y, std::optional<double> maxWidth, bool isStroke) in PaintText()