HomeSort by relevance Sort by last modified time
    Searched refs:baseLine (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 294 * Get the baseline of a given label. That's how many pixels from the top of
295 * the label to the text baseline. (This is equivalent to the negative of
299 * @return the baseline in pixels.
302 return mLabels.get(labelID).baseline;
371 public Label(float width, float height, float baseLine,
375 this.baseline = baseLine;
386 public float baseline; field in class:LabelMaker.Label
  /bootable/recovery/tools/image_generator/
ImageGenerator.java 553 int baseLine = mVerticalOffset + lineHeight - fontMetrics.getDescent();
562 graphics.drawString(lineInfo.mLineContent.getIterator(), x, baseLine);
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 595 milliseconds