Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp463 SkBlendMode bmode, const SkPaint& paint) in DrawPatch()
464 : xfermode(bmode), paint(paint) { in DrawPatch()
878 const SkPoint texs[4], SkBlendMode bmode, const SkPaint& paint) { in drawPatch() argument
879 this->push<DrawPatch>(0, points, colors, texs, bmode, paint); in drawPatch()
1225 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch() argument
1227 fDL->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
1246 SkBlendMode bmode, const SkSamplingOptions& sampling, in onDrawAtlas2() argument
1248 fDL->drawAtlas(atlas, xforms, texs, colors, count, bmode, sampling, cull, paint); in onDrawAtlas2()