Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextLine.java243 float bmAscent = ascent(j); in draw() local
245 float scale = -bmAscent / bitmapHeight; in draw()
251 emojiRect.set(x + h, y + bmAscent, in draw()
357 float bmAscent = ascent(j); in measure()
358 float wid = bm.getWidth() * -bmAscent / bm.getHeight(); in measure()