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.cpp1458 const SkPackedGlyphID packedID{glyphID}; in prepare_for_SDFT_drawing() local
1513 const SkPackedGlyphID packedID{glyphID, mappedPos, mask}; in prepare_for_direct_mask_drawing() local
1555 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.cpp71 const SkPackedGlyphID packedID{glyphID}; in prepare_for_path_drawing() local
102 const SkPackedGlyphID packedID{glyphID}; in prepare_for_drawable_drawing() local
DSkStrikeSpec.cpp252 const SkGlyph* SkBulkGlyphMetricsAndImages::glyph(SkPackedGlyphID packedID) { in glyph()
DSkScalerContext.cpp201 SkGlyph SkScalerContext::makeGlyph(SkPackedGlyphID packedID, SkArenaAlloc* alloc) { in makeGlyph()
257 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