Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListOp.h809 mBitmap(bitmap), mMeshWidth(meshWidth), mMeshHeight(meshHeight), in DrawBitmapMeshOp()
813 return renderer.drawBitmapMesh(mBitmap, mMeshWidth, mMeshHeight, in applyDraw()
818 OP_LOG("Draw bitmap %p mesh %d x %d", mBitmap, mMeshWidth, mMeshHeight); in output()
830 int mMeshWidth; variable