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

1 2

  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_util.js 185 * @return {boolean} True if the point lies inside the rectange.
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/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.cpp 264 bool inside = curr->nodeAtPoint(request, result, locationInContainer, accumulatedOffset, root->lineTop(), root->lineBottom()); local
265 if (inside) {
RenderWidget.cpp 88 // destroyed while inside the Widget code, which might not be
367 bool inside = RenderReplaced::nodeAtPoint(request, result, locationInContainer, accumulatedOffset, action); local
370 if ((inside || result.isRectBasedTest()) && !hadResult && result.innerNode() == node())
372 return inside;
RenderImage.cpp 513 bool inside = RenderReplaced::nodeAtPoint(request, tempResult, locationInContainer, accumulatedOffset, hitTestAction); local
527 if (!inside && result.isRectBasedTest())
529 if (inside)
531 return inside;
RenderObject.cpp 361 // know that it's inside a "hidden SVG subtree", and thus paints, even if it shouldn't.
362 // To avoid the problem alltogether, detect early if we're inside a hidden SVG subtree
819 if (o->isSVGForeignObject()) //foreignObject is the containing block for contents inside it
2716 bool inside = false; local
    [all...]
  /external/chromium_org/tools/gyp/tools/emacs/
gyp.el 106 (defun gyp-inside-dictionary-p ()
107 "Predicate returning true if the parser is inside a dictionary."
139 (if (gyp-inside-dictionary-p)
140 ;; Look for sections inside a dictionary
149 ;; Inside a dictionary. Increase nesting.
153 ;; Inside a list. Increase nesting
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardCircleFramedDrawable.java 112 final float inside = mScale * outside; local
113 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/users/
CircleFramedDrawable.java 126 final float inside = mScale * mSize; local
127 final float pad = (mSize - inside) / 2f;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.cpp 228 static inline bool appendIntervalX(float x, bool inside, Vector<ShapeInterval>& result)
230 if (!inside)
235 return !inside;
265 bool inside = false; local
308 inside = appendIntervalX(thisIntersection.point.x(), inside, result);
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 649 int inside, left, rite SK_INIT_TO_AVOID_WARNING; local
659 inside = 1;
668 inside = 2;
677 inside = 3;
708 fInside = inside;
    [all...]
  /external/skia/src/core/
SkRegion.cpp 649 int inside, left, rite SK_INIT_TO_AVOID_WARNING; local
659 inside = 1;
668 inside = 2;
677 inside = 3;
708 fInside = inside;
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 714 // Fill a YV12 buffer with red outside a given rectangle and green inside it.
725 bool inside = rect.left <= x && x < rect.right && local
727 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64;
729 bool inside = rect.left <= 2*x && 2*x < rect.right &&
733 inside ? 16 : 255;
    [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/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:__anon26535
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
  /packages/apps/Camera2/src/com/android/camera/ui/
PieRenderer.java 94 // the detection if touch is inside a slice is offset
722 private boolean inside(PointF polar, PieItem item, int pos, int count) { method in class:PieRenderer
900 if (inside(polar, item, pos, count)) {
    [all...]
  /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 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/zxing/core/
core.jar 

Completed in 604 milliseconds

1 2