Searched defs:glyph_count (Results 26 - 30 of 30) sorted by relevance

12

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshalgo.c1757 FT_UInt glyph_count = glyph->num_points; local
1762 for ( ; glyph_count > 0; glyph_count--, point++ )
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc163 size_t glyph_count,
166 glyph_ids == NULL || glyph_count == 0 || glyph_id_processed == NULL) {
173 for (size_t i = 0; i < glyph_count; ++i) {
639 size_t glyph_count,
656 glyph_ids, glyph_count, &glyph_id_processed) ||
160 ResolveCompositeGlyphs(GlyphTable* glyph_table, LocaTable* loca_table, const unsigned int* glyph_ids, size_t glyph_count, IntegerSet* glyph_id_processed) argument
638 SubsetFont(const unsigned int* glyph_ids, size_t glyph_count, unsigned char** output_buffer) argument
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc469 glyph_count(static_cast<size_t>(-1)),
485 if (glyph_count == 0) {
519 for (size_t i = 0; i < glyph_count; ++i)
530 if (glyph_count == 0)
537 const int cluster_end_x = glyphs.end() < glyph_count ?
604 for (size_t i = 0; i < run.glyph_count; ++i) {
606 i + 1 == run.glyph_count ? run.width : run.positions[i + 1].x();
917 scoped_ptr<SkPoint[]> positions(new SkPoint[run.glyph_count]);
918 for (size_t j = 0; j < run.glyph_count; ++j) {
940 int width = (colored_glyphs.end() == run.glyph_count
1167 unsigned int glyph_count = 0; local
[all...]
H A Drender_text.cc244 size_t glyph_count) {
245 const size_t byte_length = glyph_count * sizeof(glyphs[0]);
242 DrawPosText(const SkPoint* pos, const uint16* glyphs, size_t glyph_count) argument
/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, cons
[all...]

Completed in 203 milliseconds

12