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

/external/icu/icu4c/source/samples/layout/
H A DFontMap.cpp260 le_int32 ascent, descent, leading; local
270 ascent = fFontInstances[i]->getAscent();
274 if (ascent > fAscent) {
275 fAscent = ascent;
H A Dparagraph.cpp87 le_int32 ascent = 0; local
129 if (pAscent > ascent) {
130 ascent = pAscent;
156 fLineHeight = ascent + descent + leading;
157 fAscent = ascent;
H A Dpflow.c111 le_int32 ascent = 0; local
186 if (pAscent > ascent) {
187 ascent = pAscent;
213 flow->fLineHeight = ascent + descent + leading;
214 flow->fAscent = ascent;
H A Dsfnt.h188 le_int16 ascent; member in struct:HHEATable
/external/freetype/include/
H A Dftwinfnt.h193 FT_UShort ascent; member in struct:FT_WinFNT_HeaderRec_
/external/pdfium/third_party/freetype/include/
H A Dftwinfnt.h193 FT_UShort ascent; member in struct:FT_WinFNT_HeaderRec_
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp196 int ascent = EM_ADJUST(FXFT_Get_Face_UnitsPerEM(m_Face), FXFT_Get_Face_Ascender(m_Face)); local
197 return ascent;
/external/icu/icu4c/source/test/letest/
H A DFontObject.h151 le_int16 ascent; member in struct:HHEATable
H A Dsfnt.h325 le_int16 ascent; member in struct:HHEATable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h151 le_int16 ascent; member in struct:HHEATable
H A Dsfnt.h325 le_int16 ascent; member in struct:HHEATable
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp831 le_int32 ascent = font->getAscent(); local
836 if (ascent > fAscent) {
837 fAscent = ascent;
1242 le_int32 ascent = fRuns[i]->getAscent(); local
1247 if (ascent > fAscent) {
1248 fAscent = ascent;
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp918 int ascent = pFont->GetTypeAscent(); local
920 pState.m_fAscent = ascent * fHeight / (ascent - descent);
924 pState.m_fDescent = descent * fHeight / (ascent - descent);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.cc540 void OS2Table::Builder::SetUsWinAscent(int32_t ascent) { argument
541 InternalWriteData()->WriteUShort(Offset::kUsWinAscent, ascent);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp581 // Last resort, use the ascent.
1314 SkScalar ascent, descent, leading, xmin, xmax, ymin, ymax; local
1323 ascent = -SkIntToScalar(os2->sTypoAscender) / upem;
1327 ascent = -SkIntToScalar(face->ascender) / upem;
1358 ascent = -SkIntToScalar(face->size->metrics.ascender) / (yppem * 64.0f);
1361 + ascent - descent;
1365 ymax = ascent - descent;
1377 x_height = -ascent;
1383 cap_height = -ascent;
1396 metrics->fAscent = ascent * scal
[all...]
/external/libvncserver/x11vnc/
H A Dnox11.h1790 short ascent; /* baseline to top edge of raster */ member in struct:__anon9308
1819 int ascent; /* log. extent above baseline for spacing */ member in struct:__anon9310
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 498 milliseconds