Searched refs:first_point (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLPath.cpp90 inline void points_to_coords(const SkPoint points[], size_t first_point, size_t amount, argument
93 coords[i * 2] = SkScalarToFloat(points[first_point + i].fX);
94 coords[i * 2 + 1] = SkScalarToFloat(points[first_point + i].fY);
/external/skqp/src/gpu/gl/
H A DGrGLPath.cpp90 inline void points_to_coords(const SkPoint points[], size_t first_point, size_t amount, argument
93 coords[i * 2] = SkScalarToFloat(points[first_point + i].fX);
94 coords[i * 2 + 1] = SkScalarToFloat(points[first_point + i].fY);
/external/opencv/cv/src/
H A Dcvsubdivision2d.cpp413 CvSubdiv2DPoint *curr_point = 0, *first_point = 0; local
457 first_point = cvSubdiv2DEdgeOrg( curr_edge );
458 cvSubdiv2DSetEdgePoints( base_edge, first_point, curr_point );
467 while( cvSubdiv2DEdgeDst( curr_edge ) != first_point );
489 else if( curr_org == first_point )
/external/freetype/src/base/
H A Dftstroke.c778 FT_Bool first_point; /* is this the start? */ member in struct:FT_StrokerRec_
1285 stroker->first_point = FALSE;
1324 if ( stroker->first_point )
1416 if ( stroker->first_point )
1429 if ( stroker->first_point )
1622 if ( stroker->first_point )
1635 if ( stroker->first_point )
1800 stroker->first_point = TRUE;
2279 if ( !stroker->first_point )
/external/freetype/include/freetype/internal/
H A Dtttypes.h1597 /* first_point :: Offset of the current subglyph's first point. */
1614 FT_UShort first_point; /* offset of first (#0) point */ member in struct:TT_GlyphZoneRec_
/external/freetype/src/autofit/
H A Dafhints.c1517 AF_Point first_point; local
1550 first_point = point;
1599 af_iup_shift( first_point, end_point, first_touched );
1608 af_iup_interp( first_point, first_touched - 1,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c112 first_point( struct lp_setup_context *setup, function
145 setup->point = first_point;
1346 setup->point = first_point;
/external/freetype/src/truetype/
H A Dttgxvar.c3444 FT_Int first_point; local
3464 first_point = point;
3497 tt_delta_shift( first_point,
3514 tt_delta_interpolate( first_point,
H A Dttinterp.c5546 exc->zp2.first_point );
5553 exc->zp2.first_point + 1 );
6916 FT_UInt first_point; /* first point of contour */ local
6978 end_point = exc->pts.contours[contour] - exc->pts.first_point;
6979 first_point = point;
7010 _iup_worker_shift( &V, first_point, end_point, cur_touched );
7021 first_point,
H A Dttgload.c767 zone->first_point = (FT_UShort)start_point;

Completed in 895 milliseconds