Home
last modified time | relevance | path

Searched refs:topleft (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/ui/gfx/win/
Dhwnd_util.cc179 POINT topleft = { window_bounds.left, window_bounds.top }; in CenterAndSizeWindow() local
180 ::MapWindowPoints(HWND_DESKTOP, parent, &topleft, 1); in CenterAndSizeWindow()
181 window_bounds.left = topleft.x; in CenterAndSizeWindow()
182 window_bounds.top = topleft.y; in CenterAndSizeWindow()
/external/clang/test/FixIt/
Dtypo.c27topleft.x = 3.14, // expected-error{{field designator 'topleft' does not refer to any field in typ…
/external/opencv/cv/include/
Dcvtypes.h167 CvPoint2D32f topleft; \
/external/opencv/cv/src/
Dcvsubdivision2d.cpp280 if( pt.x < subdiv->topleft.x || pt.y < subdiv->topleft.y || in cvSubdiv2DLocate()
540 subdiv->topleft = cvPoint2D32f( rx, ry ); in cvInitSubdivDelaunay2D()
/external/opencv/cvaux/src/
Ddecomppoly.cpp614 (*subdiv) -> topleft.x = ( float )cont -> rect.x;
615 (*subdiv) -> topleft.y = ( float )cont -> rect.y;
/external/chromium_org/ui/views/accessibility/
Dnative_view_accessibility_win.cc352 gfx::Point topleft(view_->bounds().origin()); in accLocation() local
354 view_->parent() ? view_->parent() : view_, &topleft); in accLocation()
355 *x_left = topleft.x(); in accLocation()
356 *y_top = topleft.y(); in accLocation()
/external/libyuv/files/source/
Drow_posix.cc3355 void CumulativeSumToAverage_SSE2(const int32* topleft, const int32* botleft, in CumulativeSumToAverage_SSE2() argument
3429 : "+r"(topleft), // %0 in CumulativeSumToAverage_SSE2()
Dplanar_functions.cc1284 void (*CumulativeSumToAverage)(const int32* topleft, const int32* botleft, in ARGBBlur()
Drow_win.cc3718 void CumulativeSumToAverage_SSE2(const int32* topleft, const int32* botleft, in CumulativeSumToAverage_SSE2() argument
3721 mov eax, topleft // eax topleft in CumulativeSumToAverage_SSE2()
/external/chromium_org/ppapi/cpp/documentation/
Dstylesheet-dox.css321 -moz-border-radius-topleft: 8px;
/external/chromium_org/ppapi/c/documentation/
Dstylesheet-dox.css321 -moz-border-radius-topleft: 8px;
/external/libyuv/files/include/libyuv/
Drow.h696 void CumulativeSumToAverage_SSE2(const int32* topleft, const int32* botleft,
701 void CumulativeSumToAverage_C(const int32* topleft, const int32* botleft,
/external/chromium_org/third_party/opus/src/doc/
Dcustomdoxygen.css440 -moz-border-radius-topleft: 8px;
685 -moz-border-radius-topleft: 4px;
/external/libopus/doc/
Dcustomdoxygen.css440 -moz-border-radius-topleft: 8px;
685 -moz-border-radius-topleft: 4px;
/external/clang/docs/
Ddoxygen.css401 -moz-border-radius-topleft: 0.5em;
/external/lldb/www/cpp_reference/html/
Ddoxygen.css401 -moz-border-radius-topleft: 0.5em;
/external/llvm/docs/
Ddoxygen.css401 -moz-border-radius-topleft: 0.5em;
/external/libvpx/libvpx/vp8/common/x86/
Drecon_sse2.asm381 ; set up left ptrs ans subtract topleft
912 ; set up left ptrs ans subtract topleft
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
Drecon_sse2.asm382 ; set up left ptrs ans subtract topleft
936 ; set up left ptrs ans subtract topleft
/external/chromium_org/third_party/libyuv/source/
Drow_posix.cc5093 void CumulativeSumToAverageRow_SSE2(const int32* topleft, const int32* botleft, in CumulativeSumToAverageRow_SSE2() argument
5216 : "+r"(topleft), // %0 in CumulativeSumToAverageRow_SSE2()
Dplanar_functions.cc1623 void (*CumulativeSumToAverageRow)(const int32* topleft, const int32* botleft, in ARGBBlur()
Drow_win.cc5759 void CumulativeSumToAverageRow_SSE2(const int32* topleft, const int32* botleft, in CumulativeSumToAverageRow_SSE2() argument
5763 mov eax, topleft // eax topleft in CumulativeSumToAverageRow_SSE2()
/external/okhttp/website/static/
Dbootstrap-combined.min.css9topleft:4px}.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:f…
/external/chromium_org/third_party/libyuv/include/libyuv/
Drow.h1590 void CumulativeSumToAverageRow_SSE2(const int32* topleft, const int32* botleft,
1595 void CumulativeSumToAverageRow_C(const int32* topleft, const int32* botleft,