HomeSort by relevance Sort by last modified time
    Searched refs:fAscent (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.cpp 24 : fPointSize(pointSize), fAscent(0), fDescent(0)
30 fAscent = (le_int32) yUnitsToPoints(2000.0);
76 return fAscent;
SimpleFontInstance.h 26 le_int32 fAscent;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
SimpleFontInstance.cpp 24 : fPointSize(pointSize), fAscent(0), fDescent(0)
30 fAscent = (le_int32) yUnitsToPoints(2000.0);
76 return fAscent;
SimpleFontInstance.h 26 le_int32 fAscent;
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.cpp 24 : fPointSize(pointSize), fAscent(0), fDescent(0)
30 fAscent = (le_int32) yUnitsToPoints(2000.0);
76 return fAscent;
SimpleFontInstance.h 26 le_int32 fAscent;
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.cpp 24 : fPointSize(pointSize), fAscent(0), fDescent(0)
30 fAscent = (le_int32) yUnitsToPoints(2000.0);
76 return fAscent;
SimpleFontInstance.h 26 le_int32 fAscent;
  /external/chromium_org/third_party/icu/source/samples/layout/
paragraph.h 65 le_int32 fAscent;
83 return fAscent;
FontMap.h 49 le_int32 fAscent;
Surface.cpp 27 ExtTextOut(fHdc, x, y - fAscent, ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
GDIFontInstance.h 59 le_int32 fAscent;
118 return fAscent;
GnomeFontInstance.h 58 le_int32 fAscent;
128 return fAscent;
FontMap.cpp 23 : fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSupport)
231 if (fAscent <= 0) {
235 return fAscent;
274 if (ascent > fAscent) {
275 fAscent = ascent;
GnomeFontInstance.cpp 50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
76 fAscent = (le_int32) (yUnitsToPoints(fFace->ascender) * fDeviceScaleY);
78 fLeading = (le_int32) (yUnitsToPoints(fFace->height) * fDeviceScaleY) - fAscent - fDescent;
80 // printf("Face = %s, unitsPerEM = %d, ascent = %d, descent = %d\n", fontPathName, fUnitsPerEM, fAscent, fDescent);
pflow.c 56 le_int32 fAscent;
135 flow->fAscent = -1;
214 flow->fAscent = ascent;
249 return obj->fAscent;
321 y = obj->fAscent;
  /external/icu/icu4c/source/samples/layout/
paragraph.h 65 le_int32 fAscent;
83 return fAscent;
FontMap.h 49 le_int32 fAscent;
Surface.cpp 27 ExtTextOut(fHdc, x, y - fAscent, ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
GDIFontInstance.h 59 le_int32 fAscent;
118 return fAscent;
GnomeFontInstance.h 58 le_int32 fAscent;
128 return fAscent;
FontMap.cpp 23 : fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSupport)
231 if (fAscent <= 0) {
235 return fAscent;
274 if (ascent > fAscent) {
275 fAscent = ascent;
GnomeFontInstance.cpp 50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
76 fAscent = (le_int32) (yUnitsToPoints(fFace->ascender) * fDeviceScaleY);
78 fLeading = (le_int32) (yUnitsToPoints(fFace->height) * fDeviceScaleY) - fAscent - fDescent;
80 // printf("Face = %s, unitsPerEM = %d, ascent = %d, descent = %d\n", fontPathName, fUnitsPerEM, fAscent, fDescent);
pflow.c 56 le_int32 fAscent;
135 flow->fAscent = -1;
214 flow->fAscent = ascent;
249 return obj->fAscent;
321 y = obj->fAscent;
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 164 le_int32 fAscent;
613 le_int32 fAscent;
657 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
663 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)

Completed in 1212 milliseconds

1 2 3 4