Searched refs:DrawPatchOp (Results 1 – 3 of 3) sorted by relevance
836 class DrawPatchOp : public DrawBoundedOp {838 DrawPatchOp(const SkBitmap* bitmap, const Res_png_9patch* patch, in DrawPatchOp() function878 totalVertices += ((DrawPatchOp*) ops[i].op)->getMesh(renderer)->verticesCount; in multiDraw()893 DrawPatchOp* patchOp = (DrawPatchOp*) ops[i].op; in multiDraw()
1029 friend class DrawPatchOp; variable
258 addDrawOp(new (alloc()) DrawPatchOp(bitmap, patch, left, top, right, bottom, paint)); in drawPatch()