HomeSort by relevance Sort by last modified time
    Searched defs:rectCount (Results 1 - 10 of 10) sorted by null

  /external/skia/src/core/
SkMaskFilter.cpp 197 int rectCount = 0;
199 rectCount = countNestedRects(devPath, rects);
201 if (rectCount > 0) {
205 switch (this->filterRectsToNine(rects, rectCount, matrix,
213 1 == rectCount, clip, bounder, blitter);
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 148 unsigned rectCount = rects.size();
149 for (unsigned i = 0; i < rectCount; i++)
  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 528 unsigned rectCount = rects.size();
529 for (unsigned rectIndex = 0; rectIndex < rectCount; ++rectIndex)
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 215 unsigned rectCount = rects.size();
221 for (int i = 0; i < rectCount; ++i)
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.cpp 314 unsigned rectCount = rects.size();
315 if (!rectCount)
320 for (unsigned i = 0; i < rectCount; i++) {
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 654 unsigned rectCount = rects.size();
668 for (unsigned i = 0; i < rectCount; i++) {
686 for (unsigned i = 0; i < rectCount; ++i) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 847 unsigned rectCount = rects.size();
854 for (unsigned i = 0; i < rectCount; ++i) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 531 unsigned rectCount = rects.size();
532 if (!rectCount)
538 for (unsigned i = 0; i < rectCount; i++) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 1004 unsigned rectCount = rects.size();
1006 for (unsigned i = 0; i < rectCount; i++) {
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 675 int rectCount;
677 gdk_region_get_rectangles(event->region, &rects.outPtr(), &rectCount);
679 for (int i = 0; i < rectCount; i++)
    [all...]

Completed in 478 milliseconds