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

  /external/harfbuzz_ng/src/
hb-cff-interp-cs-common.hh 229 static void rlineto (ENV &env, PARAM& param) {} function in struct:CFF::PathProcsNull
307 PATH::rlineto (env, param);
486 static void rlineto (ENV &env, PARAM& param) function in struct:CFF::PathProcs
  /external/fonttools/Lib/fontTools/cffLib/
specializer.py 101 def rlineto(args): member in class:_GeneralizerDecombinerCommandsMap
104 yield ('rlineto', args)
111 yield ('rlineto', [next(it), 0])
112 yield ('rlineto', [0, next(it)])
121 yield ('rlineto', [0, next(it)])
122 yield ('rlineto', [next(it), 0])
197 yield ('rlineto', last_args)
203 yield ('rlineto', args)
280 # having arguments for one segment, and using the generic form (rlineto/rrcurveto).
286 # 2. Specialize rmoveto/rlineto/rrcurveto operators into horizontal/vertical variants
    [all...]

Completed in 1449 milliseconds