Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 147) sorted by relevance

123456

/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c205 for ( point = points; point < limit; point++ ) in af_glyph_hints_dump_points()
716 for ( point = points; point < point_limit; point++ ) in af_glyph_hints_reload()
968 for ( point = points; point < point_limit; point++ ) in af_glyph_hints_align_strong_points()
1220 for ( point = points; point < point_limit; point++ ) in af_glyph_hints_align_weak_points()
1222 point->u = point->x; in af_glyph_hints_align_weak_points()
1230 for ( point = points; point < point_limit; point++ ) in af_glyph_hints_align_weak_points()
1232 point->u = point->y; in af_glyph_hints_align_weak_points()
1313 for ( point = points; point < point_limit; point++ ) in af_glyph_hints_align_weak_points()
1314 point->x = point->u; in af_glyph_hints_align_weak_points()
1318 for ( point = points; point < point_limit; point++ ) in af_glyph_hints_align_weak_points()
[all …]
A Daflatin2.c736 for ( ; point < limit; point++ ) in af_latin2_hints_compute_segments()
738 point->u = point->fx; in af_latin2_hints_compute_segments()
739 point->v = point->fy; in af_latin2_hints_compute_segments()
750 point->u = point->fy; in af_latin2_hints_compute_segments()
751 point->v = point->fx; in af_latin2_hints_compute_segments()
769 point = point->prev; in af_latin2_hints_compute_segments()
772 point = point->prev; in af_latin2_hints_compute_segments()
778 point = point->next; in af_latin2_hints_compute_segments()
800 point = point->next; in af_latin2_hints_compute_segments()
804 point = point->next; in af_latin2_hints_compute_segments()
[all …]
A Daflatin.c1152 for ( ; point < limit; point++ ) in af_latin_hints_compute_segments()
1154 point->u = point->fx; in af_latin_hints_compute_segments()
1155 point->v = point->fy; in af_latin_hints_compute_segments()
1164 for ( ; point < limit; point++ ) in af_latin_hints_compute_segments()
1166 point->u = point->fy; in af_latin_hints_compute_segments()
1167 point->v = point->fx; in af_latin_hints_compute_segments()
1189 last = point; in af_latin_hints_compute_segments()
1193 point = point->prev; in af_latin_hints_compute_segments()
1196 point = point->next; in af_latin_hints_compute_segments()
1220 if ( point->out_dir != segment_dir || point == last ) in af_latin_hints_compute_segments()
[all …]
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.c1241 point->cur_x = point->cur_u; in psh_glyph_save_points()
1242 point->flags_x = point->flags2 | point->flags; in psh_glyph_save_points()
1247 point->flags_y = point->flags2 | point->flags; in psh_glyph_save_points()
1308 point[1].prev = point; in psh_glyph_init()
1448 point = point->next; in psh_glyph_compute_extrema()
1898 for ( point = points; point < points_end; point++ ) in psh_glyph_interpolate_normal_points()
1921 for ( point = points; point < points_end; point++ ) in psh_glyph_interpolate_normal_points()
1941 for ( point = points; point < points_end; point++ ) in psh_glyph_interpolate_normal_points()
2053 for ( point = start; point < next; point++ ) in psh_glyph_interpolate_other_points()
2069 for ( point = start; point < next; point++ ) in psh_glyph_interpolate_other_points()
[all …]
/AliOS-Things-master/components/freetype/src/base/
A Dftoutln.c62 FT_Vector* point; in FT_Outline_Decompose() local
133 point--; in FT_Outline_Decompose()
145 point++; in FT_Outline_Decompose()
178 point++; in FT_Outline_Decompose()
231 point += 2; in FT_Outline_Decompose()
762 intersect = ( a->y - point->y ) ^ ( b->y - point->y );
769 if ( ( a->x <= point->x && b->x >= point->x ) ||
770 ( a->x >= point->x && b->x <= point->x ) )
779 if ( x < point->x )
835 FT_Vector* point;
[all …]
A Dftstroke.c1243 FT_Vector point; in ft_stroker_subpath_start() local
1325 FT_Vector point; in FT_Stroker_LineTo() local
2051 FT_Vector* point; in FT_Stroker_ParseOutline() local
2114 point--; in FT_Stroker_ParseOutline()
2122 while ( point < limit ) in FT_Stroker_ParseOutline()
2124 point++; in FT_Stroker_ParseOutline()
2135 vec.x = point->x; in FT_Stroker_ParseOutline()
2136 vec.y = point->y; in FT_Stroker_ParseOutline()
2155 point++; in FT_Stroker_ParseOutline()
2159 vec = point[0]; in FT_Stroker_ParseOutline()
[all …]
/AliOS-Things-master/components/SDL2/src/joystick/psp/
A DSDL_sysjoystick.c57 } point; typedef
60 static point a = { 0, 0 };
61 static point b = { 50, 0 };
62 static point c = { 78, 32767 };
63 static point d = { 128, 32767 };
66 static SDL_INLINE void lerp (point *dest, point *a, point *b, float t) in lerp()
75 point ab, bc, cd, abbc, bccd, dest; in calc_bezier_y()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi129 @section Floating point rounding
137 point environment is used.
152 754 128 bit floating point format).
164 point environment.
234 point number @code{a} according to the floating point environment
251 optional floating point environment.
255 optional floating point environment.
282 For floating point numbers:
320 be generated by the floating point operations).
393 floating point operations.
[all …]
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dbm_chaos.py162 x = (point.x - self.minx) / self.width
186 def truncate(self, point): argument
187 if point.x >= self.maxx:
188 point.x = self.maxx
189 if point.y >= self.maxy:
190 point.y = self.maxy
191 if point.x < self.minx:
192 point.x = self.minx
193 if point.y < self.miny:
194 point.y = self.miny
[all …]
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c5762 FT_UShort point; in Ins_FLIPPT() local
6130 FT_UShort point; in Ins_SHPIX() local
6316 CUR.zp1.cur[point] = CUR.zp1.org[point]; in Ins_MSIRP()
6462 CUR.zp0.cur[point] = CUR.zp0.org[point]; in Ins_MIAP()
6710 CUR.zp1.cur[point] = CUR.zp1.org[point]; in Ins_MIRP()
7217 FT_UShort point; in Ins_UTP() local
7413 point = 0; in Ins_IUP()
7433 while ( point <= end_point && ( CUR.pts.tags[point] & mask ) == 0 ) in Ins_IUP()
7434 point++; in Ins_IUP()
7441 point++; in Ins_IUP()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/
A Ds_write.dfa18 # It isn't necessary to chose fixed or floating point for the APIs because the
19 # simplified API doesn't need fixed or floating point numbers. It is necessary
21 # = off') is fixed point - turn the floating point implementation on if you have
22 # hardware floating point or prefer your software floating point implementation.
A Dsimple.dfa19 # It isn't necessary to chose fixed or floating point for the APIs because the
20 # simplified API doesn't need fixed or floating point numbers. It is necessary
22 # = off') is fixed point - turn the floating point implementation on if you have
23 # hardware floating point or prefer your software floating point implementation.
A Ds_read.dfa20 # It isn't necessary to chose fixed or floating point for the APIs because the
21 # simplified API doesn't need fixed or floating point numbers. It is necessary
23 # = off') is fixed point - turn the floating point implementation on if you have
24 # hardware floating point or prefer your software floating point implementation.
A Dwrite.dfa20 # Choose fixed or floating point APIs and arithmetic. The choices are
22 # floating point if you have floating point hardware. If you don't know, or
23 # (perhaps) to make libpng smaller used fixed point throughout.
25 #Fixed point:
29 #Floating point:
A Dread.dfa22 # instead but there is no point enabling both.
26 # Likewise it is pointless enabling both fixed and floating point APIs. Choose
29 #Fixed point:
33 #Floating point:
/AliOS-Things-master/components/littlevgl/porting/
A Dlv_port_indev_template.c204 data->point.x = last_x;
205 data->point.y = last_y;
243 mouse_get_xy(&data->point.x, &data->point.y);
289 mouse_get_xy(&data->point.x, &data->point.y);
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Decc_dsa.c207 const uECC_word_t *point; in uECC_verify() local
262 point = points[(!!uECC_vli_testBit(u1, num_bits - 1)) | in uECC_verify()
264 uECC_vli_set(rx, point, num_words); in uECC_verify()
265 uECC_vli_set(ry, point + num_words, num_words); in uECC_verify()
274 point = points[index]; in uECC_verify()
275 if (point) { in uECC_verify()
276 uECC_vli_set(tx, point, num_words); in uECC_verify()
277 uECC_vli_set(ty, point + num_words, num_words); in uECC_verify()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dzran.c67 struct point { struct
78 struct point *list; /* allocated list */
95 struct point *next; in addpoint()
101 index->list = malloc(sizeof(struct point) << 3); in addpoint()
113 next = realloc(index->list, sizeof(struct point) * index->size); in addpoint()
229 index->list = realloc(index->list, sizeof(struct point) * index->have); in build_index()
254 struct point *here; in extract()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/decoder/
A Dpngusr.dfa19 # You must choose fixed or floating point arithmetic:
24 # You must chose the internal fixed point implementation or to
25 # use the system floating point. The latter is considerably
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/encoder/
A Dpngusr.dfa21 # You must choose fixed or floating point arithmetic:
26 # You must chose the internal fixed point implementation or to
27 # use the system floating point. The latter is considerably
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/preader/
A Dpngusr.dfa17 # You may choose fixed or floating point APIs:
22 # You must chose the internal fixed point implementation or to
23 # use the system floating point. The latter is considerably
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_indev.h105 void lv_indev_get_point(const lv_indev_t * indev, lv_point_t * point);
128 void lv_indev_get_vect(const lv_indev_t * indev, lv_point_t * point);
A Dlv_indev.c237 point->x = -1; in lv_indev_get_point()
238 point->y = -1; in lv_indev_get_point()
280 point->x = 0; in lv_indev_get_vect()
281 point->y = 0; in lv_indev_get_vect()
286 point->x = 0; in lv_indev_get_vect()
287 point->y = 0; in lv_indev_get_vect()
289 point->x = indev->proc.types.pointer.vect.x; in lv_indev_get_vect()
290 point->y = indev->proc.types.pointer.vect.y; in lv_indev_get_vect()
341 …(i->proc.types.pointer.last_point.x != data->point.x || i->proc.types.pointer.last_point.y != data… in indev_pointer_proc()
342 lv_obj_set_pos(i->cursor, data->point.x, data->point.y); in indev_pointer_proc()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/core/option/
A Drtw_opt_crypto_ssl.h44 void rtw_crypto_ecc_point_init(sae_ecc_point *point);
45 void rtw_crypto_ecc_point_free(sae_ecc_point *point);
48 int rtw_crypto_ecc_point_is_at_infinity(sae_ecc_point *point);
/AliOS-Things-master/components/freetype/src/smooth/
A Dftgrays.c1528 FT_Vector* point; in FT_Outline_Decompose() local
1571 point = outline->points + first; in FT_Outline_Decompose()
1599 point--; in FT_Outline_Decompose()
1609 while ( point < limit ) in FT_Outline_Decompose()
1611 point++; in FT_Outline_Decompose()
1622 vec.x = SCALED( point->x ); in FT_Outline_Decompose()
1623 vec.y = SCALED( point->y ); in FT_Outline_Decompose()
1638 if ( point < limit ) in FT_Outline_Decompose()
1644 point++; in FT_Outline_Decompose()
1697 point += 2; in FT_Outline_Decompose()
[all …]

Completed in 60 milliseconds

123456