Home
last modified time | relevance | path

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

/external/skia/tests/
DSkGlyphBufferTest.cpp39 SkPackedGlyphID packedID{3, roundedPos, mask}; in DEF_TEST() local
56 SkPackedGlyphID packedID{3, roundedPos, mask}; in DEF_TEST() local
73 SkPackedGlyphID packedID{3, roundedPos, mask}; in DEF_TEST() local
95 SkPackedGlyphID packedID{3, roundedPos, mask}; in DEF_TEST() local
/external/skia/src/core/
DSkGlyphRunPainter.cpp58 const SkPackedGlyphID packedID{glyphID}; in prepare_for_path_drawing() local
89 const SkPackedGlyphID packedID{glyphID}; in prepare_for_drawable_drawing() local
DSkStrikeSpec.cpp299 const SkGlyph* SkBulkGlyphMetricsAndImages::glyph(SkPackedGlyphID packedID) { in glyph()
DSkScalerContext.cpp182 SkGlyph SkScalerContext::makeGlyph(SkPackedGlyphID packedID, SkArenaAlloc* alloc) { in makeGlyph()
227 SkGlyph SkScalerContext::internalMakeGlyph(SkPackedGlyphID packedID, SkMask::Format format, SkArena… in internalMakeGlyph()