Searched refs:GeneratePaintFromHandle (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | draw_cmd_test.cpp | 131 DrawOpItem::GeneratePaintFromHandle(paintHandle, *drawCmdList, paint); 190 DrawOpItem::GeneratePaintFromHandle(paintHandle, *drawCmdList, paint2); 223 DrawOpItem::GeneratePaintFromHandle(paintHandle, *drawCmdList, paint2);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 177 void DrawOpItem::GeneratePaintFromHandle(const PaintHandle& paintHandle, const DrawCmdList& cmdList… in GeneratePaintFromHandle() function in OHOS::Rosen::Drawing::DrawOpItem 356 GeneratePaintFromHandle(paintHandle, cmdList, paint_); in DrawWithPaintOpItem() 1472 GeneratePaintFromHandle(paintHandle, cmdList, p); in GenerateCachedOpItem()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 104 …static void GeneratePaintFromHandle(const PaintHandle& paintHandle, const DrawCmdList& cmdList, Pa…
|