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

  /external/skia/src/core/
SkMaskFilter.cpp 239 int rectCount = 0;
241 rectCount = countNestedRects(devPath, rects);
243 if (rectCount > 0) {
246 switch (this->filterRectsToNine(rects, rectCount, matrix, clip.getBounds(), &patch)) {
252 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, 1 == rectCount, clip,
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 996 size_t rectCount = 0
    [all...]
  /external/dng_sdk/source/
dng_bad_pixels.cpp 371 if (RectCount () > 1)
435 for (uint32 n = 0; n < RectCount (); n++)
464 for (uint32 n = 0; n < RectCount (); n++)
547 for (uint32 n = 0; n < RectCount (); n++)
701 uint32 rCount = fList->RectCount ();
749 if (fList->RectCount ())
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp     [all...]

Completed in 246 milliseconds