/external/chromium_org/ui/gfx/win/ |
D | hwnd_util.cc | 179 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/ |
D | typo.c | 27 …topleft.x = 3.14, // expected-error{{field designator 'topleft' does not refer to any field in typ…
|
/external/opencv/cv/include/ |
D | cvtypes.h | 167 CvPoint2D32f topleft; \
|
/external/opencv/cv/src/ |
D | cvsubdivision2d.cpp | 280 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/ |
D | decomppoly.cpp | 614 (*subdiv) -> topleft.x = ( float )cont -> rect.x; 615 (*subdiv) -> topleft.y = ( float )cont -> rect.y;
|
/external/chromium_org/ui/views/accessibility/ |
D | native_view_accessibility_win.cc | 352 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/ |
D | row_posix.cc | 3355 void CumulativeSumToAverage_SSE2(const int32* topleft, const int32* botleft, in CumulativeSumToAverage_SSE2() argument 3429 : "+r"(topleft), // %0 in CumulativeSumToAverage_SSE2()
|
D | planar_functions.cc | 1284 void (*CumulativeSumToAverage)(const int32* topleft, const int32* botleft, in ARGBBlur()
|
D | row_win.cc | 3718 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/ |
D | stylesheet-dox.css | 321 -moz-border-radius-topleft: 8px;
|
/external/chromium_org/ppapi/c/documentation/ |
D | stylesheet-dox.css | 321 -moz-border-radius-topleft: 8px;
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 696 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/ |
D | customdoxygen.css | 440 -moz-border-radius-topleft: 8px; 685 -moz-border-radius-topleft: 4px;
|
/external/libopus/doc/ |
D | customdoxygen.css | 440 -moz-border-radius-topleft: 8px; 685 -moz-border-radius-topleft: 4px;
|
/external/clang/docs/ |
D | doxygen.css | 401 -moz-border-radius-topleft: 0.5em;
|
/external/lldb/www/cpp_reference/html/ |
D | doxygen.css | 401 -moz-border-radius-topleft: 0.5em;
|
/external/llvm/docs/ |
D | doxygen.css | 401 -moz-border-radius-topleft: 0.5em;
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | recon_sse2.asm | 381 ; 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/ |
D | recon_sse2.asm | 382 ; set up left ptrs ans subtract topleft 936 ; set up left ptrs ans subtract topleft
|
/external/chromium_org/third_party/libyuv/source/ |
D | row_posix.cc | 5093 void CumulativeSumToAverageRow_SSE2(const int32* topleft, const int32* botleft, in CumulativeSumToAverageRow_SSE2() argument 5216 : "+r"(topleft), // %0 in CumulativeSumToAverageRow_SSE2()
|
D | planar_functions.cc | 1623 void (*CumulativeSumToAverageRow)(const int32* topleft, const int32* botleft, in ARGBBlur()
|
D | row_win.cc | 5759 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/ |
D | bootstrap-combined.min.css | 9 …topleft:4px}.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:f…
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | row.h | 1590 void CumulativeSumToAverageRow_SSE2(const int32* topleft, const int32* botleft, 1595 void CumulativeSumToAverageRow_C(const int32* topleft, const int32* botleft,
|