Searched refs:glyph_indices (Results 1 - 8 of 8) sorted by relevance

/external/freetype/src/sfnt/
H A Dttpost.c166 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/
H A Dttpost.c166 FT_UShort* glyph_indices = 0; local
190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
195 glyph_indices[n] = FT_GET_USHORT();
212 idx = glyph_indices[n];
284 table->glyph_indices = glyph_indices;
300 FT_FREE( glyph_indices );
432 FT_FREE( table->glyph_indices );
528 FT_UShort name_index = table->glyph_indices[idx];
/external/pdfium/core/src/fxge/win32/
H A Ddwrite_int.h48 int glyph_count, unsigned short* glyph_indices,
H A Dfx_win32_dwrite.cpp224 int glyph_count, unsigned short* glyph_indices,
247 glyphRun.glyphIndices = glyph_indices;
222 DwRendingString(void* renderTarget, CFX_ClipRgn* pClipRgn, FX_RECT& stringRect, CFX_AffineMatrix* pMatrix, void *font, FX_FLOAT font_size, FX_ARGB text_color, int glyph_count, unsigned short* glyph_indices, FX_FLOAT baselineOriginX, FX_FLOAT baselineOriginY, void* glyph_offsets, FX_FLOAT* glyph_advances) argument
/external/pdfium/core/src/fxge/apple/
H A Dfx_apple_platform.cpp75 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars);
78 glyph_indices[i] = pCharPos[i].m_ExtGID;
96 glyph_indices,
H A Dfx_quartz_device.cpp826 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars);
829 glyph_indices[i] = pCharPos[i].m_ExtGID;
872 (CGGlyph*)glyph_indices,
/external/freetype/include/internal/
H A Dtttypes.h749 /* glyph_indices :: The indices of the glyphs in the names arrays. */
757 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h751 /* glyph_indices :: The indices of the glyphs in the names arrays. */
759 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_

Completed in 336 milliseconds