HomeSort by relevance Sort by last modified time
    Searched full:glyph_indices (Results 1 - 13 of 13) sorted by null

  /external/freetype/src/sfnt/
ttpost.c 166 FT_UShort* glyph_indices = NULL; local
190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
195 glyph_indices[n] = FT_GET_USHORT();
212 idx = glyph_indices[n];
287 table->glyph_indices = glyph_indices;
303 FT_FREE( glyph_indices );
435 FT_FREE( table->glyph_indices );
531 FT_UShort name_index = table->glyph_indices[idx];
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttpost.c 166 FT_UShort* glyph_indices = NULL; local
190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
195 glyph_indices[n] = FT_GET_USHORT();
212 idx = glyph_indices[n];
287 table->glyph_indices = glyph_indices;
303 FT_FREE( glyph_indices );
435 FT_FREE( table->glyph_indices );
531 FT_UShort name_index = table->glyph_indices[idx];
  /external/pdfium/third_party/freetype/src/sfnt/
ttpost.c 166 FT_UShort* glyph_indices = NULL; local
190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
195 glyph_indices[n] = FT_GET_USHORT();
212 idx = glyph_indices[n];
287 table->glyph_indices = glyph_indices;
303 FT_FREE( glyph_indices );
435 FT_FREE( table->glyph_indices );
531 FT_UShort name_index = table->glyph_indices[idx];
  /external/pdfium/core/src/fxge/win32/
dwrite_int.h 52 unsigned short* glyph_indices,
fx_win32_dwrite.cpp 214 unsigned short* glyph_indices,
237 glyphRun.glyphIndices = glyph_indices;
  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 77 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars);
80 glyph_indices[i] = pCharPos[i].m_ExtGID;
96 font_size, glyph_indices, glyph_positions,
fx_quartz_device.cpp 763 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars);
766 glyph_indices[i] = pCharPos[i].m_ExtGID;
799 CGContextShowGlyphsAtPositions(_context, (CGGlyph*)glyph_indices,
    [all...]
  /external/freetype/include/internal/
tttypes.h 757 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
tttypes.h 757 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 757 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
    [all...]
  /external/freetype/src/cff/
cffgload.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffgload.c     [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c     [all...]

Completed in 455 milliseconds