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

  /external/webkit/Source/WebCore/platform/graphics/
SegmentedFontData.cpp 27 #include "SegmentedFontData.h"
35 SegmentedFontData::~SegmentedFontData()
39 const SimpleFontData* SegmentedFontData::fontDataForCharacter(UChar32 c) const
49 bool SegmentedFontData::containsCharacter(UChar32 c) const
59 bool SegmentedFontData::containsCharacters(const UChar* characters, int length) const
70 bool SegmentedFontData::isCustomFont() const
76 bool SegmentedFontData::isLoading() const
86 bool SegmentedFontData::isSegmented() const
92 String SegmentedFontData::description() cons
    [all...]
SegmentedFontData.h 54 class SegmentedFontData : public FontData {
56 virtual ~SegmentedFontData();

Completed in 1012 milliseconds