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

  /external/harfbuzz_ng/src/
hb-cff-interp-cs-common.hh 226 static void rmoveto (ENV &env, PARAM& param) {} function in struct:CFF::PathProcsNull
293 PATH::rmoveto (env, param);
463 static void rmoveto (ENV &env, PARAM& param) function in struct:CFF::PathProcs
  /external/fonttools/Lib/fontTools/cffLib/
specializer.py 47 'hmoveto', 'vmoveto', 'rmoveto',
88 def rmoveto(args): member in class:_GeneralizerDecombinerCommandsMap
90 yield ('rmoveto', args)
94 yield ('rmoveto', [args[0], 0])
98 yield ('rmoveto', [0, args[0]])
284 # 1. Combine successive rmoveto operations.
286 # 2. Specialize rmoveto/rlineto/rrcurveto operators into horizontal/vertical variants.
313 # 1. Combine successive rmoveto operations.
315 if 'rmoveto' == commands[i][0] == commands[i-1][0]:
317 commands[i-1] = ('rmoveto', [v1[0]+v2[0], v1[1]+v2[1]]
    [all...]

Completed in 59 milliseconds