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

  /external/skia/tests/
PaintTest.cpp 182 SkRect maxR = fillR;
187 maxR.inset(-inset, -inset);
190 REPORTER_ASSERT(reporter, maxR.contains(strokeR));
  /external/skqp/tests/
PaintTest.cpp 182 SkRect maxR = fillR;
187 maxR.inset(-inset, -inset);
190 REPORTER_ASSERT(reporter, maxR.contains(strokeR));

Completed in 331 milliseconds