HomeSort by relevance Sort by last modified time
    Searched defs:inside (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_win.cc 106 bool inside = cursor_info.flags == CURSOR_SHOWING; local
113 inside = false;
115 if (inside) {
117 inside = windowUnderCursor ?
125 if (inside)
126 inside = rect.Contains(position);
130 callback_->OnMouseCursorPosition(inside ? INSIDE : OUTSIDE, position);
desktop_and_cursor_composer_unittest.cc 154 if (state == MouseCursorMonitor::INSIDE && image_rect.Contains(p)) {
198 fake_cursor_->SetState(MouseCursorMonitor::INSIDE, DesktopVector());
210 bool inside; member in struct:webrtc::__anon19843::__anon19844
235 MouseCursorMonitor::CursorState state = tests[i].inside
236 ? MouseCursorMonitor::INSIDE
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 44 // destroyed while inside the Widget code, which might not be
307 bool inside = RenderReplaced::nodeAtPoint(request, result, locationInContainer, accumulatedOffset, action); local
310 if ((inside || result.isRectBasedTest()) && !hadResult && result.innerNode() == node())
312 return inside;
RenderLineBoxList.cpp 262 bool inside = curr->nodeAtPoint(request, result, locationInContainer, accumulatedOffset, root.lineTop(), root.lineBottom()); local
263 if (inside) {
RenderImage.cpp 523 bool inside = RenderReplaced::nodeAtPoint(request, tempResult, locationInContainer, accumulatedOffset, hitTestAction); local
537 if (!inside && result.isRectBasedTest())
539 if (inside)
541 return inside;
RenderObject.cpp 336 // know that it's inside a "hidden SVG subtree", and thus paints, even if it shouldn't.
337 // To avoid the problem alltogether, detect early if we're inside a hidden SVG subtree
2967 bool inside = false; local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_util.js 185 * @return {boolean} True if the point lies inside the rectangle.
187 Rect.prototype.inside = function(x, y) {
343 * Check if the point is inside the circle.
346 * @return {boolean} True if the point is inside.
348 Circle.prototype.inside = function(x, y) {
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 185 * @return {boolean} True if the point lies inside the rectangle.
187 Rect.prototype.inside = function(x, y) {
343 * Check if the point is inside the circle.
346 * @return {boolean} True if the point is inside.
348 Circle.prototype.inside = function(x, y) {
  /external/chromium_org/tools/gyp/tools/emacs/
gyp.el 107 (defun gyp-inside-dictionary-p ()
108 "Predicate returning true if the parser is inside a dictionary."
140 (if (gyp-inside-dictionary-p)
141 ;; Look for sections inside a dictionary
150 ;; Inside a dictionary. Increase nesting.
154 ;; Inside a list. Increase nesting
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardCircleFramedDrawable.java 110 final float inside = mScale * outside; local
111 final float pad = (outside - inside) / 2f;
  /frameworks/native/include/private/ui/
RegionHelper.h 78 int inside = spanner.next(current.top, current.bottom); local
79 spannerInner.prepare(inside);
82 int inside = spannerInner.next(current.left, current.right); local
83 if ((op_mask >> inside) & 1) {
119 int inside; local
123 inside = lhs_before_rhs;
133 inside = lhs_after_rhs;
143 inside = lhs_coincide_rhs;
154 return inside;
186 int inside = SpannerBase::next(top, bottom, more_lhs, more_rhs) local
267 int inside = SpannerBase::next(left, right, more_lhs, more_rhs); local
    [all...]
  /external/chromium_org/media/base/
video_util_unittest.cc 370 bool inside = x >= view_area.x() && local
376 inside ? 0x01 : 0x00);
379 inside ? 0x02 : 0x80);
382 inside ? 0x03 : 0x80);
  /packages/apps/Settings/src/com/android/settings/drawable/
CircleFramedDrawable.java 126 final float inside = mScale * mSize; local
127 final float pad = (mSize - inside) / 2f;
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 644 int inside, left, rite SK_INIT_TO_AVOID_WARNING; local
654 inside = 1;
663 inside = 2;
672 inside = 3;
703 fInside = inside;
    [all...]
  /external/skia/src/core/
SkRegion.cpp 644 int inside, left, rite SK_INIT_TO_AVOID_WARNING; local
654 inside = 1;
663 inside = 2;
672 inside = 3;
703 fInside = inside;
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 622 if (inside(polar, mTouchOffset, item)) {
629 private boolean inside(PointF polar, float offset, PieItem item) { method in class:PieMenu
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 284 const TriangleVertex& inside = v1; local
288 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position);
297 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist);
298 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position);
301 middle.weight[0] = tcu::mix(inside.weight[0], outside.weight[0], hitDist);
302 middle.weight[1] = tcu::mix(inside.weight[1], outside.weight[1], hitDist);
303 middle.weight[2] = tcu::mix(inside.weight[2], outside.weight[2], hitDist);
308 const TriangleVertex& inside = v2; local
312 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position);
321 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist)
359 const TriangleVertex& inside = v0; local
383 const TriangleVertex& inside = v0; local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 572 e.push(d.inside);
652 private String inside; field in class:EmitUtils.ArrayDelimiters
655 public ArrayDelimiters(String before, String inside, String after) {
657 this.inside = inside;
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 1418 int inside = center.x >= radius && center.x < size.width - radius && local
    [all...]
  /external/qemu/android/skin/
window.c 706 char inside; member in struct:__anon32917
715 finger->inside = 0;
992 finger->inside = 0;
999 finger->inside = 1;
1020 char inside = 1; local
1026 inside = 0;
1030 inside = 0;
1034 inside = 0;
1037 inside = 0;
1039 finger->inside = inside
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 79 // the detection if touch is inside a slice is offset
576 if (inside(polar, item)) {
583 private boolean inside(PointF polar, PieItem item) { method in class:PieRenderer
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 

Completed in 664 milliseconds

1 2 3