Searched refs:intersects (Results 1 - 25 of 85) sorted by path

1234

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Didentifier_info.cpp162 if (!fRequiredScripts->intersects(scriptsForCP)
184 if (fRequiredScripts->intersects(*next)) {
258 !fRequiredScripts->intersects(*CONFUSABLE_WITH_LATIN)) {
285 if (!container.intersects(*alternatives)) {
H A Dscriptset.cpp128 UBool ScriptSet::intersects(const ScriptSet &other) const { function in class:ScriptSet
H A Dscriptset.h49 UBool intersects(const ScriptSet &other) const; // Sets contain at least one script in commmon.
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ditspoof.cpp623 TEST_ASSERT(s2.intersects(s1));
624 TEST_ASSERT(s1.intersects(s2));
628 TEST_ASSERT(s1.intersects(s2));
629 TEST_ASSERT(s2.intersects(s1));
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWAddressSpace.cpp42 OSMetaClassDefineReservedUsed(IOFWAddressSpaceAux, 0); // intersects
231 // intersects
235 bool IOFWAddressSpaceAux::intersects( IOFWAddressSpace * space ) function in class:IOFWAddressSpaceAux
H A DIOFWAddressSpace.h138 virtual bool intersects( IOFWAddressSpace * space );
304 /*! @function intersects
305 @abstract Checks this address space intersects with the given address range. Currently only supports IOFWPsuedoAddressSpaces.
310 inline bool intersects( IOFWAddressSpace * space ) function in class:IOFWAddressSpace
311 { return fIOFWAddressSpaceExpansion->fAuxiliary->intersects( space ); }
H A DIOFWPseudoAddressSpace.cpp150 // intersects
154 bool IOFWPseudoAddressSpaceAux::intersects( IOFWAddressSpace * space ) function in class:IOFWPseudoAddressSpaceAux
156 bool intersects = false; local
164 intersects = (fPrimary->contains( address ) > 0);
172 intersects |= (fPrimary->contains( address ) > 0);
175 return intersects;
H A DIOFWPseudoAddressSpace.h97 virtual bool intersects( IOFWAddressSpace * space );
H A DIOFireWireController.cpp5629 if( found->intersects( space ) )
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityObject.cpp1808 if (!outerRect.intersects(innerRect)) {
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentMarker.h77 bool intersects(const MarkerTypes& types) const { return (m_mask & types.m_mask); } function in class:WebCore::DocumentMarker::MarkerTypes
H A DDocumentMarkerController.cpp42 return m_possiblyExistingMarkerTypes.intersects(types);
145 // If one of them is of the same type as the new marker and touches it or intersects with it
H A DRenderedDocumentMarker.h61 if (m_renderedRect.intersects(r))
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTabbedPane.js812 var intersects = tabElement.offsetLeft + tabElement.clientWidth > this._tabElement.offsetLeft &&
814 if (!intersects)
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dace.js7019 this.intersects = function(range) {
13257 if (range.intersects(oldRange))
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DGestureTapHighlighter.cpp120 ASSERT(!rect.intersects(prev));
121 ASSERT(!rect.intersects(next));
168 // Add the first box, but merge it with the center boxes if it intersects or if the center box is empty.
174 if (mid.isEmpty() || mid.intersects(rects.first()))
182 // Add the last box, but merge it with the center boxes if it intersects.
185 if (mid.intersects(rects.last()))
H A DPage.cpp1441 if (!objectPaintRect.intersects(pixelSnappedIntRect(relevantRect)))
1463 if (topRelevantRect.intersects(snappedPaintRect) && bottomRelevantRect.intersects(snappedPaintRect)) {
1471 } else if (topRelevantRect.intersects(snappedPaintRect))
1500 if (!objectPaintRect.intersects(pixelSnappedIntRect(relevantViewRect(view))))
H A DSpatialNavigation.cpp335 return !containerViewportRect.intersects(rect);
410 if (!a.intersects(b) || a.contains(b) || b.contains(a))
606 if (!firstCandidate.rect.intersects(secondCandidate.rect))
686 if (!candidateRect.intersects(parentRect)) {
H A DTouchAdjustment.cpp405 if (bounds.intersects(touchArea)) {
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollView.cpp1187 if (dirtyRect.intersects(horizontalOverhangRect) || dirtyRect.intersects(verticalOverhangRect))
H A DScrollbar.cpp191 if (context->paintingDisabled() || !frameRect().intersects(damageRect))
498 if (rect.intersects(resizerRect)) {
H A DScrollbarThemeComposite.cpp47 if (damageRect.intersects(backButtonStartPaintRect))
50 if (damageRect.intersects(backButtonEndPaintRect))
53 if (damageRect.intersects(forwardButtonStartPaintRect))
56 if (damageRect.intersects(forwardButtonEndPaintRect))
64 if (damageRect.intersects(trackPaintRect))
70 if (damageRect.intersects(thumbRect))
72 if (damageRect.intersects(startTrackRect))
74 if (damageRect.intersects(endTrackRect))
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatRect.cpp62 bool FloatRect::intersects(const FloatRect& other) const function in class:WebCore::FloatRect
H A DFloatRect.h147 bool intersects(const FloatRect&) const;
H A DIntRect.cpp50 bool IntRect::intersects(const IntRect& other) const function in class:WebCore::IntRect

Completed in 483 milliseconds

1234