/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/chromium_org/ui/gfx/ |
D | transform.cc | 457 bool first_point = true; in TransformBox() local 464 if (first_point) { in TransformBox() 466 first_point = false; in TransformBox()
|
/external/chromium_org/cc/animation/ |
D | transform_operation.cc | 417 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/ |
D | ftstroke.c | 767 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/ |
D | ftstroke.c | 767 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/ |
D | afhints.c | 1176 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/ |
D | afhints.c | 1176 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/ |
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/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/chromium_org/third_party/freetype/include/freetype/internal/ |
D | tttypes.h | 1377 FT_UShort first_point; /* offset of first (#0) point */ member
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 1377 FT_UShort first_point; /* offset of first (#0) point */ member
|
/external/chromium_org/ash/shelf/ |
D | shelf_view_unittest.cc | 1587 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/ |
D | ttinterp.c | 5947 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()
|
D | ttgload.c | 713 zone->first_point = (FT_UShort)start_point; in tt_prepare_zone()
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 5947 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()
|
D | ttgload.c | 713 zone->first_point = (FT_UShort)start_point; in tt_prepare_zone()
|