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

  /external/harfbuzz/src/
harfbuzz-buffer.h 62 } HB_PositionRec, *HB_Position;
76 HB_Position positions;
harfbuzz-gpos.c 471 HB_Position gd )
    [all...]
harfbuzz-shaper.cpp     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.h 62 } HB_PositionRec, *HB_Position;
76 HB_Position positions;
harfbuzz-gpos.c 471 HB_Position gd )
    [all...]
harfbuzz-shaper.cpp 912 HB_Position positions = face->buffer->positions;
    [all...]
  /external/harfbuzz_ng/util/
helper-cairo.cc 405 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, NULL); local
431 l->glyphs[i].x = ( hb_position->x_offset + x) * scale;
432 l->glyphs[i].y = (-hb_position->y_offset + y) * scale;
433 x += hb_position->x_advance;
434 y += -hb_position->y_advance;
436 hb_position++;

Completed in 216 milliseconds