/external/neven/Embedded/common/src/b_ImageEm/ |
APhImage.c | 344 /* If the image and the rectangle do not intersect in X direction, set the intersecting rectangle to the image coordinates */
|
ComplexImage.c | 368 /* If the image and the rectangle do not intersect in X direction, set the intersecting rectangle to the image coordinates */
|
Flt16Image.c | 377 /* If the image and the rectangle do not intersect in X direction, set the intersecting rectangle to the image coordinates */
|
UInt8Image.c | 376 /* If the image and the rectangle do not intersect in X direction, set the intersecting rectangle to the image coordinates */
|
/external/openfst/src/test/ |
algo_test.h | 960 // Tests intersect-based operations. [all...] |
/external/qemu/android/skin/ |
region.c | 1060 /* performs r = (intersect r (region+_from_rect rect)), returns true iff [all...] |
/external/quake/quake/src/QW/server/ |
world.c | 748 // might intersect, so do an exact clip
|
/external/quake/quake/src/WinQuake/ |
world.cpp | 846 // might intersect, so do an exact clip
|
/external/replicaisland/src/com/replica/replicaisland/ |
CollisionSystem.java | 696 * Checks to see if these lines intersect by projecting one onto the other and then [all...] |
/external/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 546 if (!rect.intersect(region)) { [all...] |
SkImageDecoder_libpng.cpp | 634 if (!rect.intersect(region)) { [all...] |
/external/v8/src/ |
utils.h | 942 void Intersect(const EnumSet& set) { bits_ &= set.bits_; }
|
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrPattern.cpp | 205 // found an intersect! we'll replace this entry in the array. [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
UniscribeHelper.cpp | 293 // global offsets that may intersect arbitrarily with our local run. [all...] |
/external/webkit/Source/WebCore/plugins/qt/ |
PluginViewQt.cpp | 367 exposedRect.intersect(frameRect()); [all...] |
/external/webkit/Source/WebCore/rendering/ |
RootInlineBox.cpp | 122 // of that glyph. Mark all of the objects that intersect the ellipsis box as not painting (as being [all...] |
RenderBlock.cpp | [all...] |
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
PluginView.cpp | 630 // Intersect the two rects to get the view clip rect in window coordinates. [all...] |
/frameworks/native/libs/gui/ |
BufferQueue.cpp | 524 crop.intersect(bufferRect, &croppedCrop); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
CropImage.java | 785 if (tileRect.intersect(rect)) { [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
UpdaterData.java | [all...] |
/frameworks/base/core/java/android/view/ |
ViewRootImpl.java | [all...] |
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_gtk.cc | [all...] |
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_video.h | 639 * If the clip rectangle doesn't intersect the surface, the function will [all...] |
/external/skia/src/core/ |
SkBitmap.cpp | 785 if (!r.intersect(srcRect, subset)) { [all...] |