Searched refs:intersect (Results 51 - 75 of 159) sorted by relevance

1234567

/external/skia/tests/
H A DReadPixelsTest.cpp176 if (!clippedSrcRect.intersect(srcRect)) {
375 if (clippedRect.intersect(srcRect)) {
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DImageSkia.cpp219 if (!destBitmapSubsetSkI.intersect(resizedImageRect))
220 return; // Resized image does not intersect.
239 if (destBitmapSubsetTransformedRounded.intersect(0, 0,
/external/freetype/src/base/
H A Dftoutln.c746 FT_Int intersect;
751 intersect = ( a->y - point->y ) ^ ( b->y - point->y );
754 if ( intersect >= 0 )
756 if ( intersect == 0 && a->y == point->y )
/external/icu4c/i18n/
H A Duspoof_impl.cpp248 // Until then, grab the script from the char and intersect it with the set.
251 result->intersect(cpScript);
255 result->intersect(fSpoofData->fScriptSets[index]);
712 void ScriptSet::intersect(const ScriptSet &other) {
718 void ScriptSet::intersect(UScriptCode script) {
/external/openfst/src/include/fst/script/
H A Dfstscript.h47 #include <fst/script/intersect.h>
/external/skia/src/core/
H A DSkClipStack.cpp152 if (!rec->fRect.intersect(rect)) {
H A DSkScan_Antihair.cpp576 if (tmpR.intersect(xr)) {
589 if (tmpR.intersect(xr)) {
643 if (!newR.intersect(origR)) {
656 if (newR.intersect(origR)) {
H A DSkScan_AntiPath.cpp432 fClipRect.intersect(clip.getBounds());
653 if (!clippedIR.intersect(ir, origClip.getBounds())) {
/external/webkit/Source/WebCore/platform/graphics/
H A DContextShadow.cpp235 layerFloatRect.intersect(clipRect);
H A DFloatRect.cpp64 void FloatRect::intersect(const FloatRect& other) function in class:WebCore::FloatRect
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.h193 mBounds.intersect(rect);
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEGaussianBlur.cpp155 absolutePaintRect.intersect(maxEffectRect());
H A DFEMorphology.cpp91 paintRect.intersect(maxEffectRect());
H A DFilterEffect.cpp65 m_absolutePaintRect.intersect(enclosingIntRect(m_maxEffectRect));
135 // Early return if the rect does not intersect with the source.
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DTilingData.cpp211 srcRectIntersected.intersect(tileBounds);
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp147 rect.intersect(IntRect(0, 0, m_size.width(), m_size.height()));
448 dirtyRect.intersect(m_currentContent.needsDisplayRect);
588 optionsForDescendants.scissorRect.intersect(m_transforms.target.mapRect(IntRect(0, 0, m_size.width(), m_size.height())));
652 optionsForDescendants.scissorRect.intersect(m_transforms.targetBoundingRect);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.cpp455 trRect.intersect(FloatRect(clipBox.left, clipBox.top, clipBox.right - clipBox.left, clipBox.bottom - clipBox.top));
465 trRect.intersect(FloatRect(rect->left, rect->top, rect->right - rect->left, rect->bottom - rect->top));
475 visibleDstRect.intersect(IntRect(destRect));
589 bmpRect.intersect(rect);
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceMasker.cpp217 maskRect.intersect(maskBoundaries);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DTiledDrawingArea.cpp218 contentsRect.intersect(IntRect(IntPoint::zero(), m_webPage->mainFrame()->coreFrame()->view()->contentsSize()));
/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp679 updateRect.intersect(scrollViewRect);
690 panScrollIconDirtyRect.intersect(clipRect);
952 paintRect.intersect(visibleContentRect());
1055 documentDirtyRect.intersect(frameRect());
1084 scrollViewDirtyRect.intersect(frameRect());
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java867 static boolean intersect(Set<?> a, Set<?> b) { method in class:FuturesTest.TestFutureBatch
890 return intersect(inputs, ImmutableSet.of(
904 smartAssertTrue(inputs, e, intersect(inputs, ImmutableSet.of(doneFailed,
912 intersect(inputs, ImmutableSet.of(doneCancelled, delayedCancelled)));
918 smartAssertTrue(inputs, e, intersect(
926 intersect(inputs, ImmutableSet.of(doneCancelled)));
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.cpp954 // FIXME: Although this function completely ignores CSS-imposed clipping, we did already intersect with the
2619 clipRect.intersect(paintDirtyRect);
2686 // We want to paint our layer, but only if we intersect the damage rect.
2840 localDirtyRect.intersect(colRect);
2909 hitTestArea.intersect(frameVisibleRect(renderer()));
3329 localClipRect.intersect(colRect);
3503 backgroundRect.intersect(paintDirtyRect);
3528 foregroundRect.intersect(toRenderBox(renderer())->overflowClipRect(x, y, relevancy));
3532 backgroundRect.intersect(newPosClip);
3533 foregroundRect.intersect(newPosCli
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java350 range.intersect(GeneralRange.upTo(comparator, upperBound, boundType)), rootReference);
357 range.intersect(GeneralRange.downTo(comparator, lowerBound, boundType)), rootReference);
/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.cpp476 bool visible = visibleRect.intersect(m_visibleDocRect, m_pluginBounds);
549 if (pluginRect.intersect(m_pluginBounds)) {
/external/chromium/webkit/glue/media/
H A Dvideo_renderer_impl.cc233 if (local_dest_irect.intersect(canvas->getTotalClip().getBounds())) {

Completed in 1699 milliseconds

1234567