/external/skia/src/views/ |
SkView.cpp | 157 if (rect && !bounds.intersect(*rect)) {
|
/external/skia/third_party/glu/libtess/ |
sweep.c | 83 * - a non-invariant: these chains may intersect (very slightly) 429 /* The only way fatal error is when two edges are found to intersect, 610 * they intersect. If so, create the intersection and add it 647 /* At this point the edges intersect, at least marginally */ [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLCanvasElement.cpp | 224 r.intersect(destRect);
|
/external/webkit/Source/WebCore/page/ |
FrameView.cpp | [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromiumMac.mm | 417 bufferRect.intersect(damageRect);
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContextSkia.cpp | 522 // rect.intersect(paintInfo.rect) and then draws the bg with that
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
TileGrid.cpp | 208 expandedArea.intersect(fullArea);
|
ShaderProgram.cpp | 680 screenClip.intersect(m_invViewClip); 710 viewport.intersect(rect); [all...] |
/external/webkit/Source/WebCore/platform/mac/ |
ScrollbarThemeMac.mm | 519 bufferRect.intersect(damageRect);
|
/external/webkit/Source/WebKit2/Platform/ |
Region.cpp | 418 void Region::intersect(const Region& region) function in class:WebKit::Region
|
/external/webkit/Source/WebKit2/PluginProcess/ |
PluginControllerProxy.cpp | 190 dirtyRect.intersect(m_frameRect);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
WebThemeControlDRTWin.cpp | 514 tofill.intersect(m_irect, fillRect);
|
/frameworks/base/libs/hwui/ |
LayerRenderer.cpp | 61 dirty.intersect(0.0f, 0.0f, width, height);
|
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.cpp | 200 const Region newDirty(dirty.intersect(bounds()));
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_views.cc | 333 invalid_rect_ = invalid_rect_.Intersect(bounds()); 803 paint_rect = paint_rect.Intersect(invalid_rect_);
|
/external/icu4c/layoutex/ |
ParagraphLayout.cpp | 296 * that to compute fFontRuns, and then intersect fFontRuns, fScriptRuns and fLevelRuns. Doing 355 // now intersect the font, direction and script runs... [all...] |
/external/iproute2/tc/ |
f_u32.c | 127 __u32 intersect = mask&sel->keys[i].mask; local 129 if ((key^sel->keys[i].val) & intersect)
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingBox.java | 605 * two boxes intersect in any way, true is returned. Otherwise, false is
782 return Intersection.intersect(this, v1, v2, v3);
[all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainPatch.java | 273 * @return the triangle in world coordinates, or null if the point does intersect this patch on the XZ axis
283 * @return the triangles in world coordinates, or null if the point does intersect this patch on the XZ axis
[all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
GLES2Canvas.cpp | 834 srcRect.intersect(rect); 843 srcRect.intersect(rect); [all...] |
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
PainterOpenVG.cpp | 750 m_state->scissorRect.intersect(FloatRect(enclosingIntRect(rect))); 809 // Intersect the path from the mask, or subtract it from there. [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderBoxModelObject.cpp | 672 // to actually render, so we should intersect the dirty rect with the border box of the background. 674 maskRect.intersect(paintInfo.rect); 735 rect.intersect(paintInfo.rect); 760 destRect.intersect(paintInfo.rect); [all...] |
/external/skia/src/core/ |
SkDraw.cpp | [all...] |
/external/valgrind/main/coregrind/ |
m_transtab.c | [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
WindowStateAnimator.java | [all...] |