/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-gobject-structs.cc | 87 static hb_glyph_position_t *glyph_position_reference (hb_glyph_position_t *g) 89 hb_glyph_position_t *c = (hb_glyph_position_t *) calloc (1, sizeof (hb_glyph_position_t)); 94 static void glyph_position_destroy (hb_glyph_position_t *g) { free (g); }
|
hb-buffer-private.hh | 39 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)); 71 hb_glyph_position_t *pos; 76 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } 77 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; }
|
hb-buffer.h | 54 typedef struct hb_glyph_position_t { struct 62 } hb_glyph_position_t; typedef in typeref:struct:hb_glyph_position_t 261 hb_glyph_position_t *
|
test.cc | 112 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, NULL); 117 hb_glyph_position_t *pos = &positions[i];
|
hb-buffer-serialize.cc | 102 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL); 175 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL);
|
hb-buffer.cc | 90 hb_glyph_position_t *new_pos = NULL; 104 new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0])); 297 pos = (hb_glyph_position_t *) out_info; 458 hb_glyph_position_t t; 1212 hb_glyph_position_t * 1222 return (hb_glyph_position_t *) buffer->pos; 1431 hb_glyph_position_t *pos = buffer->pos;
|
hb-ot-layout.h | 278 hb_glyph_position_t *positions /* IN / OUT */);
|
hb-ot-shape.cc | 484 hb_glyph_position_t *pos = c->buffer->pos; 527 hb_glyph_position_t *pos = c->buffer->pos; 611 hb_glyph_position_t *pos = c->buffer->pos;
|
hb-ot-shape-fallback.cc | 207 hb_glyph_position_t &pos = buffer->pos[i]; 442 hb_glyph_position_t *pos = buffer->pos;
|
hb-buffer-deserialize-json.hh | 463 hb_glyph_position_t pos;
|
hb-buffer-deserialize-text.hh | 340 hb_glyph_position_t pos;
|
/external/harfbuzz_ng/src/ |
hb-gobject-structs.cc | 87 static hb_glyph_position_t *glyph_position_reference (hb_glyph_position_t *g) 89 hb_glyph_position_t *c = (hb_glyph_position_t *) calloc (1, sizeof (hb_glyph_position_t)); 94 static void glyph_position_destroy (hb_glyph_position_t *g) { free (g); }
|
hb-buffer-private.hh | 39 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)); 72 hb_glyph_position_t *pos; 77 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } 78 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; }
|
hb-buffer.h | 54 typedef struct hb_glyph_position_t { struct 62 } hb_glyph_position_t; typedef in typeref:struct:hb_glyph_position_t 282 hb_glyph_position_t *
|
test.cc | 112 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, NULL); 117 hb_glyph_position_t *pos = &positions[i];
|
hb-fallback-shape.cc | 117 hb_glyph_position_t *pos = buffer->pos;
|
hb-buffer-deserialize-json.rl | 121 hb_glyph_position_t pos;
|
hb-buffer-deserialize-text.rl | 115 hb_glyph_position_t pos;
|
hb-buffer-serialize.cc | 102 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL); 175 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL);
|
hb-ot-shape.cc | 472 adjust_mark_offsets (hb_glyph_position_t *pos) 479 zero_mark_width (hb_glyph_position_t *pos) 519 hb_glyph_position_t *pos = c->buffer->pos; 574 hb_glyph_position_t *pos = c->buffer->pos; 658 hb_glyph_position_t *pos = c->buffer->pos;
|
hb-buffer.cc | 90 hb_glyph_position_t *new_pos = NULL; 104 new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0])); 298 pos = (hb_glyph_position_t *) out_info; 459 hb_glyph_position_t t; 1258 hb_glyph_position_t * 1268 return (hb_glyph_position_t *) buffer->pos; 1502 hb_glyph_position_t *pos = buffer->pos;
|
hb-ot-layout.h | 286 hb_glyph_position_t *positions /* IN / OUT */);
|
hb-ot-shape-fallback.cc | 209 hb_glyph_position_t &pos = buffer->pos[i]; 445 hb_glyph_position_t *pos = buffer->pos;
|
/external/harfbuzz_ng/test/api/ |
test-shape.c | 93 hb_glyph_position_t *positions;
|
/external/freetype/src/autofit/ |
hbshim.c | 452 hb_glyph_position_t* gpos;
|