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

/external/skia/src/gpu/gl/
H A DGrGLPath.cpp82 inline void points_to_coords(const SkPoint points[], size_t first_point, size_t amount, argument
85 coords[i * 2] = SkScalarToFloat(points[first_point + i].fX);
86 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/autofit/
H A Dafhints.c1367 AF_Point first_point; local
1400 first_point = point;
1449 af_iup_shift( first_point, end_point, first_touched );
1458 af_iup_interp( first_point, first_touched - 1,
/external/freetype/src/base/
H A Dftstroke.c767 FT_Bool first_point; /* is this the start? */ member in struct:FT_StrokerRec_
1274 stroker->first_point = FALSE;
1313 if ( stroker->first_point )
1405 if ( stroker->first_point )
1418 if ( stroker->first_point )
1611 if ( stroker->first_point )
1624 if ( stroker->first_point )
1789 stroker->first_point = TRUE;
2268 if ( !stroker->first_point )
/external/pdfium/third_party/freetype/src/base/
H A Dftstroke.c767 FT_Bool first_point; /* is this the start? */ member in struct:FT_StrokerRec_
1275 stroker->first_point = FALSE;
1314 if ( stroker->first_point )
1406 if ( stroker->first_point )
1419 if ( stroker->first_point )
1612 if ( stroker->first_point )
1625 if ( stroker->first_point )
1790 stroker->first_point = TRUE;
2272 if ( !stroker->first_point )
/external/freetype/include/internal/
H A Dtttypes.h1435 /* first_point :: Offset of the current subglyph's first point. */
1452 FT_UShort first_point; /* offset of first (#0) point */ member in struct:TT_GlyphZoneRec_
/external/freetype/src/truetype/
H A Dttgxvar.c1652 FT_UInt first_point; local
1674 first_point = point;
1707 tt_delta_shift( first_point,
1724 tt_delta_interpolate( first_point,
H A Dttinterp.c5573 exc->zp2.first_point );
5580 exc->zp2.first_point + 1 );
6913 FT_UInt first_point; /* first point of contour */ local
6958 end_point = exc->pts.contours[contour] - exc->pts.first_point;
6959 first_point = point;
6990 _iup_worker_shift( &V, first_point, end_point, cur_touched );
7001 first_point,
H A Dttgload.c739 zone->first_point = (FT_UShort)start_point;
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h1437 /* first_point :: Offset of the current subglyph's first point. */
1454 FT_UShort first_point; /* offset of first (#0) point */ member in struct:TT_GlyphZoneRec_
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c110 first_point( struct lp_setup_context *setup, function
139 setup->point = first_point;
1048 setup->point = first_point;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c6027 CUR.zp2.first_point );
6034 CUR.zp2.first_point + 1 );
7351 FT_UInt first_point; /* first point of contour */ local
7398 end_point = CUR.pts.contours[contour] - CUR.pts.first_point;
7399 first_point = point;
7430 _iup_worker_shift( &V, first_point, end_point, cur_touched );
7441 first_point,
H A Dttgload.c718 zone->first_point = (FT_UShort)start_point;

Completed in 689 milliseconds