Searched refs:sampleY (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/codec/ |
D | SkSampledCodec.cpp | 194 const int sampleY = subsetHeight / info.height(); in sampledDecode() local 198 if (get_scaled_dimension(subsetHeight, sampleY) != info.height()) { in sampledDecode() 202 const int samplingOffsetY = get_start_coord(sampleY); in sampledDecode() 220 if (!this->codec()->skipScanlines(sampleY - 1)) { in sampledDecode() 237 if (is_coord_necessary(srcY, sampleY, dstHeight)) { in sampledDecode() 239 rowBytes * get_dst_coord(srcY, sampleY)); in sampledDecode() 260 if (!is_coord_necessary(srcY, sampleY, dstHeight)) { in sampledDecode() 264 void* rowPtr = SkTAddOffset<void>(pixels, rowBytes * get_dst_coord(srcY, sampleY)); in sampledDecode() 283 storagePtr += sampleY * rowBytes; in sampledDecode()
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 2337 const int sampleY = wrap(sampler.wrapT, y0 + offsets[i].y(), h); in fetchGatherArray2DOffsets() local 2340 if (deInBounds32(sampleX, 0, w) && deInBounds32(sampleY, 0, h)) in fetchGatherArray2DOffsets() 2341 pixel = lookup(src, sampleX, sampleY, depth); in fetchGatherArray2DOffsets()
|