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

  /external/chromium_org/third_party/freetype/src/sfnt/
ttpost.c 166 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/freetype/src/sfnt/
ttpost.c 166 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/fx_freetype/fxft2.5.01/src/sfnt/
ttpost.c 166 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/
dwrite_int.h 47 int glyph_count, unsigned short* glyph_indices,
fx_win32_dwrite.cpp 228 int glyph_count, unsigned short* glyph_indices,
251 glyphRun.glyphIndices = glyph_indices;
  /external/chromium_org/ppapi/proxy/
flash_resource.cc 196 const uint16_t glyph_indices[],
218 params.glyph_indices.insert(params.glyph_indices.begin(),
219 &glyph_indices[0],
220 &glyph_indices[glyph_count]);
flash_resource.h 55 const uint16_t glyph_indices[],
serialized_structs.h 116 std::vector<uint16_t> glyph_indices; member in struct:ppapi::proxy::PPBFlash_DrawGlyphs_Params
ppapi_param_traits.cc 347 ParamTraits<std::vector<uint16_t> >::Write(m, p.glyph_indices);
374 ParamTraits<std::vector<uint16_t> >::Read(m, iter, &r->glyph_indices) &&
376 r->glyph_indices.size() == r->glyph_advances.size();
  /external/chromium_org/ppapi/c/private/
ppb_flash.h 165 const uint16_t glyph_indices[],
252 const uint16_t glyph_indices[],
283 const uint16_t glyph_indices[],
317 const uint16_t glyph_indices[],
  /external/chromium_org/ppapi/cpp/private/
flash.h 48 const uint16_t glyph_indices[],
flash.cc 110 const uint16_t glyph_indices[],
124 glyph_indices,
138 glyph_indices,
  /external/chromium_org/ppapi/thunk/
ppb_flash_functions_api.h 42 const uint16_t glyph_indices[],
ppb_flash_thunk.cc 39 const uint16_t glyph_indices[],
46 allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.cc 201 if (params.glyph_indices.size() != params.glyph_advances.size() ||
202 params.glyph_indices.empty())
272 size_t glyph_count = params.glyph_indices.size();
284 &params.glyph_indices[0], glyph_count * 2, sk_positions, paint);
  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 75 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars);
78 glyph_indices[i] = pCharPos[i].m_ExtGID;
96 glyph_indices,
fx_quartz_device.cpp 826 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars);
829 glyph_indices[i] = pCharPos[i].m_ExtGID;
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_flash.idl 146 [in, size_is(glyph_count)] uint16_t[] glyph_indices,
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 690 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
    [all...]
  /external/freetype/include/internal/
tttypes.h 759 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
tttypes.h 690 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
tttypes.h 690 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 1624 milliseconds