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

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 211 if (!m_derivedFontData->verticalRightOrientation) {
214 m_derivedFontData->verticalRightOrientation = new SimpleFontData(verticalRightPlatformData, isCustomFont(), false, true);
216 return m_derivedFontData->verticalRightOrientation.get();
267 if (verticalRightOrientation)
268 GlyphPageTreeNode::pruneTreeCustomFontData(verticalRightOrientation.get());
SimpleFontData.h 243 OwnPtr<SimpleFontData> verticalRightOrientation;

Completed in 38 milliseconds