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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.cpp 176 if (!m_derivedFontData->verticalRightOrientation) {
179 m_derivedFontData->verticalRightOrientation = create(verticalRightPlatformData, isCustomFont() ? CustomFontData::create(false): 0, true);
181 return m_derivedFontData->verticalRightOrientation;
252 if (verticalRightOrientation)
253 GlyphPageTreeNode::pruneTreeCustomFontData(verticalRightOrientation.get());
SimpleFontData.h 229 RefPtr<SimpleFontData> verticalRightOrientation;

Completed in 693 milliseconds