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

  /external/webkit/Source/WebCore/platform/graphics/
SegmentedFontData.cpp 70 bool SegmentedFontData::isCustomFont() const
SimpleFontData.h 74 SimpleFontData(const FontPlatformData&, bool isCustomFont = false, bool isLoading = false, bool isTextOrientationFallback = false);
138 virtual bool isCustomFont() const { return m_isCustomFont; }
  /external/skia/src/ports/
SkFontHost_android.cpp 549 bool isCustomFont = !((FamilyTypeface*)face)->isSysFont();
550 stream->writeBool(isCustomFont);
552 if (isCustomFont) {
590 bool isCustomFont = stream->readBool();
592 if (isCustomFont) {

Completed in 99 milliseconds