/external/llvm/utils/TableGen/ |
SetTheory.h | 28 // - (and S1, S2) Set intersection. Every element in S1 that is also in S2.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlfillrect.html | 164 function will clip based on the intersection of the clip rectangle and
|
/external/webkit/Source/WebCore/platform/graphics/ |
FloatPoint.h | 208 bool findIntersection(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& d1, const FloatPoint& d2, FloatPoint& intersection);
|
FloatRect.h | 193 inline FloatRect intersection(const FloatRect& a, const FloatRect& b) function in namespace:WebCore
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
SimpleFontDataWinCE.cpp | 104 // merely by testing code page intersection. This seems suspect though. Can't a font only partially
|
/external/webkit/Source/WebCore/platform/wx/wxcode/win/ |
fontprops.cpp | 72 // merely by testing code page intersection. This seems suspect though. Can't a font only partially
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
WebPreferences.cpp | 45 // These two fonts are picked from the intersection of
|
/frameworks/base/core/jni/android/opengl/ |
poly_clip.cpp | 78 /* edge crosses plane; add intersection point to q */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeOverlay.java | 112 Rectangle h = hole.intersection(r);
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/ |
ShellSizeAndPos.java | 71 Rectangle i = area.intersection(r);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFAState.java | 272 /** Add label uniquely and disjointly; intersection with 326 intersection.toString(dfa.nfa.grammar)); 336 // Replace existing s_i with intersection since we 339 IntSet intersection = s_i.and(t); local 340 reachableLabels.set(i, new Label(intersection));
|
/external/chromium/chrome/browser/extensions/ |
extension_file_browser_private_api.cc | 156 // If there is nothing to do for one file, the intersection of tasks for all 169 // For all additional files, find intersection between the accumulated 172 ActionList intersection(common_tasks.size()); 178 intersection.begin()); 181 intersection.begin(), [all...] |
/external/icu4c/common/ |
uniset_props.cpp | 64 #define INTERSECTION ((UChar)0x0026) /*&*/ 547 op == INTERSECTION /*'&'*/))); 637 if (op == HYPHEN /*'-'*/ || op == INTERSECTION /*'&'*/) { 676 case INTERSECTION: /*'&'*/ 711 } else if (op == INTERSECTION /*'&'*/) { 739 case INTERSECTION /*'&'*/: [all...] |
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/ |
Water.frag | 134 // Find intersection with water surface
255 // Find intersection with water surface
|
Water15.frag | 130 // Find intersection with water surface
255 // Find intersection with water surface
|
/external/skia/include/core/ |
SkDevice.h | 265 * The actual pixels written is the intersection of the device's bounds, 267 * x,y. If bitmap pixels extend outside of that intersection, they will not
|
SkRegion.h | 136 * Returns true if the specified rectangle has a non-empty intersection 142 * Returns true if the specified region has a non-empty intersection
|
/external/webkit/Source/WebCore/rendering/ |
RenderMenuList.cpp | 235 // Clip to the intersection of the content box and the content box for the inner box 248 return intersection(outerBox, innerBox);
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
rebaselineserver.py | 273 extensions_to_move = current_extensions.intersection( 276 if extensions_to_move.intersection(
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/ |
AndroidJUnitRunner.java | 87 * If used with other options, the resulting test run will contain the intersection of the two 96 * As above, if used with other options, the resulting test run will contain the intersection of
|
/ndk/sources/android/cpufeatures/ |
cpu-features.c | 360 * intersection of the 'present' and 'possible' CPU lists and count 372 /* Compute the intersection of both sets to get the actual number of
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery.flot.dashes.js | 79 // compute new intersection point
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingVolume.java | 292 * return false. Use intersects(Vector3f) to check for edge intersection.
|
/external/llvm/lib/CodeGen/ |
LiveIntervalUnion.cpp | 118 // 3. Iterators left at the last seen intersection.
|
LiveIntervalUnion.h | 47 // intersection, and removal.
|