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

  /external/harfbuzz_ng/src/
hb-coretext.cc 238 const CFRange range_all = CFRangeMake (0, 0); local
264 CTRunGetGlyphs (run, range_all, glyph_buf);
271 CTRunGetPositions (run, range_all, position_buf);
278 CTRunGetStringIndices (run, range_all, index_buf);
284 double run_width = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL);

Completed in 86 milliseconds