Home | History | Annotate | Download | only in hwui

Lines Matching refs:meshHeight

921     DrawBitmapMeshOp(SkBitmap* bitmap, int meshWidth, int meshHeight,
923 : DrawBoundedOp(vertices, 2 * (meshWidth + 1) * (meshHeight + 1), paint),
924 mBitmap(bitmap), mMeshWidth(meshWidth), mMeshHeight(meshHeight),