HomeSort by relevance Sort by last modified time
    Searched refs:fXHeight (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 104 if (metrics.fXHeight)
105 xHeight = metrics.fXHeight;
  /external/skia/src/ports/
SkFontHost_ascender.cpp 198 mx->fXHeight = 0;
212 my->fXHeight = 0;
SkFontHost_mac_atsui.cpp 404 mx->fXHeight = 0;
416 my->fXHeight = 0;
SkFontHost_mac_coretext.cpp 561 theMetrics.fXHeight = CTFontGetXHeight(mFont);
572 SkASSERT(theMetrics.fXHeight >= 0.0);
    [all...]
SkFontHost_FreeType.cpp     [all...]
  /external/skia/include/core/
SkPaint.h 698 SkScalar fXHeight; //!< the height of an 'x' in px, or 0 if no 'x' in face
    [all...]

Completed in 34 milliseconds