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

/external/chromium_org/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/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/fx_freetype/fxft2.5.01/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.h47 int glyph_count, unsigned short* glyph_indices,
H A Dfx_win32_dwrite.cpp228 int glyph_count, unsigned short* glyph_indices,
251 glyphRun.glyphIndices = glyph_indices;
226 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/chromium_org/ppapi/proxy/
H A Dflash_resource.cc196 const uint16_t glyph_indices[],
218 params.glyph_indices.insert(params.glyph_indices.begin(),
219 &glyph_indices[0],
220 &glyph_indices[glyph_count]);
186 DrawGlyphs( PP_Instance instance, PP_Resource pp_image_data, const PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const PP_Point* position, const PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const PP_Point glyph_advances[]) argument
H A Dflash_resource.h55 const uint16_t glyph_indices[],
H A Dserialized_structs.h116 std::vector<uint16_t> glyph_indices; member in struct:ppapi::proxy::PPBFlash_DrawGlyphs_Params
H A Dppapi_param_traits.cc347 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/
H A Dppb_flash.h165 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/thunk/
H A Dppb_flash_functions_api.h42 const uint16_t glyph_indices[],
H A Dppb_flash_thunk.cc39 const uint16_t glyph_indices[],
46 allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
30 DrawGlyphs(PP_Instance instance, PP_Resource pp_image_data, const PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const PP_Point* position, const PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const PP_Point glyph_advances[]) argument
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_renderer_host.cc201 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/chromium_org/ppapi/cpp/private/
H A Dflash.h48 const uint16_t glyph_indices[],
H A Dflash.cc110 const uint16_t glyph_indices[],
124 glyph_indices,
138 glyph_indices,
101 DrawGlyphs(const InstanceHandle& instance, ImageData* image, const BrowserFontDescription& font_desc, uint32_t color, const Point& position, const Rect& clip, const float transformation[3][3], bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const PP_Point 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;
873 (CGGlyph*)glyph_indices,
/external/chromium_org/ppapi/api/private/
H A Dppb_flash.idl146 [in, size_is(glyph_count)] uint16_t[] glyph_indices,
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h682 /* glyph_indices :: The indices of the glyphs in the names arrays. */
690 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
/external/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_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h682 /* glyph_indices :: The indices of the glyphs in the names arrays. */
690 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h682 /* glyph_indices :: The indices of the glyphs in the names arrays. */
690 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2874 static PP_Bool Pnacl_M21_PPB_Flash_DrawGlyphs(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]) { argument
2876 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
2953 static PP_Bool Pnacl_M22_PPB_Flash_DrawGlyphs(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]) { argument
2955 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
3037 static PP_Bool Pnacl_M24_0_PPB_Flash_DrawGlyphs(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]) { argument
3039 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
3126 static PP_Bool Pnacl_M24_1_PPB_Flash_DrawGlyphs(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]) { argument
3128 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
5306 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M21_PPB_Flash_DrawGlyphs,
5324 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, const struct PP_Point* position, const struct PP_Rect* clip, const float transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], cons
[all...]

Completed in 2601 milliseconds