Home
last modified time | relevance | path

Searched defs:ascent (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/text/src/android/text/style/cts/
DSuperscriptSpanTest.java54 float ascent = tp.ascent(); in testUpdateMeasureState() local
75 float ascent = tp.ascent(); in testUpdateDrawState() local
DSubscriptSpanTest.java55 float ascent = tp.ascent(); in testUpdateMeasureState() local
76 float ascent = tp.ascent(); in testUpdateDrawState() local
DLineHeightSpan_StandardTest.java70 final int ascent = 30; in testChooseLineHeightWithNegativeOriginHeight() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaint_FontMetricsIntTest.java42 int ascent = 2; in testToString() local
/cts/tests/tests/text/src/android/text/cts/
DBoringLayoutTest.java544 final int ascent, in createMetrics()