Searched refs:labelID (Results 1 – 1 of 1) sorted by relevance
279 public float getWidth(int labelID) { in getWidth() argument280 return mLabels.get(labelID).width; in getWidth()289 public float getHeight(int labelID) { in getHeight() argument290 return mLabels.get(labelID).height; in getHeight()301 public float getBaseline(int labelID) { in getBaseline() argument302 return mLabels.get(labelID).baseline; in getBaseline()339 public void draw(GL10 gl, float x, float y, int labelID) { in draw() argument341 Label label = mLabels.get(labelID); in draw()