Searched refs:nativeSize (Results 1 – 2 of 2) sorted by relevance
178 SkISize nativeSize = this->accountForNativeScaling(&sampleSize, &nativeSampleSize); in sampledDecode() local183 int subsetWidth = nativeSize.width(); in sampledDecode()184 int subsetHeight = nativeSize.height(); in sampledDecode()201 subset.setXYWH(subsetX, 0, subsetWidth, nativeSize.height()); in sampledDecode()215 const SkImageInfo nativeInfo = info.makeWH(nativeSize.width(), nativeSize.height()); in sampledDecode()309 SkASSERT(0 == subsetY && nativeSize.height() == subsetHeight); in sampledDecode()311 for (y = 0; y < nativeSize.height(); y++) { in sampledDecode()326 if (nativeSize.height() == y) { in sampledDecode()334 for (; y < nativeSize.height(); y++) { in sampledDecode()
335 const IVec2 nativeSize = getNativeSurfaceSize(nativeWindow, reqSize); in checkSurfaceSize() local340 << " differs from size of native window " << nativeSize; in checkSurfaceSize()341 status.check(eglSize == nativeSize, oss.str()); in checkSurfaceSize()