HomeSort by relevance Sort by last modified time
    Searched refs:HB_BUFFER_CONTENT_TYPE_GLYPHS (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz_ng/src/
hb-shape.cc 136 buffer->content_type = HB_BUFFER_CONTENT_TYPE_GLYPHS;
hb-buffer-serialize.cc 330 buffer->content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS);
435 buffer->content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS);
446 hb_buffer_set_content_type (buffer, HB_BUFFER_CONTENT_TYPE_GLYPHS);
hb-buffer.h 184 * @HB_BUFFER_CONTENT_TYPE_GLYPHS: The buffer contains output glyphs (after shaping).
189 HB_BUFFER_CONTENT_TYPE_GLYPHS
hb-buffer.cc     [all...]
hb-ot-shape.cc 554 buffer->content_type = HB_BUFFER_CONTENT_TYPE_GLYPHS;
  /external/harfbuzz_ng/util/
shape-consumer.hh 71 if (hb_buffer_get_content_type (buffer) == HB_BUFFER_CONTENT_TYPE_GLYPHS)

Completed in 60 milliseconds