Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListRenderer.cpp247 addDrawOp(new (alloc()) DrawBitmapMeshOp(bitmap, meshWidth, meshHeight, in drawBitmapMesh()
DDisplayListOp.h804 class DrawBitmapMeshOp : public DrawBoundedOp {
806 DrawBitmapMeshOp(const SkBitmap* bitmap, int meshWidth, int meshHeight, in DrawBitmapMeshOp() function