Searched defs:glyphIndices (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fxge/apple/
H A Dfx_quartz_device.cpp81 uint16_t* glyphIndices,
111 CGContextShowGlyphsAtPositions(context, (CGGlyph*)glyphIndices,
78 drawGraphicsString(void* graphics, void* font, FX_FLOAT fontSize, uint16_t* glyphIndices, CGPoint* glyphPositions, int32_t charsCount, FX_ARGB argb, CFX_Matrix* matrix) argument
/external/harfbuzz_ng/src/
H A Dhb-directwrite.cc670 uint16_t* glyphIndices = (uint16_t*) malloc (maxGlyphCount * sizeof (uint16_t)); local
676 featureRangeLengths, 1, maxGlyphCount, clusterMap, textProperties, glyphIndices,
681 free (glyphIndices);
720 clusterMap, textProperties, textLength, glyphIndices,
784 textLength, glyphCount, maxGlyphCount, clusterMap, glyphIndices,
807 free (glyphIndices);
813 glyphIndices = modifiedGlyphIndices;
862 info->codepoint = glyphIndices[i];
889 free (glyphIndices);

Completed in 196 milliseconds