Lines Matching refs:SkPackedGlyphID
202 bool test(SkPackedGlyphID packedID) const { in test()
206 void setIfLower(SkPackedGlyphID packedID) { in setIfLower()
214 using GID = SkPackedGlyphID;
287 static_assert(SkPackedGlyphID::kMaskAll < (1u << 30), "SkPackedGlyphID is too big.");
294 static SkPackedGlyphID GetKey(MaskSummary summary) { in GetKey()
295 return SkPackedGlyphID{summary.packedID}; in GetKey()
298 static uint32_t Hash(SkPackedGlyphID packedID) { in Hash()
343 SkTHashTable<MaskSummary, SkPackedGlyphID, MaskSummaryTraits> fSentGlyphs;
372 serializer->write<SkPackedGlyphID>(glyph.getPackedID()); in writeGlyph()
462 [&](size_t i, SkPackedGlyphID packedID, SkPoint position) { in commonMaskLoop()
485 SkPackedGlyphID packedID = variant.packedID(); in prepareForMaskDrawing()
529 [&](size_t i, SkPackedGlyphID packedID, SkPoint position) { in prepareForPathDrawing()
536 fPathsToSend.emplace_back(fContext->makeGlyph(SkPackedGlyphID{glyphID})); in prepareForPathDrawing()
912 SkPackedGlyphID glyphID; in ReadGlyph()
913 if (!deserializer->read<SkPackedGlyphID>(&glyphID)) return false; in ReadGlyph()