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

  /external/skia/tests/
PaintImageFilterTest.cpp 53 const SkPMColor* paintPtr = paintResult.getAddr32(0, y);
54 for (int x = 0; x < r.width(); ++x, ++filterPtr, ++paintPtr) {
55 REPORTER_ASSERT(reporter, *filterPtr == *paintPtr);
101 const SkPMColor* paintPtr = paintResult.getAddr32(0, y);
102 for (int x = 0; x < r.width(); ++x, ++filterPtr, ++paintPtr) {
103 REPORTER_ASSERT(reporter, *filterPtr == *paintPtr);
  /external/skia/src/core/
SkOverdrawCanvas.cpp 224 SkPaint* paintPtr = &fPaint;
228 paintPtr = &storage;
231 fList[0]->onDrawAtlas(image, xform, texs, colors, count, mode, cull, paintPtr);
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 467 milliseconds