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

  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 245 # so that we are more likely to be able to combine glypharray GID subranges.
553 # Try to split a range of character codes into subranges with consecutive
564 subRanges = []
566 # Gather subranges in which the glyph IDs are consecutive.
577 subRanges.append((orderedBegin, lastCode))
584 subRanges.append((orderedBegin, lastCode))
587 # Now filter out those new subranges that would only make the data bigger.
591 for b, e in subRanges:
600 subRanges = newRanges
602 if not subRanges
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 220 milliseconds