Searched defs:ascent (Results 1 – 7 of 7) sorted by relevance
75 float ascent = 0; in testUniformY() local
312 int top, int ascent, int descent, int height) { in assertLineMetrics()
1131 final int ascent = Math.max(maxAscent[INDEX_FILL], in measureHorizontal() local1287 final int ascent = Math.max(maxAscent[INDEX_FILL], in measureHorizontal() local
1270 public native float ascent(); in ascent() method in Paint1296 public float ascent; field in Paint.FontMetrics1339 public int ascent; field in Paint.FontMetricsInt
46 jfieldID ascent; member344 static jfloat ascent(JNIEnv* env, jobject paint) { in ascent() function in android::SkPaintGlue379 int ascent = SkScalarRound(metrics.fAscent); in getFontMetricsInt() local
1000 float ascent(int pos) { in ascent() method
500 /*package*/ static float ascent(Paint thisPaint) { in ascent() method in Paint_Delegate