Home
last modified time | relevance | path

Searched refs:packedIDCursor (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkGlyphBuffer.cpp36 SkGlyphVariant* packedIDCursor = fMultiBuffer.get(); in startSource() local
38 *packedIDCursor++ = SkPackedGlyphID{std::get<0>(t)}; in startSource()
64 SkGlyphVariant* packedIDCursor = fMultiBuffer.get(); in startBitmapDevice() local
66 *packedIDCursor++ = SkPackedGlyphID{glyphID, pos, mask}; in startBitmapDevice()