/external/chromium_org/chrome/browser/resources/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/third_party/WebKit/Source/core/rendering/ |
RenderLineBoxList.cpp | 265 bool inside = curr->nodeAtPoint(request, result, locationInContainer, accumulatedOffset, root->lineTop(), root->lineBottom()); local 266 if (inside) {
|
RenderWidget.cpp | 93 // destroyed while inside the Widget code, which might not be 358 bool inside = RenderReplaced::nodeAtPoint(request, result, locationInContainer, accumulatedOffset, action); local 361 if ((inside || result.isRectBasedTest()) && !hadResult && result.innerNode() == node()) 363 return inside;
|
RenderImage.cpp | 537 bool inside = RenderReplaced::nodeAtPoint(request, tempResult, locationInContainer, accumulatedOffset, hitTestAction); local 551 if (!inside && result.isRectBasedTest()) 553 if (inside) 555 return inside;
|
RenderObject.cpp | 345 // know that it's inside a "hidden SVG subtree", and thus paints, even if it shouldn't. 346 // To avoid the problem alltogether, detect early if we're inside a hidden SVG subtree 2778 bool inside = false; local [all...] |
/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 | 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 | 229 static inline bool appendIntervalX(float x, bool inside, FloatShapeIntervals& result) 231 if (!inside) 236 return !inside; 266 bool inside = false; local 305 if (edgeCrossing && (!inside || !windCount)) 306 inside = appendIntervalX(thisIntersection.point.x(), inside, result);
|
/external/chromium_org/third_party/skia/src/core/ |
SkRegion.cpp | 650 int inside, left, rite SK_INIT_TO_AVOID_WARNING; local 660 inside = 1; 669 inside = 2; 678 inside = 3; 709 fInside = inside; [all...] |
/external/skia/src/core/ |
SkRegion.cpp | 650 int inside, left, rite SK_INIT_TO_AVOID_WARNING; local 660 inside = 1; 669 inside = 2; 678 inside = 3; 709 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:__anon24767 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 | |