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

  /external/webkit/Source/WebCore/loader/cache/
CachedFont.h 68 FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
CachedFont.cpp 115 FontPlatformData CachedFont::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode renderingMode)
  /external/webkit/Source/WebCore/css/
CSSFontFaceSource.cpp 167 fontData.set(new SimpleFontData(m_font->platformDataFromCustomData(fontDescription.computedPixelSize(), syntheticBold, syntheticItalic, fontDescription.orientation(),

Completed in 183 milliseconds