Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListOp.h836 class DrawPatchOp : public DrawBoundedOp {
838 DrawPatchOp(const SkBitmap* bitmap, const Res_png_9patch* patch, in DrawPatchOp() function
878 totalVertices += ((DrawPatchOp*) ops[i].op)->getMesh(renderer)->verticesCount; in multiDraw()
893 DrawPatchOp* patchOp = (DrawPatchOp*) ops[i].op; in multiDraw()
DOpenGLRenderer.h1029 friend class DrawPatchOp; variable
DDisplayListRenderer.cpp258 addDrawOp(new (alloc()) DrawPatchOp(bitmap, patch, left, top, right, bottom, paint)); in drawPatch()