| /external/libvpx/examples/includes/geshi/geshi/ |
| actionscript3.php | 197 'intersects', 'intersection', 'interpolate', 'insideCutoff',
|
| mysql.php | 264 'InteriorRingN','Intersection','Intersects','IsClosed','IsEmpty',
|
| /external/opencv/cvaux/src/ |
| decomppoly.cpp | 261 // this edge intersects some other initial edges
|
| /external/v8/src/ |
| lithium-allocator.h | 222 // If this interval intersects with other return smallest position
|
| /external/webkit/Source/WebCore/platform/graphics/android/ |
| GLWebViewState.cpp | 513 if (!invalRect->intersects(rect)) {
|
| /external/webkit/Source/WebCore/platform/graphics/chromium/ |
| LayerTilerChromium.cpp | 139 if (tileRect.intersects(contentRect))
|
| /external/webkit/Source/WebCore/platform/graphics/transforms/ |
| TransformationMatrix.h | 153 // the local x,y position of the point where that ray intersects
|
| /external/webkit/Source/WebCore/svg/ |
| SVGSVGElement.cpp | 429 return rect.intersects(getBBox());
|
| /external/webkit/Source/WebKit/android/nav/ |
| SelectText.cpp | 403 bool localSelected = localRgn.intersects(rect); 480 if (SkIRect::Intersects(rect, mLast)) { 893 mLastIntersects = SkIRect::Intersects(mLast, mSelectRect); 919 mLastIntersects = SkIRect::Intersects(mLast, mSelectRect); [all...] |
| FindCanvas.cpp | 610 if (currentMatchRegion.intersects(region))
|
| /external/webkit/Source/WebKit/chromium/src/ |
| WebPluginContainerImpl.cpp | 101 if (!frameRect().intersects(damageRect))
|
| /external/webkit/Source/WebKit2/Platform/ |
| Region.cpp | 420 if (!m_bounds.intersects(region.m_bounds)) {
|
| /external/webkit/Source/WebCore/platform/ |
| ScrollView.cpp | [all...] |
| /external/webkit/Source/WebCore/rendering/ |
| RootInlineBox.cpp | 97 // Next iterate over all the line boxes on the line. If we find a replaced element that intersects 175 if (inflatedRect.intersects(paintInfo.rect)) [all...] |
| InlineFlowBox.cpp | [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| TargetLowering.cpp | [all...] |
| /external/skia/src/core/ |
| SkCanvas.cpp | 672 if (device->intersects(bounds)) [all...] |
| SkBlitter.cpp | 465 if (clip->isEmpty() || (ir && !SkIRect::Intersects(clipR, *ir))) {
|
| SkScan_Path.cpp | 557 if (!SkIRect::Intersects(*fClipRect, ir)) { // completely clipped out
|
| /packages/apps/Calendar/src/com/android/calendar/ |
| Utils.java | 766 // find the last segment this event intersects with 770 // for each segment this event intersects with [all...] |
| /external/chromium/chrome/browser/autocomplete/ |
| autocomplete_popup_view_gtk.cc | 607 if (!line_rect.Intersects(damage_rect))
|
| /external/chromium/chrome/browser/ui/views/frame/ |
| browser_view_layout.cc | 396 if (future_source_bounds.Intersects(reserved_rect)) {
|
| /external/llvm/lib/CodeGen/ |
| RegAllocBasic.cpp | 196 assert(!VisitedVRegs.intersects(VRegs) && "vreg in multiple unions");
|
| /external/webkit/Source/WebCore/plugins/mac/ |
| PluginViewMac.mm | 492 targetRect.intersects(rect);
|
| /external/webkit/Source/WebKit/android/plugins/ |
| PluginWidgetAndroid.cpp | 416 bool visible = SkIRect::Intersects(m_visibleDocRect, m_pluginBounds);
|