Home
last modified time | relevance | path

Searched refs:CSInterpreter (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff1-interp-cs.hh157 struct CFF1CSInterpreter : CSInterpreter<CFF1CSInterpEnv, OPSET, PARAM> {};
Dhb-cff2-interp-cs.hh267 struct CFF2CSInterpreter : CSInterpreter<CFF2CSInterpEnv, OPSET, PARAM> {};
Dhb-subset-cff-common.hh309 CSInterpreter<ENV, OPSET, FlattenParam> interp; in flatten()
674 CSInterpreter<ENV, OPSET, SubrSubsetParam> interp; in subset()
Dhb-cff-interp-cs-common.hh881 struct CSInterpreter : Interpreter<ENV> struct