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

  /external/webkit/Source/WebCore/platform/graphics/
FontData.h 52 virtual bool isSegmented() const = 0;
SegmentedFontData.h 72 virtual bool isSegmented() const;
FontFallbackList.cpp 68 ASSERT(!m_fontList[i].first->isSegmented());
77 if (!fontData->isSegmented())
SegmentedFontData.cpp 86 bool SegmentedFontData::isSegmented() const
SimpleFontData.cpp 202 bool SimpleFontData::isSegmented() const
SimpleFontData.h 140 virtual bool isSegmented() const;
GlyphPageTreeNode.cpp 215 if (fontData->isSegmented()) {
  /external/webkit/Source/WebCore/css/
CSSSegmentedFontFace.cpp 107 ASSERT(!faceFontData->isSegmented());

Completed in 114 milliseconds