HomeSort by relevance Sort by last modified time
    Searched refs:hb_glyph_position_t (Results 1 - 25 of 41) sorted by null

1 2

  /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));
70 hb_glyph_position_t *pos;
75 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; }
76 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-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 474 adjust_mark_offsets (hb_glyph_position_t *pos)
481 zero_mark_width (hb_glyph_position_t *pos)
521 hb_glyph_position_t *pos = c->buffer->pos;
576 hb_glyph_position_t *pos = c->buffer->pos;
662 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];
447 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;

Completed in 273 milliseconds

1 2