Searched refs:origFontID (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/src/ports/ |
D | SkFontConfigInterface_android.cpp | 105 SkTypeface* nextLogicalTypeface(SkFontID currFontID, SkFontID origFontID, 612 SkFontID origFontID, in nextLogicalTypeface() argument 626 const SkTypeface* origTypeface = SkTypefaceCache::FindByID(origFontID); in nextLogicalTypeface() 636 if (NULL != currTypeface && currFontID != origFontID) { in nextLogicalTypeface() 679 currFontID, origFontID, currFontRecID, opts.getLanguage().getTag().c_str(), in nextLogicalTypeface() 764 SkTypeface* SkAndroidNextLogicalTypeface(SkFontID currFontID, SkFontID origFontID, in SkAndroidNextLogicalTypeface() argument 767 return fontConfig->nextLogicalTypeface(currFontID, origFontID, options); in SkAndroidNextLogicalTypeface()
|
/external/chromium_org/third_party/skia/include/ports/ |
D | SkTypeface_android.h | 70 SkTypeface* SkAndroidNextLogicalTypeface(SkFontID currFontID, SkFontID origFontID,
|
/external/skia/include/ports/ |
D | SkTypeface_android.h | 70 SkTypeface* SkAndroidNextLogicalTypeface(SkFontID currFontID, SkFontID origFontID,
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_android.cpp | 105 SkTypeface* nextLogicalTypeface(SkFontID currFontID, SkFontID origFontID, 612 SkFontID origFontID, in nextLogicalTypeface() argument 626 const SkTypeface* origTypeface = SkTypefaceCache::FindByID(origFontID); in nextLogicalTypeface() 679 currFontID, origFontID, currFontRecID, opts.getLanguage().getTag().c_str(), in nextLogicalTypeface() 764 SkTypeface* SkAndroidNextLogicalTypeface(SkFontID currFontID, SkFontID origFontID, in SkAndroidNextLogicalTypeface() argument 767 return fontConfig->nextLogicalTypeface(currFontID, origFontID, options); in SkAndroidNextLogicalTypeface()
|
/external/chromium_org/third_party/skia/src/utils/ios/ |
D | SkFontHost_iOS.mm | 225 SkFontID SkFontHost::NextLogicalFont(SkFontID currFontID, SkFontID origFontID) {
|
/external/skia/src/utils/ios/ |
D | SkFontHost_iOS.mm | 225 SkFontID SkFontHost::NextLogicalFont(SkFontID currFontID, SkFontID origFontID) {
|