Home
last modified time | relevance | path

Searched defs:packedID (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/text/gpu/
DGlyphVector.cpp42 auto packedIDToVariant = [] (SkPackedGlyphID packedID) { in Make()
DSubRunContainer.cpp1460 const SkPackedGlyphID packedID{glyphID}; in prepare_for_SDFT_drawing() local
1515 const SkPackedGlyphID packedID{glyphID, mappedPos, mask}; in prepare_for_direct_mask_drawing() local
1557 const SkPackedGlyphID packedID{glyphID}; in prepare_for_mask_drawing() local
/external/skia/tests/
DSkStrikeTest.cpp87 const SkPackedGlyphID packedID{glyphID}; in prepare_for_mask_drawing() local
192 static SkGlyph* GetGlyph(SkStrike* strike, SkPackedGlyphID packedID) { in GetGlyph()
/external/skia/src/core/
DSkGlyphRunPainter.cpp69 const SkPackedGlyphID packedID{glyphID}; in prepare_for_path_drawing() local
100 const SkPackedGlyphID packedID{glyphID}; in prepare_for_drawable_drawing() local
DSkStrikeSpec.cpp230 const SkGlyph* SkBulkGlyphMetricsAndImages::glyph(SkPackedGlyphID packedID) { in glyph()
DSkScalerContext.cpp197 SkGlyph SkScalerContext::makeGlyph(SkPackedGlyphID packedID, SkArenaAlloc* alloc) { in makeGlyph()
253 SkGlyph SkScalerContext::internalMakeGlyph(SkPackedGlyphID packedID, SkMask::Format format, SkArena… in internalMakeGlyph()
DSkGlyph.cpp97 const SkPackedGlyphID packedID{buffer.readUInt()}; in MakeFromBuffer() local
DSkGlyph.h372 static uint32_t Hash(SkPackedGlyphID packedID) { in Hash()
/external/skia/tools/fonts/
DRandomScalerContext.cpp93 const auto packedID = glyph.getPackedID(); in generateMetrics() local