Home
last modified time | relevance | path

Searched defs:BLEND_MODE_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp149 constexpr size_t BLEND_MODE_SIZE = ArraySize(SK_BLEND_MODE_TABLE); variable
164 constexpr size_t BLEND_MODE_SIZE = ArraySize(DRAWING_BLEND_MODE_TABLE); variable
H A Drosen_render_offscreen_canvas.cpp116 constexpr size_t BLEND_MODE_SIZE = ArraySize(SK_BLEND_MODE_TABLE); variable
131 constexpr size_t BLEND_MODE_SIZE = ArraySize(DRAWING_BLEND_MODE_TABLE); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp73 constexpr size_t BLEND_MODE_SIZE = ArraySize(DRAWING_BLEND_MODE_TABLE); variable