Searched refs:genInfo (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/image/
H A DSkImage_Lazy.cpp432 const SkImageInfo& genInfo = generator->getInfo(); local
434 if (srcX || srcY || genInfo.width() != info.width() || genInfo.height() != info.height()) {
/external/skqp/src/image/
H A DSkImage_Lazy.cpp433 const SkImageInfo& genInfo = generator->getInfo(); local
435 if (srcX || srcY || genInfo.width() != info.width() || genInfo.height() != info.height()) {

Completed in 75 milliseconds