Searched refs:bmode (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 467 SkBlendMode bmode, const SkPaint& paint) in DrawPatch() 468 : xfermode(bmode), paint(paint) { in DrawPatch() 914 const SkPoint texs[4], SkBlendMode bmode, const SkPaint& paint) { in drawPatch() argument 915 this->push<DrawPatch>(0, points, colors, texs, bmode, paint); in drawPatch() 1262 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch() argument 1264 fDL->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch() 1283 SkBlendMode bmode, const SkSamplingOptions& sampling, in onDrawAtlas2() argument 1285 fDL->drawAtlas(atlas, xforms, texs, colors, count, bmode, sampling, cull, paint); in onDrawAtlas2()
|