/external/opencv/cv/src/ |
cvsubdivision2d.cpp | 413 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/chromium_org/cc/animation/ |
transform_operation.cc | 417 bool first_point = true; 426 if (first_point) 430 first_point = false;
|
/external/chromium_org/ui/gfx/ |
transform.cc | 457 bool first_point = true; local 464 if (first_point) { 466 first_point = false;
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afhints.c | 1176 AF_Point first_point; local 1211 first_point = point; 1261 af_iup_shift( first_point, end_point, first_touched ); 1270 af_iup_interp( first_point, first_touched - 1, [all...] |
/external/freetype/src/autofit/ |
afhints.c | 1176 AF_Point first_point; local 1211 first_point = point; 1261 af_iup_shift( first_point, end_point, first_touched ); 1270 af_iup_interp( first_point, first_touched - 1, [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftstroke.c | 767 FT_Bool first_point; /* is this the start? */ member in struct:FT_StrokerRec_ [all...] |
/external/freetype/src/base/ |
ftstroke.c | 767 FT_Bool first_point; /* is this the start? */ member in struct:FT_StrokerRec_ [all...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
tttypes.h | 1377 FT_UShort first_point; \/* offset of first (#0) point *\/ member in struct:TT_GlyphZoneRec_ [all...] |
/external/freetype/include/freetype/internal/ |
tttypes.h | 1377 FT_UShort first_point; \/* offset of first (#0) point *\/ member in struct:TT_GlyphZoneRec_ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup.c | 110 first_point( struct lp_setup_context *setup, function 139 setup->point = first_point; 1048 setup->point = first_point;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup.c | 110 first_point( struct lp_setup_context *setup, function 139 setup->point = first_point; 1048 setup->point = first_point;
|
/external/chromium_org/ash/shelf/ |
shelf_view_unittest.cc | 1587 gfx::Point first_point = first_button->GetBoundsInScreen().CenterPoint(); local [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.c | 7265 FT_UInt first_point; \/* first point of contour *\/ local [all...] |
ttgload.c | 713 zone->first_point = (FT_UShort)start_point; [all...] |
/external/freetype/src/truetype/ |
ttinterp.c | 7265 FT_UInt first_point; \/* first point of contour *\/ local [all...] |
ttgload.c | 713 zone->first_point = (FT_UShort)start_point; [all...] |