Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp252 static inline bool BlendModeCanCache(SkBlendMode mode) in BlendModeCanCache() function
260 if (bm && !BlendModeCanCache(bm.value())) { in PaintCanCache()
464 if (!BlendModeCanCache(bmode) || !RecordDrawArea(vertices->bounds(), realPaint)) { in onDrawVerticesObject()
479 if (!BlendModeCanCache(bmode) || !RecordDrawArea(bounds, realPaint)) { in onDrawPatch()
542 if (!cull || !BlendModeCanCache(bmode) || !RecordDrawArea(*cull, realPaint)) { in onDrawAtlas2()
569 if (!BlendModeCanCache(mode) || !RecordDrawArea(rect, paint)) { in onDrawEdgeAAQuad()