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

12

/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dfont_subsetter.cc25 size_t glyph_count,
29 glyph_ids == NULL || glyph_count == 0) {
38 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer);
21 SubsetFont(const char* font_name, const unsigned char* original_font, size_t font_size, const unsigned int* glyph_ids, size_t glyph_count, unsigned char** output_buffer) argument
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/sfntly/cpp/src/sample/chromium/
H A Dfont_subsetter.cc25 size_t glyph_count,
29 glyph_ids == NULL || glyph_count == 0) {
38 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer);
21 SubsetFont(const char* font_name, const unsigned char* original_font, size_t font_size, const unsigned int* glyph_ids, size_t glyph_count, unsigned char** output_buffer) argument
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafglobal.h65 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
/external/freetype/src/autofit/
H A Dafglobal.h102 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.h61 size_t glyph_count; member in struct:gfx::internal::TextRunHarfBuzz
H A Drender_text_win.h46 int glyph_count; member in struct:gfx::internal::TextRun
H A Drender_text_mac.cc269 const size_t glyph_count = CTRunGetGlyphCount(ct_run); local
272 if (glyph_count == 0) {
282 run->glyphs.resize(glyph_count);
288 for (size_t glyph = 0; glyph < glyph_count; glyph++) {
293 run->glyph_positions.resize(glyph_count);
297 positions.resize(glyph_count);
301 for (size_t glyph = 0; glyph < glyph_count; glyph++) {
H A Drender_text_pango.cc418 int glyph_count = run->glyphs->num_glyphs; local
419 if (glyph_count == 0)
428 glyphs.resize(glyph_count);
429 pos.resize(glyph_count);
455 const size_t glyph_text_index = (glyph_index == glyph_count) ?
482 } while (glyph_index < glyph_count &&
/external/chromium_org/ppapi/cpp/private/
H A Dflash.cc109 uint32_t glyph_count,
123 glyph_count,
137 glyph_count,
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/chromium_org/ppapi/proxy/
H A Dflash_resource.cc195 uint32_t glyph_count,
220 &glyph_indices[glyph_count]);
223 &glyph_advances[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
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_thunk.cc38 uint32_t glyph_count,
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/third_party/harfbuzz-ng/src/
H A Dhb-face.cc440 * @glyph_count:
448 unsigned int glyph_count)
453 face->num_glyphs = glyph_count;
447 hb_face_set_glyph_count(hb_face_t *face, unsigned int glyph_count) argument
H A Dhb-graphite2.cc266 unsigned int glyph_count = gr_seg_n_slots (seg); local
267 if (unlikely (!glyph_count)) {
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
296 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
344 buffer->len = glyph_count;
/external/chromium_org/third_party/ots/src/
H A Dgdef.cc40 uint16_t glyph_count = 0; local
42 !subtable.ReadU16(&glyph_count)) {
46 2 * static_cast<unsigned>(glyph_count) + 4;
54 if (glyph_count > num_glyphs) {
55 OTS_WARNING("bad glyph count: %u", glyph_count);
60 attach_points.resize(glyph_count);
61 for (unsigned i = 0; i < glyph_count; ++i) {
H A Dmath.cc439 uint16_t glyph_count,
447 num_glyphs, glyph_count)) {
452 for (unsigned i = 0; i < glyph_count; ++i) {
434 ParseMathGlyphConstructionSequence(ots::Buffer* subtable, const uint8_t *data, size_t length, const uint16_t num_glyphs, uint16_t offset_coverage, uint16_t glyph_count, const unsigned sequence_end) argument
H A Dgsub.cc97 uint16_t glyph_count = 0; local
98 if (!subtable.ReadU16(&glyph_count)) {
101 if (glyph_count > num_glyphs) {
104 for (unsigned i = 0; i < glyph_count; ++i) {
133 uint16_t glyph_count = 0; local
134 if (!subtable.ReadU16(&glyph_count)) {
137 if (glyph_count > num_glyphs) {
140 for (unsigned i = 0; i < glyph_count; ++i) {
208 uint16_t glyph_count = 0; local
209 if (!subtable.ReadU16(&glyph_count)) {
472 uint16_t glyph_count = 0; local
[all...]
H A Dlayout.cc273 uint16_t glyph_count = 0; local
274 if (!subtable.ReadU16(&glyph_count)) {
277 if (glyph_count > num_glyphs) {
278 OTS_WARNING("bad glyph count: %u", glyph_count);
281 for (unsigned i = 0; i < glyph_count; ++i) {
348 uint16_t glyph_count = 0; local
349 if (!subtable.ReadU16(&glyph_count)) {
352 if (glyph_count > num_glyphs) {
353 OTS_WARNING("bad glyph count: %u", glyph_count);
356 for (unsigned i = 0; i < glyph_count;
454 uint16_t glyph_count = 0; local
562 uint16_t glyph_count = 0; local
682 uint16_t glyph_count = 0; local
[all...]
/external/chromium_org/third_party/ots/test/
H A Dlayout_common_table_test.cc152 bool BuildFakeCoverageFormat1(ots::OTSStream *out, const uint16_t glyph_count) { argument
153 if (!out->WriteU16(1) || !out->WriteU16(glyph_count)) {
156 for (uint16_t glyph_id = 1; glyph_id <= glyph_count; ++glyph_id) {
183 bool BuildFakeClassDefFormat1(ots::OTSStream *out, const uint16_t glyph_count) { argument
186 !out->WriteU16(glyph_count)) {
189 for (uint16_t class_value = 1; class_value <= glyph_count; ++class_value) {
/external/harfbuzz_ng/src/
H A Dhb-face.cc440 * @glyph_count:
448 unsigned int glyph_count)
453 face->num_glyphs = glyph_count;
447 hb_face_set_glyph_count(hb_face_t *face, unsigned int glyph_count) argument
H A Dhb-graphite2.cc266 unsigned int glyph_count = gr_seg_n_slots (seg); local
267 if (unlikely (!glyph_count)) {
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
296 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
344 buffer->len = glyph_count;
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_renderer_host.cc272 size_t glyph_count = params.glyph_indices.size(); local
273 if (glyph_count) {
275 storage.resize(glyph_count);
277 for (uint32_t i = 0; i < glyph_count; i++) {
284 &params.glyph_indices[0], glyph_count * 2, sk_positions, paint);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dwrite.cpp228 int glyph_count, unsigned short* glyph_indices,
250 glyphRun.glyphCount = glyph_count;
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/third_party/freetype/src/pshinter/
H A Dpshalgo.c1757 FT_UInt glyph_count = glyph->num_points; local
1762 for ( ; glyph_count > 0; glyph_count--, point++ )
/external/freetype/src/pshinter/
H A Dpshalgo.c1756 FT_UInt glyph_count = glyph->num_points; local
1761 for ( ; glyph_count > 0; glyph_count--, point++ )

Completed in 397 milliseconds

12