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

1 2 3

  /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;
PortableFontInstance.h 36 le_int32 fAscent;
PortableFontInstance.cpp 68 : fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), fLeading(0),
149 fAscent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->ascent));
386 return fAscent;
  /external/icu4c/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;
PortableFontInstance.h 36 le_int32 fAscent;
PortableFontInstance.cpp 68 : fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), fLeading(0),
149 fAscent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->ascent));
386 return fAscent;
  /external/icu4c/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;
paragraph.cpp 79 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR)
157 fAscent = ascent;
221 y = fAscent;
GDIFontInstance.cpp 106 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
171 fAscent = otm.otmTextMetrics.tmAscent;
191 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
255 fAscent = otm.otmTextMetrics.tmAscent;
280 fAscent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->ascent));
  /external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h 40 le_int32 fAscent;
PortableFontInstance.cpp 29 : fFace(face), fXScale(xScale), fYScale(yScale), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
48 fAscent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->ascent));
218 return fAscent;
  /external/icu4c/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)
  /external/icu4c/layoutex/
ParagraphLayout.cpp 321 fAscent(0), fDescent(0), fLeading(0),
632 if (fAscent <= 0 && fCharCount > 0) {
636 return fAscent;
641 if (fAscent <= 0 && fCharCount > 0) {
650 if (fAscent <= 0 && fCharCount > 0) {
833 if (ascent > fAscent) {
834 fAscent = ascent;
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkAdvancedTypefaceMetrics.h 65 int16_t fAscent; // Max height above baseline, not including accents.
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 65 int16_t fAscent; // Max height above baseline, not including accents.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
SimpleFontDataSkia.cpp 92 SkScalar height = -metrics.fAscent + metrics.fDescent + metrics.fLeading;
93 ascent = SkScalarRound(-metrics.fAscent);

Completed in 262 milliseconds

1 2 3