/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 82 inline void points_to_coords(const SkPoint points[], size_t first_point, size_t amount, in points_to_coords() argument 85 coords[i * 2] = SkScalarToFloat(points[first_point + i].fX); in points_to_coords() 86 coords[i * 2 + 1] = SkScalarToFloat(points[first_point + i].fY); in points_to_coords()
|
/external/opencv/cv/src/ |
D | cvsubdivision2d.cpp | 413 CvSubdiv2DPoint *curr_point = 0, *first_point = 0; in cvSubdivDelaunay2DInsert() local 457 first_point = cvSubdiv2DEdgeOrg( curr_edge ); in cvSubdivDelaunay2DInsert() 458 cvSubdiv2DSetEdgePoints( base_edge, first_point, curr_point ); in cvSubdivDelaunay2DInsert() 467 while( cvSubdiv2DEdgeDst( curr_edge ) != first_point ); in cvSubdivDelaunay2DInsert() 489 else if( curr_org == first_point ) in cvSubdivDelaunay2DInsert()
|
/external/freetype/src/base/ |
D | ftstroke.c | 767 FT_Bool first_point; /* is this the start? */ member 1274 stroker->first_point = FALSE; in ft_stroker_subpath_start() 1313 if ( stroker->first_point ) in FT_Stroker_LineTo() 1405 if ( stroker->first_point ) in FT_Stroker_ConicTo() 1418 if ( stroker->first_point ) in FT_Stroker_ConicTo() 1611 if ( stroker->first_point ) in FT_Stroker_CubicTo() 1624 if ( stroker->first_point ) in FT_Stroker_CubicTo() 1789 stroker->first_point = TRUE; in FT_Stroker_BeginSubPath() 2268 if ( !stroker->first_point ) in FT_Stroker_ParseOutline()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftstroke.c | 777 FT_Bool first_point; /* is this the start? */ member 1284 stroker->first_point = FALSE; in ft_stroker_subpath_start() 1323 if ( stroker->first_point ) in FT_Stroker_LineTo() 1415 if ( stroker->first_point ) in FT_Stroker_ConicTo() 1428 if ( stroker->first_point ) in FT_Stroker_ConicTo() 1621 if ( stroker->first_point ) in FT_Stroker_CubicTo() 1634 if ( stroker->first_point ) in FT_Stroker_CubicTo() 1799 stroker->first_point = TRUE; in FT_Stroker_BeginSubPath() 2278 if ( !stroker->first_point ) in FT_Stroker_ParseOutline()
|
/external/opencv3/modules/imgproc/src/ |
D | subdivision2d.cpp | 440 int first_point = edgeOrg(curr_edge); in insert() local 441 setEdgePoints(base_edge, first_point, curr_point); in insert() 449 while( edgeDst(curr_edge) != first_point ); in insert() 471 else if( curr_org == first_point ) in insert()
|
/external/freetype/src/autofit/ |
D | afhints.c | 1367 AF_Point first_point; in af_glyph_hints_align_weak_points() local 1400 first_point = point; in af_glyph_hints_align_weak_points() 1449 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points() 1458 af_iup_interp( first_point, first_touched - 1, in af_glyph_hints_align_weak_points()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup.c | 110 first_point( struct lp_setup_context *setup, in first_point() function 139 setup->point = first_point; in lp_setup_reset() 1048 setup->point = first_point; in lp_setup_create()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttgxvar.c | 1653 FT_Int first_point; in tt_handle_deltas() local 1675 first_point = point; in tt_handle_deltas() 1708 tt_delta_shift( first_point, in tt_handle_deltas() 1725 tt_delta_interpolate( first_point, in tt_handle_deltas()
|
D | ttinterp.c | 5563 exc->zp2.first_point ); in Ins_SHC() 5570 exc->zp2.first_point + 1 ); in Ins_SHC() 6903 FT_UInt first_point; /* first point of contour */ in Ins_IUP() local 6948 end_point = exc->pts.contours[contour] - exc->pts.first_point; in Ins_IUP() 6949 first_point = point; in Ins_IUP() 6980 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP() 6991 first_point, in Ins_IUP()
|
D | ttgload.c | 716 zone->first_point = (FT_UShort)start_point; in tt_prepare_zone()
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 1652 FT_UInt first_point; in tt_handle_deltas() local 1674 first_point = point; in tt_handle_deltas() 1707 tt_delta_shift( first_point, in tt_handle_deltas() 1724 tt_delta_interpolate( first_point, in tt_handle_deltas()
|
D | ttinterp.c | 5573 exc->zp2.first_point ); in Ins_SHC() 5580 exc->zp2.first_point + 1 ); in Ins_SHC() 6913 FT_UInt first_point; /* first point of contour */ in Ins_IUP() local 6958 end_point = exc->pts.contours[contour] - exc->pts.first_point; in Ins_IUP() 6959 first_point = point; in Ins_IUP() 6990 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP() 7001 first_point, in Ins_IUP()
|
D | ttgload.c | 739 zone->first_point = (FT_UShort)start_point; in tt_prepare_zone()
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | tttypes.h | 1452 FT_UShort first_point; /* offset of first (#0) point */ member
|
/external/freetype/include/internal/ |
D | tttypes.h | 1452 FT_UShort first_point; /* offset of first (#0) point */ member
|