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

  /external/skia/src/ports/
SkFontHost_android.cpp 131 static SkTypeface* find_from_uniqueID(uint32_t uniqueID) {
669 return find_from_uniqueID(fontID) != NULL;
675 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID);
689 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID);
709 const SkTypeface* origTypeface = find_from_uniqueID(origFontID);
710 const SkTypeface* currTypeface = find_from_uniqueID(currFontID);
729 const SkTypeface* nextTypeface = find_from_uniqueID(list[i+1]);
736 const SkTypeface* firstTypeface = find_from_uniqueID(list[0]);
SkFontHost_linux.cpp 129 static SkTypeface* find_from_uniqueID(uint32_t uniqueID) {
144 return find_from_uniqueID(uniqueID) != NULL;
565 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID);
SkFontHost_simple.cpp 130 static SkTypeface* find_from_uniqueID(uint32_t uniqueID) {
577 return find_from_uniqueID(fontID) != NULL;
583 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID);
606 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID);

Completed in 118 milliseconds