Searched defs:DrawPatchOp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListOp.h834 class DrawPatchOp : public DrawBoundedOp { class in namespace:android::uirenderer
836 DrawPatchOp(const SkBitmap* bitmap, const Res_png_9patch* patch, function in class:android::uirenderer::DrawPatchOp
881 totalVertices += ((DrawPatchOp*) ops[i].op)->getMesh(renderer)->verticesCount;
896 DrawPatchOp* patchOp = (DrawPatchOp*) ops[i].op;

Completed in 41 milliseconds