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

1 2

  /external/harfbuzz_ng/src/
test.cc 70 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr);
75 hb_glyph_position_t *pos = &positions[i];
hb-fallback-shape.cc 96 hb_glyph_position_t *pos = buffer->pos;
hb-buffer.hh 58 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), "");
115 hb_glyph_position_t *pos;
181 hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; }
182 hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; }
hb-buffer.h 110 * hb_glyph_position_t:
120 * The #hb_glyph_position_t is the structure that holds the positions of the
122 * #hb_glyph_position_t are relative to the current point.
125 typedef struct hb_glyph_position_t { struct
133 } hb_glyph_position_t; typedef in typeref:struct:hb_glyph_position_t
441 HB_EXTERN hb_glyph_position_t *
hb-kern.hh 61 hb_glyph_position_t *pos = buffer->pos;
hb-buffer.cc 124 hb_glyph_position_t *new_pos = nullptr;
138 new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0]));
344 pos = (hb_glyph_position_t *) out_info;
473 hb_glyph_position_t t;
1413 hb_glyph_position_t *
1423 return (hb_glyph_position_t *) buffer->pos;
    [all...]
hb-buffer-deserialize-json.rl 121 hb_glyph_position_t pos = {0};
hb-buffer-deserialize-text.rl 115 hb_glyph_position_t pos = {0};
hb-buffer-serialize.cc 108 hb_glyph_position_t *pos = (flags & HB_BUFFER_SERIALIZE_FLAG_NO_POSITIONS) ?
206 hb_glyph_position_t *pos = (flags & HB_BUFFER_SERIALIZE_FLAG_NO_POSITIONS) ?
312 * - If #HB_BUFFER_SERIALIZE_FLAG_NO_POSITIONS is not set, the #hb_glyph_position_t in the format:
313 * - If both #hb_glyph_position_t.x_offset and #hb_glyph_position_t.y_offset are not 0, `@x_offset,y_offset`. Then,
314 * - `+x_advance`, then `,y_advance` if #hb_glyph_position_t.y_advance is not 0. Then,
hb-ot-shape.cc 626 hb_glyph_position_t *pos = buffer->pos;
760 adjust_mark_offsets (hb_glyph_position_t *pos)
767 zero_mark_width (hb_glyph_position_t *pos)
793 hb_glyph_position_t *pos = c->buffer->pos;
826 hb_glyph_position_t *pos = c->buffer->pos;
hb-ot-shape-fallback.cc 208 hb_glyph_position_t &pos = buffer->pos[i];
489 hb_glyph_position_t *pos = buffer->pos;
hb-buffer-deserialize-json.hh 463 hb_glyph_position_t pos = {0};
hb-buffer-deserialize-text.hh 340 hb_glyph_position_t pos = {0};
hb-ot-layout.h 361 hb_glyph_position_t *positions /* IN / OUT */);
hb-ot-layout-gpos-table.hh 107 hb_glyph_position_t &glyph_pos) const
448 hb_glyph_position_t &o = buffer->cur_pos();
966 reverse_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, unsigned int new_parent);
1004 hb_glyph_position_t *pos = buffer->pos;
    [all...]
hb-aat-layout-kerx-table.hh 282 hb_glyph_position_t &o = buffer->pos[idx];
512 hb_glyph_position_t &o = buffer->cur_pos();
911 hb_glyph_position_t *pos = c->buffer->pos;
hb-aat-layout.cc 250 hb_glyph_position_t *pos = buffer->pos;
hb-graphite2.cc 398 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, nullptr);
hb-directwrite.cc 811 hb_glyph_position_t *pos = &buffer->pos[i];
hb-ot-shape-complex-arabic.cc 465 hb_glyph_position_t *pos = buffer->pos;
  /external/harfbuzz_ng/test/api/
test-shape.c 93 hb_glyph_position_t *positions;
  /external/skqp/third_party/harfbuzz/
hb-buffer-deserialize-json.hh 463 hb_glyph_position_t pos = {0};
hb-buffer-deserialize-text.hh 340 hb_glyph_position_t pos = {0};
  /external/freetype/src/autofit/
afshaper.c 552 hb_glyph_position_t* gpos;
  /external/harfbuzz_ng/test/shaping/data/aots/
hb-aots-tester.cpp 223 hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL);

Completed in 1068 milliseconds

1 2