Searched defs:AddVertex (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexgenerate/ |
H A D | vertex_generate_dash.cpp | 89 void VertexGenerateDash::AddVertex(float x, float y, uint32_t cmd) in AddVertex() function in OHOS::VertexGenerateDash
|
H A D | vertex_generate_stroke.cpp | 39 void VertexGenerateStroke::AddVertex(float x, float y, uint32_t cmd) in AddVertex() function in OHOS::VertexGenerateStroke
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/ |
H A D | rasterizer_scanline_antialias.cpp | 174 void RasterizerScanlineAntialias::AddVertex(float x, float y, uint32_t cmd) in AddVertex() function in OHOS::RasterizerScanlineAntialias
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/ |
H A D | depict_adaptor_vertex_generate.h | 56 void AddVertex(float, float, uint32_t) {} in AddVertex() function
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_path_storage.h | 107 void AddVertex(float x, float y, uint32_t cmd) in AddVertex() function
|
H A D | geometry_math_stroke.h | 430 inline void AddVertex(Graphic::Vector<PointF>& vertexConsumer, float x, float y) in AddVertex() function
|