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

1 2 3

  /external/pdfium/core/fpdfdoc/
cpvt_word.h 21 float fAscent;
31 fAscent(0.0f),
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.cpp 29 : fPointSize(pointSize), fAscent(0), fDescent(0)
35 fAscent = (le_int32) yUnitsToPoints(2000.0);
84 return fAscent;
SimpleFontInstance.h 28 le_int32 fAscent;
PortableFontInstance.h 38 le_int32 fAscent;
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.cpp 30 : fPointSize(pointSize), fAscent(0), fDescent(0)
36 fAscent = (le_int32) yUnitsToPoints(2000.0);
82 return fAscent;
SimpleFontInstance.h 32 le_int32 fAscent;
PortableFontInstance.h 42 le_int32 fAscent;
  /external/icu/icu4c/source/samples/layout/
paragraph.h 71 le_int32 fAscent;
89 return fAscent;
FontMap.h 53 le_int32 fAscent;
Surface.cpp 30 ExtTextOut(fHdc, x, y - fAscent, ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
GDIFontInstance.h 65 le_int32 fAscent;
124 return fAscent;
GnomeFontInstance.h 64 le_int32 fAscent;
134 return fAscent;
FontMap.cpp 27 : fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSupport)
235 if (fAscent <= 0) {
239 return fAscent;
278 if (ascent > fAscent) {
279 fAscent = ascent;
GnomeFontInstance.cpp 56 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
82 fAscent = (le_int32) (yUnitsToPoints(fFace->ascender) * fDeviceScaleY);
84 fLeading = (le_int32) (yUnitsToPoints(fFace->height) * fDeviceScaleY) - fAscent - fDescent;
86 // printf("Face = %s, unitsPerEM = %d, ascent = %d, descent = %d\n", fontPathName, fUnitsPerEM, fAscent, fDescent);
pflow.c 59 le_int32 fAscent;
138 flow->fAscent = -1;
217 flow->fAscent = ascent;
252 return obj->fAscent;
324 y = obj->fAscent;
paragraph.cpp 85 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR)
164 fAscent = ascent;
232 y = fAscent;
GDIFontInstance.cpp 112 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
177 fAscent = otm.otmTextMetrics.tmAscent;
197 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
261 fAscent = otm.otmTextMetrics.tmAscent;
286 fAscent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->ascent));
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.h 65 int16_t fAscent = 0; // Max height above baseline, not including accents.
SkPaintPriv.cpp 61 metrics->fAscent *= scale;
  /external/skqp/src/core/
SkAdvancedTypefaceMetrics.h 65 int16_t fAscent = 0; // Max height above baseline, not including accents.
  /external/skia/gm/
scaledemoji.cpp 57 y += -metrics.fAscent;
107 y += -metrics.fAscent;
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 173 le_int32 fAscent;
622 le_int32 fAscent;
666 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
672 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
  /external/skia/samplecode/
SampleChineseFling.cpp 76 y += -fMetrics.fAscent;
199 y += -fMetrics.fAscent;
202 y += 3*(fMetrics.fDescent - fMetrics.fAscent + fMetrics.fLeading);
233 y += fMetrics.fDescent - fMetrics.fAscent + fMetrics.fLeading;
  /external/skqp/samplecode/
SampleChineseFling.cpp 76 y += -fMetrics.fAscent;
194 y += -fMetrics.fAscent;
197 y += 3*(fMetrics.fDescent - fMetrics.fAscent + fMetrics.fLeading);
228 y += fMetrics.fDescent - fMetrics.fAscent + fMetrics.fLeading;
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 323 fAscent(0), fDescent(0), fLeading(0),
637 if (fAscent <= 0 && fCharCount > 0) {
641 return fAscent;
646 if (fAscent <= 0 && fCharCount > 0) {
655 if (fAscent <= 0 && fCharCount > 0) {
838 if (ascent > fAscent) {
839 fAscent = ascent;
    [all...]

Completed in 234 milliseconds

1 2 3