Lines Matching refs:glyphID
306 SkGlyphID glyphID;
307 // If drawing glyphID can be done with a path, this is 0, otherwise it is the max
314 return summary.glyphID;
530 SkGlyphID glyphID = packedID.glyphID();
531 PathSummary* summary = fSentPaths.find(glyphID);
536 fPathsToSend.emplace_back(fContext->makeGlyph(SkPackedGlyphID{glyphID}));
912 SkPackedGlyphID glyphID;
913 if (!deserializer->read<SkPackedGlyphID>(&glyphID)) return false;
914 glyph.init(glyphID);