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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 688 const CFRange range_all = CFRangeMake (0, 0); local
758 CTRunGetGlyphs (run, range_all, glyph_buf);
765 CTRunGetPositions (run, range_all, position_buf);
772 CTRunGetStringIndices (run, range_all, index_buf);
778 double run_width = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL);
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 686 const CFRange range_all = CFRangeMake (0, 0); local
756 CTRunGetGlyphs (run, range_all, glyph_buf);
763 CTRunGetPositions (run, range_all, position_buf);
770 CTRunGetStringIndices (run, range_all, index_buf);
776 double run_width = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL);
    [all...]

Completed in 304 milliseconds