Searched refs:topleft (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/FixIt/
H A Dtypo.c24 topleft.x = 3.14, // expected-error{{field designator 'topleft' does not refer to any field in type 'struct Rectangle'; did you mean 'top_left'?}}
/external/chromium/chrome/browser/ui/views/
H A Dcollected_cookies_win.cc481 POINT topleft = {bounds.x(), bounds.y()}; local
482 MapWindowPoints(HWND_DESKTOP, tab_contents_->GetNativeView(), &topleft, 1);
484 bounds.SetRect(topleft.x, topleft.y, size.width(), size.height());
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc102 gfx::Point topleft; local
103 views::View::ConvertPointToWidget(contents_container_, &topleft);
104 bounding_box.set_origin(topleft);
/external/opencv/cv/include/
H A Dcvtypes.h167 CvPoint2D32f topleft; \
/external/opencv/cvaux/src/
H A Ddecomppoly.cpp614 (*subdiv) -> topleft.x = ( float )cont -> rect.x;
615 (*subdiv) -> topleft.y = ( float )cont -> rect.y;
/external/opencv/cv/src/
H A Dcvsubdivision2d.cpp280 if( pt.x < subdiv->topleft.x || pt.y < subdiv->topleft.y ||
540 subdiv->topleft = cvPoint2D32f( rx, ry );
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp135 SkPoint topleft = {rc.fLeft, rc.fTop}; local
137 return isPointSkiaSafe(transform, topleft) && isPointSkiaSafe(transform, bottomright);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 436 milliseconds