/external/opencv/cv/src/ |
cvhaar.cpp | 1564 int k, rects = 0; local [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderBlock.cpp | [all...] |
RenderBox.cpp | 473 void RenderBox::absoluteRects(Vector<IntRect>& rects, int tx, int ty) 475 rects.append(IntRect(tx, ty, width(), height())); 524 void RenderBox::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty) 527 rects.append(IntRect(tx, ty, width(), height())); [all...] |
/external/webkit/Source/WebKit/android/nav/ |
CacheBuilder.cpp | 529 // look for rects with multiple parts 546 WTF::Vector<IntRect> rects; local 555 clipBounds, &rects) == false) 560 globalOffsetX, globalOffsetY, &rects, &imageCount) == false) 563 unsigned arraySize = rects.size(); 573 rectPtr = &rects.at(rectIndex); [all...] |
/external/webkit/Source/WebCore/platform/graphics/wince/ |
GraphicsContextWinCE.cpp | 992 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color) 1004 unsigned rectCount = rects.size(); 1007 IntRect focusRect = rects[i]; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
SDL_dspvideo.c | 630 static void DSp_DirectUpdate(_THIS, int numrects, SDL_Rect *rects); 901 this->UpdateRects = DSp_DirectUpdate; /* hardware doesn't do update rects, must be page-flipped */ [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebHTMLView.mm | 216 // WebHTMLView doesn't use cursor rects. [all...] |
WebView.mm | 828 - (BOOL)_mustDrawUnionedRect:(NSRect)rect singleRects:(const NSRect *)rects count:(NSInteger)count 838 // Attempt to guess whether or not we should use the unioned rect or the individual rects. 844 singlePixels += rects[i].size.width * rects[i].size.height; [all...] |
/external/webkit/Source/WebKit/win/ |
DOMCoreClasses.h | 756 /* [size_is][in] */ RECT* rects, [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlibint.h | 63 Bool rects; /* boolean: TRUE if clipmask is list of rectangles */ member in struct:_XGC [all...] |
/frameworks/base/core/java/android/webkit/ |
WebViewCore.java | [all...] |
WebView.java | [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
WKView.mm | [all...] |
/frameworks/base/opengl/tests/hwc/ |
hwcCommit.cpp | [all...] |