HomeSort by relevance Sort by last modified time
    Searched defs:isCustomFont (Results 1 - 5 of 5) 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_linux.cpp 487 const bool isCustomFont = !((FamilyTypeface*)face)->isSysFont();
488 if (isCustomFont) {
SkFontHost_android.cpp 825 bool isCustomFont = !((FamilyTypeface*)face)->isSysFont();
826 stream->writeBool(isCustomFont);
828 if (isCustomFont) {
871 bool isCustomFont = stream->readBool();
873 if (isCustomFont) {
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_android.cpp 834 bool isCustomFont = !((FamilyTypeface*)face)->isSysFont();
835 stream->writeBool(isCustomFont);
837 if (isCustomFont) {
880 bool isCustomFont = stream->readBool();
882 if (isCustomFont) {
    [all...]

Completed in 474 milliseconds