Searched refs:fDescent (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A DSimpleFontInstance.cpp24 : fPointSize(pointSize), fAscent(0), fDescent(0)
31 fDescent = (le_int32) yUnitsToPoints(600.0);
81 return fDescent;
H A DSimpleFontInstance.h27 le_int32 fDescent; member in class:SimpleFontInstance
H A DPortableFontInstance.h37 le_int32 fDescent; member in class:PortableFontInstance
H A DPortableFontInstance.cpp80 : fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), fLeading(0),
167 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
436 return fDescent;
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/leperf/
H A DSimpleFontInstance.cpp24 : fPointSize(pointSize), fAscent(0), fDescent(0)
31 fDescent = (le_int32) yUnitsToPoints(600.0);
81 return fDescent;
H A DSimpleFontInstance.h27 le_int32 fDescent; member in class:SimpleFontInstance
H A DPortableFontInstance.h37 le_int32 fDescent; member in class:PortableFontInstance
H A DPortableFontInstance.cpp80 : fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), fLeading(0),
167 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
436 return fDescent;
/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A DFontMap.h50 le_int32 fDescent; member in class:FontMap
H A DFontMap.cpp23 : fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSupport)
240 if (fDescent <= 0) {
244 return fDescent;
278 if (descent > fDescent) {
279 fDescent = descent;
H A DGnomeFontInstance.cpp50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
77 fDescent = (le_int32) -(yUnitsToPoints(fFace->descender) * 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.h60 le_int32 fDescent; member in class:GDIFontInstance
123 return fDescent;
H A DGnomeFontInstance.h59 le_int32 fDescent; member in class:GnomeFontInstance
133 return fDescent;
H A DGDIFontInstance.cpp106 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
172 fDescent = otm.otmTextMetrics.tmDescent;
191 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
256 fDescent = otm.otmTextMetrics.tmDescent;
281 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/layout/
H A DParagraphLayout.h165 le_int32 fDescent; member in class:ParagraphLayout::Line
614 le_int32 fDescent; 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)
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/
H A DParagraphLayout.cpp321 fAscent(0), fDescent(0), fLeading(0),
648 return fDescent;
840 if (descent > fDescent) {
841 fDescent = descent;
853 fLeading = maxDL - fDescent;
1186 return fDescent;
1251 if (descent > fDescent) {
1252 fDescent = descent;
1264 fLeading = maxDL - fDescent;

Completed in 208 milliseconds