Home
last modified time | relevance | path

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

/external/skia/tests/
DSkGlyphBufferTest.cpp32 SkPackedGlyphID packedID{3, roundedPos, mask}; in DEF_TEST() local
49 SkPackedGlyphID packedID{3, roundedPos, mask}; in DEF_TEST() local
66 SkPackedGlyphID packedID{3, roundedPos, mask}; in DEF_TEST() local
88 SkPackedGlyphID packedID{3, roundedPos, mask}; in DEF_TEST() local
/external/skia/src/core/
DSkGlyphBuffer.h113 SkPackedGlyphID packedID() const { in packedID() function
126 SkPackedGlyphID packedID; member
DSkRemoteGlyphCache.cpp214 void setIfLower(SkPackedGlyphID packedID) { in setIfLower()
294 uint32_t packedID:30; member
471 [&](size_t i, SkPackedGlyphID packedID, SkPoint position) { in commonMaskLoop()
494 SkPackedGlyphID packedID = variant.packedID(); in prepareForMaskDrawing() local
538 [&](size_t i, SkPackedGlyphID packedID, SkPoint position) { in prepareForPathDrawing()
DSkStrikeSpec.cpp268 const SkGlyph* SkBulkGlyphMetricsAndImages::glyph(SkPackedGlyphID packedID) { in glyph()
DSkScalerContext.cpp180 SkGlyph SkScalerContext::makeGlyph(SkPackedGlyphID packedID) { in makeGlyph()
184 SkGlyph SkScalerContext::internalMakeGlyph(SkPackedGlyphID packedID, SkMask::Format format) { in internalMakeGlyph()