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

  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 488 uint32_t newFontID = find_default_fontID();
489 if (newFontID == currFontID) {
490 newFontID = 0;
492 return newFontID;
  /external/skia/src/core/
SkScalerContext.cpp 121 uint32_t newFontID = SkFontHost::NextLogicalFont(rec.fFontID, rec.fOrigFontID);
122 if (0 == newFontID) {
133 newRec->fFontID = newFontID;

Completed in 108 milliseconds