/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/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 | 356 ParamTraits<std::vector<uint16_t> >::Write(m, p.glyph_indices); 383 ParamTraits<std::vector<uint16_t> >::Read(m, iter, &r->glyph_indices) && 385 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()) 276 size_t glyph_count = params.glyph_indices.size(); 287 canvas->drawPosText(¶ms.glyph_indices[0], glyph_count * 2, sk_positions,
|
/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/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...] |