Searched refs:CapHeight (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dfont_unittest.cc96 TEST_F(FontTest, CapHeight) {
/external/chromium_org/third_party/freetype/include/freetype/
H A Dtttables.h449 FT_UShort CapHeight; member in struct:TT_PCLT_
/external/freetype/include/
H A Dtttables.h453 FT_UShort CapHeight; member in struct:TT_PCLT_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dtttables.h449 FT_UShort CapHeight; member in struct:TT_PCLT_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dtttables.h449 FT_UShort CapHeight; member in struct:TT_PCLT_
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFontDescriptorDictionary_autogen.cpp107 double SkPdfFontDescriptorDictionary::CapHeight(SkPdfNativeDoc* doc) { function in class:SkPdfFontDescriptorDictionary
108 SkPdfNativeObject* ret = get("CapHeight", "");
116 return get("CapHeight", "") != NULL;
H A DSkPdfFontDescriptorDictionary_autogen.h537 double CapHeight(SkPdfNativeDoc* doc);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFontDescriptorDictionary_autogen.cpp107 double SkPdfFontDescriptorDictionary::CapHeight(SkPdfNativeDoc* doc) { function in class:SkPdfFontDescriptorDictionary
108 SkPdfNativeObject* ret = get("CapHeight", "");
116 return get("CapHeight", "") != NULL;
H A DSkPdfFontDescriptorDictionary_autogen.h537 double CapHeight(SkPdfNativeDoc* doc);
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttload.c1166 FT_FRAME_USHORT( CapHeight ),
/external/freetype/src/sfnt/
H A Dttload.c1183 FT_FRAME_USHORT( CapHeight ),
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttload.c1192 FT_FRAME_USHORT( CapHeight ),
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp620 info->fCapHeight = pclt_info->CapHeight;
632 // Figure out a good guess for CapHeight: average the height of M and X.
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp621 info->fCapHeight = pclt_info->CapHeight;
633 // Figure out a good guess for CapHeight: average the height of M and X.

Completed in 638 milliseconds