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

  /external/chromium_org/third_party/skia/tests/
PaintTest.cpp 158 SkPaint copiedPaint = paint;
159 REPORTER_ASSERT(reporter, paint == copiedPaint);
164 uint32_t copiedPaintGenID = copiedPaint.getGenerationID();
166 REPORTER_ASSERT(reporter, paint == copiedPaint);
170 copiedPaint = paint;
171 REPORTER_ASSERT(reporter, paint == copiedPaint);
176 REPORTER_ASSERT(reporter, copiedPaint.getGenerationID() != copiedPaintGenID);
177 copiedPaintGenID = copiedPaint.getGenerationID(); // reset to the new value
178 REPORTER_ASSERT(reporter, paint == copiedPaint); // operator== ignores fGenerationID
184 copiedPaint.reset()
    [all...]
  /external/skia/tests/
PaintTest.cpp 158 SkPaint copiedPaint = paint;
159 REPORTER_ASSERT(reporter, paint == copiedPaint);
164 uint32_t copiedPaintGenID = copiedPaint.getGenerationID();
166 REPORTER_ASSERT(reporter, paint == copiedPaint);
170 copiedPaint = paint;
171 REPORTER_ASSERT(reporter, paint == copiedPaint);
176 REPORTER_ASSERT(reporter, copiedPaint.getGenerationID() != copiedPaintGenID);
177 copiedPaintGenID = copiedPaint.getGenerationID(); // reset to the new value
178 REPORTER_ASSERT(reporter, paint == copiedPaint); // operator== ignores fGenerationID
184 copiedPaint.reset()
    [all...]

Completed in 4412 milliseconds