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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer.cc 159 have_positions = false;
198 have_positions = false;
249 have_positions = false;
262 have_positions = false;
275 have_positions = true;
702 true /* have_positions */
1146 if (buffer->have_positions)
1216 if (!buffer->have_positions)
1484 assert (buffer->have_positions);
hb-buffer-private.hh 62 bool have_positions; /* Whether we have positions */ member in struct:hb_buffer_t
  /external/harfbuzz_ng/src/
hb-buffer.cc 159 have_positions = false;
199 have_positions = false;
250 have_positions = false;
263 have_positions = false;
276 have_positions = true;
712 true /* have_positions */
1192 if (buffer->have_positions)
1262 if (!buffer->have_positions)
1555 assert (buffer->have_positions);
hb-buffer-private.hh 63 bool have_positions; /* Whether we have positions */ member in struct:hb_buffer_t

Completed in 180 milliseconds