Home | History | Annotate | Download | only in truetype

Lines Matching refs:BOUNDS

87   /* Two simple bounds-checking macros.                                    */
89 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) )
4116 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) )
4144 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) )
4175 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) )
4201 if ( BOUNDS( L, exc->stackSize + 1 - exc->top ) )
4236 if ( BOUNDS( aIdx1, exc->zp2.n_points ) ||
4237 BOUNDS( aIdx2, exc->zp1.n_points ) )
4797 if ( BOUNDS( L, exc->zp2.n_points ) )
4841 if ( BOUNDS( L, exc->zp0.n_points ) ||
4842 BOUNDS( K, exc->zp1.n_points ) )
4921 if ( BOUNDS( p2, exc->zp1.n_points ) ||
4922 BOUNDS( p1, exc->zp2.n_points ) )
5275 if ( BOUNDS( point, exc->pts.n_points ) )
5320 if ( BOUNDS( K, exc->pts.n_points ) ||
5321 BOUNDS( L, exc->pts.n_points ) )
5358 if ( BOUNDS( K, exc->pts.n_points ) ||
5359 BOUNDS( L, exc->pts.n_points ) )
5394 if ( BOUNDS( p, zp.n_points ) )
5481 if ( BOUNDS( point, exc->zp2.n_points ) )
5525 FT_Short contour, bounds;
5530 bounds = ( exc->GS.gep2 == 0 ) ? 1 : exc->zp2.n_contours;
5532 if ( BOUNDS( contour, bounds ) )
5581 if ( BOUNDS( args[0], 2 ) )
5650 if ( BOUNDS( point, exc->zp2.n_points ) )
5800 if ( BOUNDS( point, exc->zp1.n_points ) ||
5801 BOUNDS( exc->GS.rp0, exc->zp0.n_points ) )
5858 if ( BOUNDS( point, exc->zp0.n_points ) )
5923 if ( BOUNDS( point, exc->zp0.n_points ) ||
6032 if ( BOUNDS( point, exc->zp1.n_points ) ||
6033 BOUNDS( exc->GS.rp0, exc->zp0.n_points ) )
6191 if ( BOUNDS( point, exc->zp1.n_points ) ||
6193 BOUNDS( exc->GS.rp0, exc->zp0.n_points ) )
6409 BOUNDS( exc->GS.rp0, exc->zp0.n_points ) )
6422 if ( BOUNDS( point, exc->zp1.n_points ) )
6479 if ( BOUNDS( b0, exc->zp0.n_points ) ||
6480 BOUNDS( b1, exc->zp0.n_points ) ||
6481 BOUNDS( a0, exc->zp1.n_points ) ||
6482 BOUNDS( a1, exc->zp1.n_points ) ||
6483 BOUNDS( point, exc->zp2.n_points ) )
6560 if ( BOUNDS( p1, exc->zp1.n_points ) ||
6561 BOUNDS( p2, exc->zp0.n_points ) )
6609 if ( BOUNDS( exc->GS.rp1, exc->zp0.n_points ) )
6627 if ( BOUNDS( exc->GS.rp1, exc->zp0.n_points ) ||
6628 BOUNDS( exc->GS.rp2, exc->zp1.n_points ) )
6663 /* check point bounds */
6664 if ( BOUNDS( point, exc->zp2.n_points ) )
6751 if ( BOUNDS( point, exc->zp0.n_points ) )
6817 if ( BOUNDS( ref1, worker->max_points ) ||
6818 BOUNDS( ref2, worker->max_points ) )
6981 if ( BOUNDS( end_point, exc->pts.n_points ) )
7082 if ( !BOUNDS( A, exc->zp0.n_points ) )
7529 if ( BOUNDS( num_axes, exc->stackSize + 1 - exc->top ) )