Lines Matching defs:info
269 hb_codepoint_t c = buffer->info[i].codepoint;
270 buffer->info[i].utf16_index() = chars_len;
422 uint32_t *p = &vis_clusters[log_clusters[buffer->info[i].utf16_index()]];
423 *p = MIN (*p, buffer->info[i].cluster);
447 hb_glyph_info_t *info = &buffer->info[buffer->len++];
449 info->codepoint = glyphs[i];
450 info->cluster = vis_clusters[i];
452 /* The rest is crap. Let's store position info there for now. */
453 info->mask = advances[i];
454 info->var1.u32 = offsets[i].du;
455 info->var2.u32 = offsets[i].dv;
462 hb_glyph_info_t *info = &buffer->info[i];
466 pos->x_advance = info->mask;
467 pos->x_offset = info->var1.u32;
468 pos->y_offset = info->var2.u32;