/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | canvas.h | 102 virtual DrawingType GetDrawingType() const in GetDrawingType() 104 return DrawingType::OVER_DRAW; in GetDrawingType() 115 DrawingType GetDrawingType() const override in GetDrawingType() 117 return DrawingType::NO_DRAW; in GetDrawingType()
|
H A D | path.h | 79 virtual DrawingType GetDrawingType() const in GetDrawingType() 81 return DrawingType::COMMON; in GetDrawingType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | blender.h | 32 virtual DrawingType GetDrawingType() const in GetDrawingType() 34 return DrawingType::COMMON; in GetDrawingType()
|
H A D | mask_filter.h | 54 virtual DrawingType GetDrawingType() const in GetDrawingType() 56 return DrawingType::COMMON; in GetDrawingType()
|
H A D | runtime_effect.h | 71 virtual DrawingType GetDrawingType() const in GetDrawingType() 73 return DrawingType::COMMON; in GetDrawingType()
|
H A D | color_space.h | 96 virtual DrawingType GetDrawingType() const in GetDrawingType() 98 return DrawingType::COMMON; in GetDrawingType()
|
H A D | path_effect.h | 119 virtual DrawingType GetDrawingType() const in GetDrawingType() 121 return DrawingType::COMMON; in GetDrawingType()
|
H A D | color_filter.h | 67 virtual DrawingType GetDrawingType() const in GetDrawingType() 69 return DrawingType::COMMON; in GetDrawingType()
|
H A D | image_filter.h | 137 virtual DrawingType GetDrawingType() const in GetDrawingType() 139 return DrawingType::COMMON; in GetDrawingType()
|
H A D | shader_effect.h | 94 virtual DrawingType GetDrawingType() const in GetDrawingType() 96 return DrawingType::COMMON; in GetDrawingType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | region.h | 45 virtual DrawingType GetDrawingType() const in GetDrawingType() 47 return DrawingType::COMMON; in GetDrawingType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | adapter_type.h | 29 enum class DrawingType { enum
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | cmd_list_helper.h | 72 if (recorded.GetDrawingType() != DrawingType::RECORDING) { in AddRecordedToCmdList() 90 if (recorded->GetDrawingType() != DrawingType::RECORDING) { in AddRecordedToCmdList() 108 if (recorded->GetDrawingType() != DrawingType::RECORDING) { in AddRecordedToCmdList()
|
H A D | recording_canvas.h | 45 DrawingType GetDrawingType() const override in GetDrawingType() 47 return DrawingType::RECORDING; in GetDrawingType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/drawing_utils/ |
H A D | drawing_canvas_utils.cpp | 35 if (canvas->GetDrawingType() == Drawing::DrawingType::RECORDING) { in DrawPixelMapRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | canvas_test.cpp | 847 DrawingType type = overDrawCanvas->GetDrawingType(); 848 ASSERT_TRUE(type == DrawingType::OVER_DRAW); 860 DrawingType type = noDrawCanvas->GetDrawingType(); 861 ASSERT_TRUE(type == DrawingType::NO_DRAW);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.h | 143 virtual DrawingType GetDrawingType() const in GetDrawingType() 145 return DrawingType::COMMON; in GetDrawingType()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 245 if (m_canvas->GetDrawingType() != Drawing::DrawingType::RECORDING) { in DrawingPixelMapMesh() 721 if (m_canvas->GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawImage() 738 if (m_canvas->GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawImage() 2085 if (m_canvas->GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawImageRect() 2106 if (m_canvas->GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawImageRect() 2141 if (canvas.GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawingImageRectWithSrc() 2159 if (canvas.GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawingImageRectWithSrc() 2183 if (canvas.GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawingImageRectWithSrc()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_paint_filter_canvas.h | 288 Drawing::DrawingType GetDrawingType() const override in GetDrawingType() 290 return Drawing::DrawingType::PAINT_FILTER; in GetDrawingType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_misc_drawable.cpp | 336 if (canvas->GetDrawingType() != Drawing::DrawingType::PAINT_FILTER) { in CreateDrawFunc()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd_list.cpp | 328 if (canvas.GetDrawingType() == DrawingType::RECORDING) { in Playback()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image.cpp | 85 if (canvas.GetDrawingType() != Drawing::DrawingType::PAINT_FILTER) { in HDRConvert()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 564 …if (drawingCanvas && drawingCanvas->GetDrawingType() == OHOS::Rosen::Drawing::DrawingType::RECORDI… in OH_Drawing_TypographyPaintOnPath()
|