Home
last modified time | relevance | path

Searched refs:ExtentsParam (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.cc32 struct ExtentsParam struct
62 struct CFF2PathProcs_Extents : PathProcs<CFF2PathProcs_Extents, CFF2CSInterpEnv, ExtentsParam> argument
64 static void moveto (CFF2CSInterpEnv &env, ExtentsParam& param, const Point &pt) in moveto()
70 static void line (CFF2CSInterpEnv &env, ExtentsParam& param, const Point &pt1) in line()
81 …static void curve (CFF2CSInterpEnv &env, ExtentsParam& param, const Point &pt1, const Point &pt2, … in curve()
96 struct CFF2CSOpSet_Extents : CFF2CSOpSet<CFF2CSOpSet_Extents, ExtentsParam, CFF2PathProcs_Extents> …
107 CFF2CSInterpreter<CFF2CSOpSet_Extents, ExtentsParam> interp; in get_extents()
110 ExtentsParam param; in get_extents()
Dhb-ot-cff1-table.cc209 struct ExtentsParam struct
228 struct CFF1PathProcs_Extents : PathProcs<CFF1PathProcs_Extents, CFF1CSInterpEnv, ExtentsParam> argument
230 static void moveto (CFF1CSInterpEnv &env, ExtentsParam& param, const Point &pt) in moveto()
236 static void line (CFF1CSInterpEnv &env, ExtentsParam& param, const Point &pt1) in line()
247 …static void curve (CFF1CSInterpEnv &env, ExtentsParam& param, const Point &pt1, const Point &pt2, … in curve()
264 struct CFF1CSOpSet_Extents : CFF1CSOpSet<CFF1CSOpSet_Extents, ExtentsParam, CFF1PathProcs_Extents>
266 static void process_seac (CFF1CSInterpEnv &env, ExtentsParam& param) in process_seac()
295 CFF1CSInterpreter<CFF1CSOpSet_Extents, ExtentsParam> interp; in _get_bounds()
299 ExtentsParam param; in _get_bounds()