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

1 2

  /external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.cpp 24 : fPointSize(pointSize), fAscent(0), fDescent(0)
31 fDescent = (le_int32) yUnitsToPoints(600.0);
81 return fDescent;
SimpleFontInstance.h 27 le_int32 fDescent;
PortableFontInstance.h 37 le_int32 fDescent;
PortableFontInstance.cpp 68 : fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), fLeading(0),
150 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
391 return fDescent;
  /external/icu4c/test/letest/
SimpleFontInstance.cpp 24 : fPointSize(pointSize), fAscent(0), fDescent(0)
31 fDescent = (le_int32) yUnitsToPoints(600.0);
81 return fDescent;
SimpleFontInstance.h 27 le_int32 fDescent;
PortableFontInstance.h 37 le_int32 fDescent;
PortableFontInstance.cpp 68 : fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), fLeading(0),
150 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
391 return fDescent;
  /external/icu4c/samples/layout/
FontMap.h 50 le_int32 fDescent;
GDIFontInstance.h 60 le_int32 fDescent;
123 return fDescent;
GnomeFontInstance.h 59 le_int32 fDescent;
133 return fDescent;
FontMap.cpp 23 : 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;
GnomeFontInstance.cpp 50 : 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);
GDIFontInstance.cpp 106 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));
  /external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h 41 le_int32 fDescent;
PortableFontInstance.cpp 29 : fFace(face), fXScale(xScale), fYScale(yScale), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
49 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
223 return fDescent;
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 165 le_int32 fDescent;
614 le_int32 fDescent;
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)
  /external/chromium_org/third_party/skia/include/core/
SkAdvancedTypefaceMetrics.h 66 int16_t fDescent; // Max depth below baseline (negative).
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 66 int16_t fDescent; // Max depth below baseline (negative).