Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java344 GL11Ext.GL_TEXTURE_CROP_RECT_OES, label.mCrop, 0); in draw()
381 mCrop = crop; in Label()
387 public int[] mCrop; field in LabelMaker.Label