Searched refs:BDDraw (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapDevice.cpp | 186 class SkBitmapDevice::BDDraw : public SkDraw { class in SkBitmapDevice 188 BDDraw(SkBitmapDevice* dev) { in BDDraw() function in SkBitmapDevice::BDDraw 355 BDDraw(this).drawPaint(paint); in drawPaint() 546 BDDraw(this).drawSprite(bitmap, x, y, paint); in drawSprite() 555 BDDraw(this).drawVertices(vertices->mode(), vertices->vertexCount(), vertices->positions(), in drawVertices() 595 BDDraw(this).drawAtlas(atlas, xform, tex, colors, count, mode, paint); in drawAtlas()
|
D | SkBitmapDevice.h | 148 class BDDraw; variable
|
/external/skqp/src/core/ |
D | SkBitmapDevice.cpp | 185 class SkBitmapDevice::BDDraw : public SkDraw { class in SkBitmapDevice 187 BDDraw(SkBitmapDevice* dev) { in BDDraw() function in SkBitmapDevice::BDDraw 353 BDDraw(this).drawPaint(paint); in drawPaint() 551 BDDraw(this).drawSprite(bitmap, x, y, paint); in drawSprite() 560 BDDraw(this).drawVertices(vertices->mode(), vertices->vertexCount(), vertices->positions(), in drawVertices()
|
D | SkBitmapDevice.h | 148 class BDDraw; variable
|