Searched defs:ascent (Results 1 – 9 of 9) sorted by relevance
75 float ascent = 0; in testUniformY() local
373 final float ascent; in draw() local
312 int top, int ascent, int descent, int height) { in assertLineMetrics()
1099 final int ascent = Math.max(maxAscent[INDEX_FILL], in measureHorizontal() local1256 final int ascent = Math.max(maxAscent[INDEX_FILL], in measureHorizontal() local
1191 final int ascent = Math.max(maxAscent[INDEX_FILL], in measureHorizontal() local1348 final int ascent = Math.max(maxAscent[INDEX_FILL], in measureHorizontal() local
1003 float ascent(int pos) { in ascent() method
1363 public native float ascent(); in ascent() method in Paint1389 public float ascent; field in Paint.FontMetrics1432 public int ascent; field in Paint.FontMetricsInt
56 jfieldID ascent; member522 static jfloat ascent(JNIEnv* env, jobject paint) { in ascent() function in android::PaintGlue557 int ascent = SkScalarRoundToInt(metrics.fAscent); in getFontMetricsInt() local
534 /*package*/ static float ascent(Paint thisPaint) { in ascent() method in Paint_Delegate