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

  /external/skia/legacy/src/core/
SkRegion_rects.cpp 200 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/skia/src/core/
SkRegion_rects.cpp 200 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...]
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/mac/
GraphicsContextMac.mm 83 unsigned rectCount = rects.size();
84 for (unsigned i = 0; i < rectCount; i++)
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 251 NSUInteger rectCount;
255 rectCount:&rectCount];
258 for (unsigned i = 0; i < rectCount; i++) {
  /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/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/skia/
GraphicsContextSkia.cpp 531 unsigned rectCount = rects.size();
532 if (!rectCount)
538 for (unsigned i = 0; i < rectCount; i++) {
    [all...]
  /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/qt/
GraphicsContextQt.cpp 847 unsigned rectCount = rects.size();
854 for (unsigned i = 0; i < rectCount; ++i) {
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 653 static void flashRects(HDC dc, const IntRect rects[], size_t rectCount, HBRUSH brush)
655 for (size_t 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...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
WebView.mm     [all...]

Completed in 801 milliseconds