HomeSort by relevance Sort by last modified time
    Searched full:capheight (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/build/android/pylib/gtest/filter/
gfx_unittests_disabled 22 FontTest.CapHeight
  /external/chromium_org/ui/gfx/
platform_font_ios.mm 115 cap_height_ = font.capHeight;
font_unittest.cc 96 TEST_F(FontTest, CapHeight) {
platform_font_mac.mm 171 cap_height_ = SkScalarCeilToInt([font capHeight]);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFontDescriptorDictionary_autogen.cpp 107 double SkPdfFontDescriptorDictionary::CapHeight(SkPdfNativeDoc* doc) {
108 SkPdfNativeObject* ret = get("CapHeight", "");
116 return get("CapHeight", "") != NULL;
SkPdfFontDescriptorDictionary_autogen.h     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFontDescriptorDictionary_autogen.cpp 107 double SkPdfFontDescriptorDictionary::CapHeight(SkPdfNativeDoc* doc) {
108 SkPdfNativeObject* ret = get("CapHeight", "");
116 return get("CapHeight", "") != NULL;
SkPdfFontDescriptorDictionary_autogen.h     [all...]
  /external/chromium_org/ppapi/examples/printing/
printing.cc 19 "1 0 obj<</Type/FontDescriptor/FontBBox[-50 -207 1447 1000]/FontName/Verdana/Flags 32/StemV 92/CapHeight 734/XHeight 546/Ascent 1005/Descent -209/ItalicAngle 0/FontFamily(Verdana)/FontStretch/Normal/FontWeight 400>>\r"
  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 375 info->fCapHeight = dwfm.capHeight;
389 info->fCapHeight = dwfm.capHeight;
420 info->fCapHeight = SkToS16(dwfm.capHeight);
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 397 info->fCapHeight = dwfm.capHeight;
411 info->fCapHeight = dwfm.capHeight;
442 info->fCapHeight = SkToS16(dwfm.capHeight);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 259 int flags = 0, italicangle, ascend, descend, capheight, bbox[4]; local
284 capheight = ptm->otmsCapEmHeight;
421 pFontDesc->SetAtInteger("CapHeight", capheight);
611 int flags = 0, italicangle = 0, ascend = 0, descend = 0, capheight = 0, bbox[4]; local
653 capheight = CTFontGetCapHeight(font);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 101 BigEndianUShort capHeight;
  /external/chromium_org/ui/message_center/cocoa/
notification_controller.mm 362 // The message_center:: constants are relative to capHeight at the top and
366 roundf([[title_ font] ascender] - [[title_ font] capHeight]);
371 roundf([[message_ font] ascender] - [[message_ font] capHeight]);
377 [[contextMessage_ font] ascender] - [[contextMessage_ font] capHeight]);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/website_settings/
website_settings_bubble_controller.mm     [all...]
  /external/fonttools/Lib/fontTools/
afmLib.py 73 "CapHeight",
  /external/chromium_org/third_party/freetype/src/psaux/
afmparse.c 295 "CapHeight",
  /external/freetype/src/psaux/
afmparse.c 295 "CapHeight",
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
afmparse.c 295 "CapHeight",
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 449 FT_UShort CapHeight;
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttload.c     [all...]
  /external/freetype/include/
tttables.h 453 FT_UShort CapHeight;
    [all...]
  /external/freetype/src/sfnt/
ttload.c     [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
tttables.h 449 FT_UShort CapHeight;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
tttables.h 449 FT_UShort CapHeight;
    [all...]

Completed in 1900 milliseconds

1 2