Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkDeferredCanvas.cpp469 const SkImageInfo deviceInfo = this->imageInfo(); in onWritePixels() local
470 if (info.width() == deviceInfo.width() && info.height() == deviceInfo.height()) { in onWritePixels()