HomeSort by relevance Sort by last modified time
    Searched defs:glyphIndices (Results 1 - 3 of 3) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
BitmapFontCache.java 199 IntArray glyphIndices = pageGlyphIndices[i];
201 for (int j = 0, n = glyphIndices.size; j < n; j++) {
202 int glyphIndex = glyphIndices.items[j];
254 IntArray glyphIndices = pageGlyphIndices[i];
255 for (int ii = 0, n = glyphIndices.size; ii < n; ii++) {
256 int glyphIndex = glyphIndices.get(ii);
  /external/harfbuzz_ng/src/
hb-directwrite.cc 736 uint16_t* glyphIndices = (uint16_t*) malloc (maxGlyphCount * sizeof (uint16_t));
744 featureRangeLengths, 1, maxGlyphCount, clusterMap, textProperties, glyphIndices,
750 free (glyphIndices);
790 clusterMap, textProperties, textLength, glyphIndices,
853 textLength, glyphCount, maxGlyphCount, clusterMap, glyphIndices,
877 free (glyphIndices);
883 glyphIndices = modifiedGlyphIndices;
932 info->codepoint = glyphIndices[i];
959 free (glyphIndices);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 472 const UINT16 *glyphIndices;
    [all...]

Completed in 1619 milliseconds