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

  /external/harfbuzz_ng/src/
hb-cff-interp-cs-common.hh 231 static void vlineto (ENV &env, PARAM& param) {} function in struct:CFF::PathProcsNull
315 PATH::vlineto (env, param);
516 static void vlineto (ENV &env, PARAM& param) function in struct:CFF::PathProcs
  /external/fonttools/Lib/fontTools/cffLib/
specializer.py 116 def vlineto(args): member in class:_GeneralizerDecombinerCommandsMap
339 # - vmoveto, vlineto
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 181 milliseconds