Searched refs:bmode (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 D | skia_canvas_autocache.cpp | 460 SkBlendMode bmode, const SkPaint& paint) in onDrawVerticesObject() argument 464 if (!BlendModeCanCache(bmode) || !RecordDrawArea(vertices->bounds(), realPaint)) { in onDrawVerticesObject() 468 this->SkNWayCanvas::onDrawVerticesObject(vertices, bmode, paint); in onDrawVerticesObject() 472 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch() argument 479 if (!BlendModeCanCache(bmode) || !RecordDrawArea(bounds, realPaint)) { in onDrawPatch() 483 this->SkNWayCanvas::onDrawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch() 537 SkBlendMode bmode, const SkSamplingOptions& sampling, 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()
|