HomeSort by relevance Sort by last modified time
    Searched refs:topleft (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/FixIt/
typo.c 27 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_org/ui/base/win/
hwnd_util.cc 160 POINT topleft = { window_bounds.left, window_bounds.top }; local
161 ::MapWindowPoints(HWND_DESKTOP, parent, &topleft, 1);
162 window_bounds.left = topleft.x;
163 window_bounds.top = topleft.y;
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DesktopView.java 133 float[] topleft = {0, 0}; local
134 mTransform.mapPoints(topleft);
148 ((int)(bottomright[0] - topleft[0] + 0.5) < mScreenWidth || recenter)) {
157 ((int)(bottomright[1] - topleft[1] + 0.5) < mScreenHeight || recenter)) {
  /external/chromium/chrome/browser/ui/views/
collected_cookies_win.cc 481 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/
browser_view_layout.cc 102 gfx::Point topleft; local
103 views::View::ConvertPointToWidget(contents_container_, &topleft);
104 bounding_box.set_origin(topleft);
  /external/opencv/cv/include/
cvtypes.h 167 CvPoint2D32f topleft; \
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 233 gfx::Point topleft(view_->bounds().origin());
235 view_->parent() ? view_->parent() : view_, &topleft);
236 *x_left = topleft.x();
237 *y_top = topleft.y();
    [all...]
  /external/opencv/cvaux/src/
decomppoly.cpp 614 (*subdiv) -> topleft.x = ( float )cont -> rect.x;
615 (*subdiv) -> topleft.y = ( float )cont -> rect.y;
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp 531 M4VIFI_UInt32 topleft[2]; local
622 topleft[0] = currentFraming->topleft_x;
623 topleft[1] = currentFraming->topleft_y;
631 * Framing is applyed if coordinates matches between framing/topleft and input plane */
632 if( y < (topleft[0] + currentFraming->FramingYuv[0].u_width) &&
633 y >= topleft[0] &&
634 x < (topleft[1] + currentFraming->FramingYuv[0].u_height) &&
635 x >= topleft[1])
678 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(currentFraming->FramingYuv[0].pac_data+(y-topleft[0])+(x-topleft[1])*currentFraming->FramingYuv[0].u_stride))*alphaBlending
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 632 /*The (a) topleft parameters can be moved to keep the same area size*/
637 /*Move the (a) topleft parameter to 0 but the ratio will be also further
643 /*The (a) topleft parameters can be moved to keep the same area size*/
648 /*Move the (a) topleft parameter to 0 but the ratio will be also further
695 /*The (b) topleft parameters can be moved to keep the same area size*/
700 /*Move the (b) topleft parameter to 0 but the ratio will be also further
706 /*The (b) topleft parameters can be moved to keep the same area size*/
711 /*Move the (b) topleft parameter to 0 but the ratio will be also further
3832 M4VIFI_UInt32 topleft[2]; local
    [all...]
  /docs/source.android.com/src/source/assets/
main.css 311 -moz-border-radius-topleft: 5px;
  /external/opencv/cv/src/
cvsubdivision2d.cpp 280 if( pt.x < subdiv->topleft.x || pt.y < subdiv->topleft.y ||
540 subdiv->topleft = cvPoint2D32f( rx, ry );
  /external/chromium_org/third_party/opus/src/doc/
customdoxygen.css 440 -moz-border-radius-topleft: 8px;
685 -moz-border-radius-topleft: 4px;
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 430 -moz-border-radius-topleft: 8px;
674 -moz-border-radius-topleft: 4px;
  /external/libyuv/files/include/libyuv/
row.h 696 void CumulativeSumToAverage_SSE2(const int32* topleft, const int32* botleft,
701 void CumulativeSumToAverage_C(const int32* topleft, const int32* botleft,
  /external/libyuv/files/source/
row_posix.cc     [all...]
planar_functions.cc     [all...]
row_win.cc     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 1378 int a_16, b, c, factor_c, topleft; local
    [all...]
  /external/ceres-solver/docs/source/_themes/armstrong/static/
rtd.css_t 335 -moz-border-radius-topleft: 3px;
  /external/eigen/doc/
eigendoxy.css 417 -moz-border-radius-topleft: 8px;
  /external/libvpx/libvpx/vp8/common/x86/
recon_sse2.asm 381 ; set up left ptrs ans subtract topleft
912 ; set up left ptrs ans subtract topleft
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 1341 -moz-border-radius-topleft: 4px;
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css     [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css     [all...]

Completed in 2253 milliseconds

1 2