Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-cff-interp-cs-common.hh95 struct point_t struct
112 void move (const point_t &d) { move_x (d.x); move_y (d.y); } in move() argument
202 const point_t &get_pt () const { return pt; } in get_pt()
204 void moveto (const point_t &pt_ ) { pt = pt_; } in moveto()
220 point_t pt;
241 static void moveto (ENV &env, PARAM& param, const point_t &pt) {} in moveto()
242 static void line (ENV &env, PARAM& param, const point_t &pt1) {} in line()
243 …static void curve (ENV &env, PARAM& param, const point_t &pt1, const point_t &pt2, const point_t &… in curve()
467 point_t pt1 = env.get_pt (); in rmoveto()
476 point_t pt1 = env.get_pt (); in hmoveto()
[all …]
Dhb-ot-cff2-table.cc51 void update_bounds (const point_t &pt) in update_bounds()
68 static void moveto (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt) in moveto()
74 static void line (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt1) in line()
85 …nterp_env_t &env, cff2_extents_param_t& param, const point_t &pt1, const point_t &pt2, const point… in curve()
Dhb-ot-cff1-table.cc176 void update (const point_t &pt) in update()
197 void offset (const point_t &delta) in offset()
208 point_t min;
209 point_t max;
233 static void moveto (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt) in moveto()
239 static void line (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt1) in line()
250 …nterp_env_t &env, cff1_extents_param_t& param, const point_t &pt1, const point_t &pt2, const point… in curve()
272 point_t delta; in process_seac()
/external/python/cffi/doc/source/
Dembedding.rst65 typedef struct { int x, y; } point_t;
66 extern int do_stuff(point_t *);
71 typedef struct { int x, y; } point_t;
92 CFFI_DLLEXPORT int do_stuff(point_t *);