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

  /external/skia/tests/
FontHostStreamTest.cpp 90 // Test: origTypeface and streamTypeface from orig data draw the same
94 SkTypeface* origTypeface = paint.getTypeface();
96 if (NULL == origTypeface) {
97 origTypeface = aur.reset(SkTypeface::RefDefault());
101 SkAutoTUnref<SkStream> fontData(origTypeface->openStream(&ttcIndex));
  /external/chromium_org/third_party/skia/include/ports/
SkTypeface_android.h 85 SkTypeface* SkGetTypefaceForGlyphID(uint16_t glyphID, const SkTypeface* origTypeface,
  /external/skia/include/ports/
SkTypeface_android.h 85 SkTypeface* SkGetTypefaceForGlyphID(uint16_t glyphID, const SkTypeface* origTypeface,
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 107 SkTypeface* getTypefaceForGlyphID(uint16_t glyphID, const SkTypeface* origTypeface,
626 const SkTypeface* origTypeface = SkTypefaceCache::FindByID(origFontID);
627 if (NULL != origTypeface) {
628 origStyle = origTypeface->style();
686 const SkTypeface* origTypeface,
691 SkASSERT(origTypeface);
695 int upperBounds = origTypeface->countGlyphs(); //exclusive
697 // check to see if the glyph is in the bounds of the origTypeface
699 currentTypeface = const_cast<SkTypeface*>(origTypeface);
712 SkTypeface::Style origStyle = origTypeface->style()
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 107 SkTypeface* getTypefaceForGlyphID(uint16_t glyphID, const SkTypeface* origTypeface,
626 const SkTypeface* origTypeface = SkTypefaceCache::FindByID(origFontID);
627 if (NULL != origTypeface) {
628 origStyle = origTypeface->style();
686 const SkTypeface* origTypeface,
691 SkASSERT(origTypeface);
695 int upperBounds = origTypeface->countGlyphs(); //exclusive
697 // check to see if the glyph is in the bounds of the origTypeface
699 currentTypeface = const_cast<SkTypeface*>(origTypeface);
712 SkTypeface::Style origStyle = origTypeface->style()
    [all...]

Completed in 48 milliseconds