Home | History | Annotate | Download | only in ports

Lines Matching defs:fontID

238     SkFaceRec(SkStreamAsset* strm, uint32_t fontID);
261 SkFaceRec::SkFaceRec(SkStreamAsset* stream, uint32_t fontID)
262 : fNext(nullptr), fSkStream(stream), fRefCnt(1), fFontID(fontID)
307 const SkFontID fontID = typeface->uniqueID();
310 if (rec->fFontID == fontID) {
324 rec = new SkFaceRec(data->detachStream(), fontID);
340 SkDEBUGF(("ERROR: unable to open font '%x'\n", fontID));