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

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 223 if (!m_derivedFontData->uprightOrientation)
224 m_derivedFontData->uprightOrientation = new SimpleFontData(m_platformData, isCustomFont(), false, true);
225 return m_derivedFontData->uprightOrientation.get();
269 if (uprightOrientation)
270 GlyphPageTreeNode::pruneTreeCustomFontData(uprightOrientation.get());
SimpleFontData.h 244 OwnPtr<SimpleFontData> uprightOrientation;

Completed in 453 milliseconds