Searched refs:first_point (Results 1 - 14 of 14) 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/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/pdfium/third_party/freetype/src/base/
H A Dftstroke.c777 FT_Bool first_point; /* is this the start? */ member in struct:FT_StrokerRec_
1284 stroker->first_point = FALSE;
1323 if ( stroker->first_point )
1415 if ( stroker->first_point )
1428 if ( stroker->first_point )
1621 if ( stroker->first_point )
1634 if ( stroker->first_point )
1799 stroker->first_point = TRUE;
2278 if ( !stroker->first_point )
/external/freetype/include/freetype/internal/
H A Dtttypes.h1584 /* first_point :: Offset of the current subglyph's first point. */
1601 FT_UShort first_point; /* offset of first (#0) point */ member in struct:TT_GlyphZoneRec_
/external/freetype/src/autofit/
H A Dafhints.c1504 AF_Point first_point; local
1537 first_point = point;
1586 af_iup_shift( first_point, end_point, first_touched );
1595 af_iup_interp( first_point, first_touched - 1,
/external/pdfium/third_party/freetype/include/freetype/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/pdfium/third_party/freetype/src/truetype/
H A Dttgxvar.c1653 FT_Int first_point; local
1675 first_point = point;
1708 tt_delta_shift( first_point,
1725 tt_delta_interpolate( first_point,
H A Dttinterp.c5563 exc->zp2.first_point );
5570 exc->zp2.first_point + 1 );
6903 FT_UInt first_point; /* first point of contour */ local
6948 end_point = exc->pts.contours[contour] - exc->pts.first_point;
6949 first_point = point;
6980 _iup_worker_shift( &V, first_point, end_point, cur_touched );
6991 first_point,
H A Dttgload.c716 zone->first_point = (FT_UShort)start_point;
/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/freetype/src/truetype/
H A Dttgxvar.c2920 FT_Int first_point; local
2940 first_point = point;
2973 tt_delta_shift( first_point,
2990 tt_delta_interpolate( first_point,
H A Dttinterp.c5499 exc->zp2.first_point );
5506 exc->zp2.first_point + 1 );
6844 FT_UInt first_point; /* first point of contour */ local
6906 end_point = exc->pts.contours[contour] - exc->pts.first_point;
6907 first_point = point;
6938 _iup_worker_shift( &V, first_point, end_point, cur_touched );
6949 first_point,
H A Dttgload.c719 zone->first_point = (FT_UShort)start_point;

Completed in 493 milliseconds