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

  /external/harfbuzz_ng/src/
hb-cff-interp-cs-common.hh 230 static void hlineto (ENV &env, PARAM& param) {} function in struct:CFF::PathProcsNull
311 PATH::hlineto (env, param);
496 static void hlineto (ENV &env, PARAM& param) function in struct:CFF::PathProcs
  /external/fonttools/Lib/fontTools/cffLib/
specializer.py 106 def hlineto(args): member in class:_GeneralizerDecombinerCommandsMap
338 # - hmoveto, hlineto
419 # Merge adjacent hlineto's and vlineto's.
420 if (i and op in {'hlineto', 'vlineto'} and
435 if op in {'0lineto', 'hlineto', 'vlineto'} and prv == nxt == 'rlineto':
475 elif {op1, op2} == {'vlineto', 'hlineto'}:

Completed in 129 milliseconds