Searched defs:packedID (Results 1 – 9 of 9) sorted by relevance
42 auto packedIDToVariant = [] (SkPackedGlyphID packedID) { in Make()
1458 const SkPackedGlyphID packedID{glyphID}; in prepare_for_SDFT_drawing() local1513 const SkPackedGlyphID packedID{glyphID, mappedPos, mask}; in prepare_for_direct_mask_drawing() local1555 const SkPackedGlyphID packedID{glyphID}; in prepare_for_mask_drawing() local
87 const SkPackedGlyphID packedID{glyphID}; in prepare_for_mask_drawing() local192 static SkGlyph* GetGlyph(SkStrike* strike, SkPackedGlyphID packedID) { in GetGlyph()
71 const SkPackedGlyphID packedID{glyphID}; in prepare_for_path_drawing() local102 const SkPackedGlyphID packedID{glyphID}; in prepare_for_drawable_drawing() local
252 const SkGlyph* SkBulkGlyphMetricsAndImages::glyph(SkPackedGlyphID packedID) { in glyph()
201 SkGlyph SkScalerContext::makeGlyph(SkPackedGlyphID packedID, SkArenaAlloc* alloc) { in makeGlyph()257 SkGlyph SkScalerContext::internalMakeGlyph(SkPackedGlyphID packedID, SkMask::Format format, SkArena… in internalMakeGlyph()
97 const SkPackedGlyphID packedID{buffer.readUInt()}; in MakeFromBuffer() local
372 static uint32_t Hash(SkPackedGlyphID packedID) { in Hash()
93 const auto packedID = glyph.getPackedID(); in generateMetrics() local