Searched defs:ascent (Results 1 - 25 of 25) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DTypeMetric.cpp24 double Magick::TypeMetric::ascent(void) const function in class:Magick::TypeMetric
26 return(_typeMetric.ascent);
/external/harfbuzz_ng/util/
H A Dview-cairo.cc46 double ascent = y_sign * scalbn ((double) extents.ascender, scale_bits); local
83 -font_height * .5 /* "ascent" for vertical */,
89 y_sign < 0 ? descent : ascent);
/external/icu/icu4c/source/samples/layout/
H A DFontMap.cpp264 le_int32 ascent, descent, leading; local
274 ascent = fFontInstances[i]->getAscent();
278 if (ascent > fAscent) {
279 fAscent = ascent;
H A Dparagraph.cpp93 le_int32 ascent = 0; local
136 if (pAscent > ascent) {
137 ascent = pAscent;
163 fLineHeight = ascent + descent + leading;
164 fAscent = ascent;
H A Dpflow.c114 le_int32 ascent = 0; local
189 if (pAscent > ascent) {
190 ascent = pAscent;
216 flow->fLineHeight = ascent + descent + leading;
217 flow->fAscent = ascent;
H A Dsfnt.h194 le_int16 ascent; member in struct:HHEATable
/external/freetype/include/freetype/
H A Dftwinfnt.h193 FT_UShort ascent; member in struct:FT_WinFNT_HeaderRec_
/external/freetype/src/bdf/
H A Dbdf.h141 short ascent; member in struct:bdf_bbx_t_
190 long font_ascent; /* Font ascent. */
/external/icu/icu4c/source/test/letest/
H A DFontObject.h153 le_int16 ascent; member in struct:HHEATable
H A Dsfnt.h327 le_int16 ascent; member in struct:HHEATable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h157 le_int16 ascent; member in struct:HHEATable
H A Dsfnt.h331 le_int16 ascent; member in struct:HHEATable
/external/ImageMagick/MagickCore/
H A Ddraw.h354 ascent, member in struct:_TypeMetric
/external/freetype/src/pcf/
H A Dpcf.h88 FT_Byte ascent; member in struct:PCF_Compressed_MetricRec_
99 FT_Short ascent; member in struct:PCF_MetricRec_
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp833 le_int32 ascent = font->getAscent(); local
838 if (ascent > fAscent) {
839 fAscent = ascent;
1244 le_int32 ascent = fRuns[i]->getAscent(); local
1249 if (ascent > fAscent) {
1250 fAscent = ascent;
/external/wayland/cursor/
H A Dconvert_font.c47 int16_t left_bearing, right_bearing, ascent, descent; member in struct:glyph
147 glyph->ascent = ((int16_t) m[i].character_ascent) - 0x80;
151 glyph->height = glyph->ascent + glyph->descent;
154 glyph->hoty = glyph->ascent;
/external/freetype/src/pfr/
H A Dpfrtypes.h217 FT_Int ascent; /* optional, bbox.yMax if not present */ member in struct:PFR_PhyFontRec_
/external/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.cc542 void OS2Table::Builder::SetUsWinAscent(int32_t ascent) { argument
543 InternalWriteData()->WriteUShort(Offset::kUsWinAscent, ascent);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 758 milliseconds