Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp396 SkBlendMode bmode, const SkPaint& paint) in DrawPatch()
397 : xfermode(bmode), paint(paint) { in DrawPatch()
647 const SkPoint texs[4], SkBlendMode bmode, const SkPaint& paint) { in drawPatch() argument
648 this->push<DrawPatch>(0, points, colors, texs, bmode, paint); in drawPatch()
958 const SkPoint texCoords[4], SkBlendMode bmode, in onDrawPatch() argument
960 fDL->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
973 SkBlendMode bmode, const SkRect* cull, const SkPaint* paint) { in onDrawAtlas() argument
974 fDL->drawAtlas(atlas, xforms, texs, colors, count, bmode, cull, paint); in onDrawAtlas()