Searched refs:rectCount (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/gpu/
H A DGrClip.cpp90 int rectCount = 0; local
108 ++rectCount;
113 GrAssert(2 == rectCount);
114 rectCount = 1;
138 if (isectRectValid && rectCount) {
/external/skia/src/core/
H A DSkRegion_rects.cpp200 int rectCount, VEdge** edgeTail) {
203 for (int i = 0; i < rectCount; i++) {
226 bool SkRegion::setRects(const SkIRect rects[], int rectCount) {
227 if (0 == rectCount) {
230 if (1 == rectCount) {
234 int edgeCount = rectCount * 2;
238 head = sort_edges(edgePtr, head, rects, rectCount, &tail);
244 // at this stage, we don't really care about edgeCount, or if rectCount is
246 // empty rects[]). rectCount now is just used for worst-case allocations
261 Accumulator accum(currY, rectCount);
[all...]
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DGraphicsContextMac.mm83 unsigned rectCount = rects.size();
84 for (unsigned i = 0; i < rectCount; i++)
/external/webkit/Examples/NetscapeInputMethodPlugin/
H A Dmain.m251 NSUInteger rectCount;
255 rectCount:&rectCount];
258 for (unsigned i = 0; i < rectCount; i++) {
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsContextCGWin.cpp148 unsigned rectCount = rects.size(); local
149 for (unsigned i = 0; i < rectCount; i++)
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp215 unsigned rectCount = rects.size(); local
221 for (int i = 0; i < rectCount; ++i)
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.cpp314 unsigned rectCount = rects.size(); local
315 if (!rectCount)
320 for (unsigned i = 0; i < rectCount; i++) {
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp654 unsigned rectCount = rects.size(); local
668 for (unsigned i = 0; i < rectCount; i++) {
686 for (unsigned i = 0; i < rectCount; ++i) {
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp531 unsigned rectCount = rects.size(); local
532 if (!rectCount)
538 for (unsigned i = 0; i < rectCount; i++) {
/external/webkit/Source/WebCore/dom/
H A DDocumentMarkerController.cpp528 unsigned rectCount = rects.size(); local
529 for (unsigned rectIndex = 0; rectIndex < rectCount; ++rectIndex)
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp847 unsigned rectCount = rects.size(); local
854 for (unsigned i = 0; i < rectCount; ++i) {
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp653 static void flashRects(HDC dc, const IntRect rects[], size_t rectCount, HBRUSH brush) argument
655 for (size_t i = 0; i < rectCount; ++i) {
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1004 unsigned rectCount = rects.size(); local
1006 for (unsigned i = 0; i < rectCount; i++) {
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp675 int rectCount; local
677 gdk_region_get_rectangles(event->region, &rects.outPtr(), &rectCount);
679 for (int i = 0; i < rectCount; i++)
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm1390 NSInteger rectCount;
1391 [self getRectsBeingDrawn:0 count:&rectCount];
1392 if (rectCount) {
H A DWebView.mm4762 unsigned rectCount = [originalRects count];
4765 for (rectIndex = 0; rectIndex < rectCount; ++rectIndex) {

Completed in 1418 milliseconds