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

  /external/harfbuzz_ng/src/
hb-cff-interp-cs-common.hh 236 static void hhcurveto (ENV &env, PARAM& param) {} function in struct:CFF::PathProcsNull
335 PATH::hhcurveto (env, param);
611 static void hhcurveto (ENV &env, PARAM& param) function in struct:CFF::PathProcs
  /external/fonttools/Lib/fontTools/cffLib/
specializer.py 131 def hhcurveto(args): member in class:_GeneralizerDecombinerCommandsMap
347 # to the existing curve variants in the spec: rrcurveto, and the four variants hhcurveto,
349 # arguments and one without. Eg. an hhcurveto with an extra argument (odd number of
362 # Only hhcurveto and vvcurveto operators can encode a spline starting with 'r', and
529 else: # hhcurveto / vvcurveto
530 if op0 == 'h': # hhcurveto

Completed in 1411 milliseconds