HomeSort by relevance Sort by last modified time
    Searched full:intersect (Results 226 - 250 of 434) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 429 * @param other {@code null-ok;} instance to intersect with (or {@code null})
436 public RegisterSpec intersect(RegisterSpec other, boolean localPrimary) { method in class:RegisterSpec
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 566 /** Used during grammar imports to see if sets of rules intersect... This
573 /** Used during grammar imports to see if sets of rules intersect...
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 429 * @param other {@code null-ok;} instance to intersect with (or {@code null})
436 public RegisterSpec intersect(RegisterSpec other, boolean localPrimary) { method in class:RegisterSpec
  /external/icu4c/i18n/
uspoof_impl.h 202 void intersect(const ScriptSet &other);
203 void intersect(UScriptCode script);
  /external/skia/src/core/
SkScan_AntiPath.cpp 432 fClipRect.intersect(clip.getBounds());
653 if (!clippedIR.intersect(ir, origClip.getBounds())) {
SkAAClip.cpp 1437 static bool intersect(int& min, int& max, int boundsMin, int boundsMax) { function
    [all...]
  /external/skia/src/gpu/
GrGpu.cpp 485 // if everything is initially clearToInside then intersect is
559 if (!bounds.intersect(rtRect)) {
    [all...]
  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 126 // removing markers of the same type as the new marker which touch it or intersect with it,
232 // at this point we know that marker and target intersect in some way
  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp 375 // so intersect with the clip inflated by the blur.
379 layerRect.intersect(inflatedClip);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 380 // paints the layers that intersect the damage rect from back to
382 // layers that intersect the point from front to back.
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 476 bool visible = visibleRect.intersect(m_visibleDocRect, m_pluginBounds);
549 if (pluginRect.intersect(m_pluginBounds)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 122 // intersect properties
125 intersector.intersect(getProperties(node));
  /external/freetype/src/base/
ftstroke.c 987 FT_Bool intersect; /* use intersection of lines? */ local
994 /* Only intersect borders if between two lineto's and both */
997 intersect = FALSE;
1005 intersect = FT_BOOL( stroker->line_length >= min_length &&
1009 if ( !intersect )
    [all...]
  /external/v8/src/
hydrogen-instructions.h 269 Intersect(other);
273 void Intersect(Range* other);
669 result.Intersect(AllDependsOnFlagSet());
675 result.Intersect(AllSideEffectsFlagSet());
681 result.Intersect(AllChangesFlagSet());
687 result.Intersect(AllChangesFlagSet());
688 result.Intersect(AllObservableSideEffectsFlagSet());
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 46 intersect( CvPoint2D32f pt, CvSize win_size, CvSize imgSize, function
486 intersect( u, winSize, levelSize, &minI, &maxI );
509 intersect( v, winSize, levelSize, &minJ, &maxJ );
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 676 scissor.intersect(transformedLayerRect);
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 291 rect1.intersect(rect);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestModifyHeight.java 171 targetText = " intersect: "+target.toString();
  /external/kernel-headers/original/linux/
cpumask.h 34 * int cpus_intersects(mask1, mask2) Do mask1 and mask2 intersect?
  /external/libvpx/examples/includes/geshi/geshi/
scilab.php 123 'interp3d', 'interpln', 'intersci', 'intersect', 'intg', 'intl', 'intppty', 'intsplin', 'inttrap', 'inttype',
visualfoxpro.php 244 'Int','Integer','Intensity','Intersect','Into','Is',
  /external/llvm/lib/Support/
SourceMgr.cpp 179 // Convert any ranges to column ranges that only intersect the line of the
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 318 if (!rect.intersect(region)) {

Completed in 636 milliseconds

1 2 3 4 5 6 7 8 91011>>