Searched refs:fAscent (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium_org/third_party/icu/source/test/letest/
H A DSimpleFontInstance.cpp24 : fPointSize(pointSize), fAscent(0), fDescent(0)
30 fAscent = (le_int32) yUnitsToPoints(2000.0);
76 return fAscent;
H A DSimpleFontInstance.h26 le_int32 fAscent; member in class:SimpleFontInstance
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DSimpleFontInstance.cpp24 : fPointSize(pointSize), fAscent(0), fDescent(0)
30 fAscent = (le_int32) yUnitsToPoints(2000.0);
76 return fAscent;
H A DSimpleFontInstance.h26 le_int32 fAscent; member in class:SimpleFontInstance
/external/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.cpp24 : fPointSize(pointSize), fAscent(0), fDescent(0)
30 fAscent = (le_int32) yUnitsToPoints(2000.0);
76 return fAscent;
H A DSimpleFontInstance.h26 le_int32 fAscent; member in class:SimpleFontInstance
/external/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.cpp24 : fPointSize(pointSize), fAscent(0), fDescent(0)
30 fAscent = (le_int32) yUnitsToPoints(2000.0);
76 return fAscent;
H A DSimpleFontInstance.h26 le_int32 fAscent; member in class:SimpleFontInstance
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dparagraph.h65 le_int32 fAscent; member in class:Paragraph
83 return fAscent;
H A DFontMap.h49 le_int32 fAscent; member in class:FontMap
H A DSurface.cpp27 ExtTextOut(fHdc, x, y - fAscent, ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
H A DFontMap.cpp23 : 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;
H A DGnomeFontInstance.cpp50 : 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);
H A DGDIFontInstance.h59 le_int32 fAscent; member in class:GDIFontInstance
118 return fAscent;
H A DGnomeFontInstance.h58 le_int32 fAscent; member in class:GnomeFontInstance
128 return fAscent;
H A Dpflow.c56 le_int32 fAscent; member in struct:pf_object
135 flow->fAscent = -1;
214 flow->fAscent = ascent;
249 return obj->fAscent;
321 y = obj->fAscent;
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.h65 le_int32 fAscent; member in class:Paragraph
83 return fAscent;
H A DFontMap.h49 le_int32 fAscent; member in class:FontMap
H A DSurface.cpp27 ExtTextOut(fHdc, x, y - fAscent, ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
H A DFontMap.cpp23 : 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;
H A DGnomeFontInstance.cpp50 : 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);
H A DGDIFontInstance.h59 le_int32 fAscent; member in class:GDIFontInstance
118 return fAscent;
H A DGnomeFontInstance.h58 le_int32 fAscent; member in class:GnomeFontInstance
128 return fAscent;
H A Dpflow.c56 le_int32 fAscent; member in struct:pf_object
135 flow->fAscent = -1;
214 flow->fAscent = ascent;
249 return obj->fAscent;
321 y = obj->fAscent;
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h164 le_int32 fAscent; member in class:ParagraphLayout::Line
613 le_int32 fAscent; member in class:ParagraphLayout
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 265 milliseconds

1234