HomeSort by relevance Sort by last modified time
    Searched full:hb_glyph_position_t (Results 1 - 22 of 22) sorted by null

  /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.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-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-coretext.cc 290 hb_glyph_position_t *pos = &buffer->pos[buffer->len];
309 hb_glyph_position_t *pos = &buffer->pos[i];
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-graphite2.cc 344 hb_glyph_position_t *pPos;
hb-ot-layout-gpos-table.hh 101 hb_glyph_position_t &glyph_pos) const
408 hb_glyph_position_t &o = c->buffer->cur_pos();
902 hb_glyph_position_t *pos = c->buffer->pos;
    [all...]
hb-old.cc 398 hb_glyph_position_t *pos = &buffer->pos[i];
hb-ot-shape-fallback.cc 207 hb_glyph_position_t &pos = buffer->pos[i];
hb-uniscribe.cc 463 hb_glyph_position_t *pos = &buffer->pos[i];
hb-buffer-deserialize-text.hh 340 hb_glyph_position_t pos;
hb-buffer-deserialize-json.hh 463 hb_glyph_position_t pos;
  /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
  /external/harfbuzz_ng/test/api/
test-shape.c 93 hb_glyph_position_t *positions;
test-buffer.c 292 hb_glyph_position_t *positions;
  /external/harfbuzz_ng/util/
helper-cairo.cc 405 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, NULL);
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 665 hb_glyph_position_t* positions = hb_buffer_get_glyph_positions(buffer, NULL);
737 hb_glyph_position_t* positions = hb_buffer_get_glyph_positions(mBuffer, NULL);
    [all...]

Completed in 1114 milliseconds