OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intersected
(Results
1 - 23
of
23
) sorted by null
/external/quake/quake/src/QW/server/
world.h
71
// if touchtriggers, calls prog functions for the
intersected
triggers
/external/quake/quake/src/WinQuake/
world.h
57
// if touchtriggers, calls prog functions for the
intersected
triggers
/frameworks/base/graphics/java/android/graphics/
Rect.java
356
* @param left The left side of the rectangle being
intersected
with this
358
* @param top The top of the rectangle being
intersected
with this rectangle
359
* @param right The right side of the rectangle being
intersected
with this
361
* @param bottom The bottom of the rectangle being
intersected
with this
393
* @param r The rectangle being
intersected
with this rectangle.
408
* @param a The first rectangle being
intersected
with
409
* @param b The second rectangle being
intersected
with
RectF.java
277
* @param left The left side of the rectangle being
intersected
with this
279
* @param top The top of the rectangle being
intersected
with this rectangle
280
* @param right The right side of the rectangle being
intersected
with this
282
* @param bottom The bottom of the rectangle being
intersected
with this
314
* @param r The rectangle being
intersected
with this rectangle.
329
* @param a The first rectangle being
intersected
with
330
* @param b The second rectangle being
intersected
with
/external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp
333
int
intersected
= 0;
local
347
++
intersected
;
388
++
intersected
;
396
return
intersected
& 1;
/frameworks/base/core/java/android/view/
TouchDelegate.java
55
* True if the delegate had been targeted on a down event (
intersected
mBounds).
MotionEvent.java
159
* Flag indicating the motion event
intersected
the top edge of the screen.
164
* Flag indicating the motion event
intersected
the bottom edge of the screen.
169
* Flag indicating the motion event
intersected
the left edge of the screen.
174
* Flag indicating the motion event
intersected
the right edge of the screen.
[
all
...]
/frameworks/base/opengl/java/android/opengl/
Visibility.java
92
* @return the number of spheres that
intersected
the frustum. Can be
/external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.cpp
131
// Properties for an
intersected
FST.
/external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp
150
p.painter->setClipRect(opt->rect.
intersected
(damageRect), Qt::IntersectClip);
/dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecSet.java
318
* result elements occur when registers being
intersected
have
RegisterSpec.java
427
* results occur when registers being
intersected
have equal local
/external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp
336
rect = rect.
intersected
(QRect(QPoint(0, 0), m_webPage->viewportSize()));
/external/skia/include/core/
SkRegion.h
268
this region
intersected
with the specified clip rectangle.
SkBitmap.h
360
the dst bitmap. If the subset rectangle,
intersected
with the bitmap's
/frameworks/base/awt/java/awt/
Graphics2D.java
74
* the specified Shape object which will be
intersected
with
/external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp
957
newClip.addPath(clippedOut.
intersected
(newClip));
[
all
...]
/external/icu4c/common/unicode/
uniset.h
140
* <p>Sets may be
intersected
using the '&' operator or the asymmetric
[
all
...]
/external/webkit/WebKit/android/nav/
CachedRoot.cpp
[
all
...]
/external/webkit/WebKit/qt/Api/
qwebframe.cpp
344
QRect intersectedRect = clipRect.
intersected
(view->frameRect());
[
all
...]
/external/webkit/WebCore/rendering/
RenderLayer.cpp
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h
[
all
...]
/external/webkit/WebKit/qt/
ChangeLog
[
all
...]
Completed in 263 milliseconds