Home
last modified time | relevance | path

Searched refs:first_point (Results 1 – 16 of 16) sorted by relevance

/external/opencv/cv/src/
Dcvsubdivision2d.cpp413 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/chromium_org/ui/gfx/
Dtransform.cc457 bool first_point = true; in TransformBox() local
464 if (first_point) { in TransformBox()
466 first_point = false; in TransformBox()
/external/chromium_org/cc/animation/
Dtransform_operation.cc417 bool first_point = true; in BlendedBoundsForBox() local
426 if (first_point) in BlendedBoundsForBox()
430 first_point = false; in BlendedBoundsForBox()
/external/chromium_org/third_party/freetype/src/base/
Dftstroke.c767 FT_Bool first_point; /* is this the start? */ member
1268 stroker->first_point = FALSE; in ft_stroker_subpath_start()
1304 if ( stroker->first_point ) in FT_Stroker_LineTo()
1390 if ( stroker->first_point ) in FT_Stroker_ConicTo()
1403 if ( stroker->first_point ) in FT_Stroker_ConicTo()
1590 if ( stroker->first_point ) in FT_Stroker_CubicTo()
1603 if ( stroker->first_point ) in FT_Stroker_CubicTo()
1765 stroker->first_point = TRUE; in FT_Stroker_BeginSubPath()
2225 if ( !stroker->first_point ) in FT_Stroker_ParseOutline()
/external/freetype/src/base/
Dftstroke.c767 FT_Bool first_point; /* is this the start? */ member
1268 stroker->first_point = FALSE; in ft_stroker_subpath_start()
1304 if ( stroker->first_point ) in FT_Stroker_LineTo()
1390 if ( stroker->first_point ) in FT_Stroker_ConicTo()
1403 if ( stroker->first_point ) in FT_Stroker_ConicTo()
1590 if ( stroker->first_point ) in FT_Stroker_CubicTo()
1603 if ( stroker->first_point ) in FT_Stroker_CubicTo()
1765 stroker->first_point = TRUE; in FT_Stroker_BeginSubPath()
2225 if ( !stroker->first_point ) in FT_Stroker_ParseOutline()
/external/chromium_org/third_party/freetype/src/autofit/
Dafhints.c1176 AF_Point first_point; in af_glyph_hints_align_weak_points() local
1211 first_point = point; in af_glyph_hints_align_weak_points()
1261 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points()
1270 af_iup_interp( first_point, first_touched - 1, in af_glyph_hints_align_weak_points()
/external/freetype/src/autofit/
Dafhints.c1176 AF_Point first_point; in af_glyph_hints_align_weak_points() local
1211 first_point = point; in af_glyph_hints_align_weak_points()
1261 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points()
1270 af_iup_interp( first_point, first_touched - 1, in af_glyph_hints_align_weak_points()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_setup.c110 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/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c110 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/chromium_org/third_party/freetype/include/freetype/internal/
Dtttypes.h1377 FT_UShort first_point; /* offset of first (#0) point */ member
/external/freetype/include/freetype/internal/
Dtttypes.h1377 FT_UShort first_point; /* offset of first (#0) point */ member
/external/chromium_org/ash/shelf/
Dshelf_view_unittest.cc1587 gfx::Point first_point = first_button->GetBoundsInScreen().CenterPoint(); in TEST_F() local
1591 EXPECT_TRUE(drag_reinsert_bounds.Contains(first_point)); in TEST_F()
1598 first_point = first_button->GetBoundsInScreen().CenterPoint(); in TEST_F()
1600 EXPECT_FALSE(drag_reinsert_bounds.Contains(first_point)); in TEST_F()
/external/chromium_org/third_party/freetype/src/truetype/
Dttinterp.c5947 CUR.zp2.first_point ); in Ins_SHC()
5954 CUR.zp2.first_point + 1 ); in Ins_SHC()
7265 FT_UInt first_point; /* first point of contour */ in Ins_IUP() local
7312 end_point = CUR.pts.contours[contour] - CUR.pts.first_point; in Ins_IUP()
7313 first_point = point; in Ins_IUP()
7344 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP()
7355 first_point, in Ins_IUP()
Dttgload.c713 zone->first_point = (FT_UShort)start_point; in tt_prepare_zone()
/external/freetype/src/truetype/
Dttinterp.c5947 CUR.zp2.first_point ); in Ins_SHC()
5954 CUR.zp2.first_point + 1 ); in Ins_SHC()
7265 FT_UInt first_point; /* first point of contour */ in Ins_IUP() local
7312 end_point = CUR.pts.contours[contour] - CUR.pts.first_point; in Ins_IUP()
7313 first_point = point; in Ins_IUP()
7344 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP()
7355 first_point, in Ins_IUP()
Dttgload.c713 zone->first_point = (FT_UShort)start_point; in tt_prepare_zone()