Home
last modified time | relevance | path

Searched refs:cull (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.cpp538 const SkRect* cull, const SkPaint* paint) in onDrawAtlas2() argument
542 if (!cull || !BlendModeCanCache(bmode) || !RecordDrawArea(*cull, realPaint)) { in onDrawAtlas2()
546 … this->SkNWayCanvas::onDrawAtlas2(image, xform, tex, colors, count, bmode, sampling, cull, paint); in onDrawAtlas2()