Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphBuffer.h97 SkToSizeT(fInputSize), fPackedGlyphIDs.get(), fPositions}; in input()
103 fPackedGlyphIDs[fAcceptedSize] = glyphID; in accept()
111 fPackedGlyphIDs[fAcceptedSize] = glyphID; in accept()
120 SkToSizeT(fAcceptedSize), fPackedGlyphIDs.get(), fPositions}; in accepted()
127 SkToSizeT(fAcceptedSize), fPackedGlyphIDs.get(), fPositions, fFormats}; in acceptedWithMaskFormat()
148 skia_private::AutoTArray<SkPackedGlyphID> fPackedGlyphIDs; variable
DSkGlyphBuffer.cpp19 fPackedGlyphIDs.reset(size); in ensureSize()
37 SkPackedGlyphID* packedIDCursor = fPackedGlyphIDs.get(); in startSource()
50 SkToSizeT(fInputSize), fPackedGlyphIDs.get(), fPositions.get()}) { in dumpInput()
59 fPackedGlyphIDs.reset(); in reset()