Searched refs:getPixmap (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkDeviceLooper.h36 const SkPixmap& getPixmap() const { function in class:SkDeviceLooper
H A DSkDraw.cpp806 SkAutoBlitterChoose blitterStorage(looper.getPixmap(), localMatrix, paint);
/external/skqp/src/core/
H A DSkDeviceLooper.h36 const SkPixmap& getPixmap() const { function in class:SkDeviceLooper
H A DSkDraw.cpp801 SkAutoBlitterChoose blitterStorage(looper.getPixmap(), localMatrix, paint);
/external/skia/tests/
H A DDeviceLooperTest.cpp54 REPORTER_ASSERT(reporter, looper.getPixmap().width() == pmap.width());
55 REPORTER_ASSERT(reporter, looper.getPixmap().height() == pmap.height());
/external/skqp/tests/
H A DDeviceLooperTest.cpp54 REPORTER_ASSERT(reporter, looper.getPixmap().width() == pmap.width());
55 REPORTER_ASSERT(reporter, looper.getPixmap().height() == pmap.height());

Completed in 879 milliseconds