Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dadapter_type.h34 PAINT_FILTER enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_misc_drawable.cpp336 if (canvas->GetDrawingType() != Drawing::DrawingType::PAINT_FILTER) { in CreateDrawFunc()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h290 return Drawing::DrawingType::PAINT_FILTER; in GetDrawingType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp85 if (canvas.GetDrawingType() != Drawing::DrawingType::PAINT_FILTER) { in HDRConvert()