Home
last modified time | relevance | path

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

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