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

1 2

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 40 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]; }
test.cc 109 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, NULL);
114 hb_glyph_position_t *pos = &positions[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 *
hb-buffer-serialize.cc 72 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL);
145 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]));
283 pos = (hb_glyph_position_t *) out_info;
406 hb_glyph_position_t t;
874 hb_glyph_position_t *
884 return (hb_glyph_position_t *) buffer->pos;
1015 hb_glyph_position_t *pos = buffer->pos;
hb-icu-le.cc 205 hb_glyph_position_t *pos = &buffer->pos[i];
hb-ot-layout.h 277 hb_glyph_position_t *positions /* IN / OUT */);
hb-coretext.cc 290 hb_glyph_position_t *pos = &buffer->pos[buffer->len];
309 hb_glyph_position_t *pos = &buffer->pos[i];
hb-buffer-deserialize-json.hh 463 hb_glyph_position_t pos;
hb-buffer-deserialize-text.hh 340 hb_glyph_position_t pos;
hb-ot-layout-gpos-table.hh 101 hb_glyph_position_t &glyph_pos) const
408 hb_glyph_position_t &o = c->buffer->cur_pos();
900 hb_glyph_position_t *pos = c->buffer->pos;
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 40 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]; }
test.cc 108 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, NULL);
113 hb_glyph_position_t *pos = &positions[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 *
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 72 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL);
145 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]));
283 pos = (hb_glyph_position_t *) out_info;
406 hb_glyph_position_t t;
874 hb_glyph_position_t *
884 return (hb_glyph_position_t *) buffer->pos;
1015 hb_glyph_position_t *pos = buffer->pos;
hb-icu-le.cc 205 hb_glyph_position_t *pos = &buffer->pos[i];
hb-ot-layout.h 277 hb_glyph_position_t *positions /* IN / OUT */);
hb-coretext.cc 290 hb_glyph_position_t *pos = &buffer->pos[buffer->len];
309 hb_glyph_position_t *pos = &buffer->pos[i];
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/test/api/
test-shape.c 93 hb_glyph_position_t *positions;
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 56 ctypedef struct hb_glyph_position_t :
82 hb_glyph_position_t *hb_buffer_get_glyph_positions(hb_buffer_t *buffer, unsigned int *len)
151 cdef hb_glyph_position_t *positions

Completed in 945 milliseconds

1 2