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

1 2

  /external/harfbuzz_ng/src/
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-private.hh 49 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t));
100 hb_glyph_position_t *pos;
105 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; }
106 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; }
hb-fallback-shape.cc 119 hb_glyph_position_t *pos = buffer->pos;
hb-buffer.h 75 * hb_glyph_position_t:
85 * The #hb_glyph_position_t is the structure that holds the positions of the
87 * #hb_glyph_position_t are relative to the current point.
90 typedef struct hb_glyph_position_t { struct
98 } hb_glyph_position_t; typedef in typeref:struct:hb_glyph_position_t
376 HB_EXTERN hb_glyph_position_t *
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.cc 127 hb_glyph_position_t *new_pos = NULL;
141 new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0]));
342 pos = (hb_glyph_position_t *) out_info;
507 hb_glyph_position_t t;
1369 hb_glyph_position_t *
1379 return (hb_glyph_position_t *) buffer->pos;
    [all...]
hb-ot-shape-fallback.cc 209 hb_glyph_position_t &pos = buffer->pos[i];
450 hb_glyph_position_t *pos = buffer->pos;
499 hb_glyph_position_t *pos = buffer->pos;
hb-buffer-serialize.cc 108 hb_glyph_position_t *pos = (flags & HB_BUFFER_SERIALIZE_FLAG_NO_POSITIONS) ?
192 hb_glyph_position_t *pos = (flags & HB_BUFFER_SERIALIZE_FLAG_NO_POSITIONS) ?
282 * - If #HB_BUFFER_SERIALIZE_FLAG_NO_POSITIONS is not set, the #hb_glyph_position_t in the format:
283 * - If both #hb_glyph_position_t.x_offset and #hb_glyph_position_t.y_offset are not 0, `@x_offset,y_offset`. Then,
284 * - `+x_advance`, then `,y_advance` if #hb_glyph_position_t.y_advance is not 0. Then,
hb-ot-shape.cc 448 hb_glyph_position_t *pos = buffer->pos;
466 hb_glyph_position_t *pos = buffer->pos;
624 adjust_mark_offsets (hb_glyph_position_t *pos)
631 zero_mark_width (hb_glyph_position_t *pos)
657 hb_glyph_position_t *pos = c->buffer->pos;
719 hb_glyph_position_t *pos = c->buffer->pos;
hb-graphite2.cc 382 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, NULL);
403 hb_glyph_position_t *pPos = hb_buffer_get_glyph_positions (buffer, NULL);
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 305 hb_glyph_position_t *positions /* IN / OUT */);
hb-ot-layout-gpos-table.hh 109 hb_glyph_position_t &glyph_pos) const
438 hb_glyph_position_t &o = buffer->cur_pos();
899 reverse_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, unsigned int new_parent);
936 hb_glyph_position_t *pos = buffer->pos;
    [all...]
hb-ot-shape-complex-arabic.cc 474 hb_glyph_position_t *pos = buffer->pos;
hb-directwrite.cc 876 hb_glyph_position_t *pos = &buffer->pos[i];
hb-uniscribe.cc 1021 hb_glyph_position_t *pos = &buffer->pos[i];
  /external/harfbuzz_ng/test/api/
test-shape.c 93 hb_glyph_position_t *positions;
test-buffer.c 301 hb_glyph_position_t *positions;
  /external/skia/tools/
SkShaper_harfbuzz.cpp 105 hb_glyph_position_t* pos =
  /external/skia/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/util/
helper-cairo.cc 475 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, NULL);

Completed in 796 milliseconds

1 2