Home
last modified time | relevance | path

Searched refs:tface (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/svg/
DSkSVGDevice.cpp598 sk_sp<SkTypeface> tface = font.refTypefaceOrDefault(); in addTextAttributes() local
600 SkASSERT(tface); in addTextAttributes()
601 SkFontStyle style = tface->fontStyle(); in addTextAttributes()
624 sk_sp<SkTypeface::LocalizedStrings> familyNameIter(tface->createFamilyNameIterator()); in addTextAttributes()
/external/skqp/src/svg/
DSkSVGDevice.cpp595 sk_sp<SkTypeface> tface = font.refTypefaceOrDefault(); in addTextAttributes() local
597 SkASSERT(tface); in addTextAttributes()
598 SkFontStyle style = tface->fontStyle(); in addTextAttributes()
621 sk_sp<SkTypeface::LocalizedStrings> familyNameIter(tface->createFamilyNameIterator()); in addTextAttributes()