Home
last modified time | relevance | path

Searched defs:sampleY (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/codec/
H A DSkSampler.h27 void setSampleY(int sampleY) { in setSampleY() argument
34 int sampleY() const { in sampleY() function in SkSampler
H A DSkSampledCodec.cpp201 const int sampleY = subsetHeight / info.height(); in sampledDecode() local
[all...]
H A DSkAndroidCodec.cpp227 int sampleY = origDims.height() / desiredSize->height(); in computeSampleSize() local
H A DSkPngCodec.cpp573 const int sampleY = this->swizzler()->sampleY(); variable
729 const int sampleY = this->swizzler() ? this->swizzler()->sampleY() : 1; variable
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DConstants.hpp88 float4 sampleY[4][16]; member
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DConstants.hpp79 float4 sampleY[4][16]; member
/third_party/skia/third_party/externals/libgifcodec/
H A DSkLibGifCodec.cpp440 const int sampleY = fSwizzler->sampleY(); in haveDecodedRow() local
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp2927 const int sampleY = wrap(sampler.wrapT, y0 + offsets[i].y(), h); in fetchGatherArray2DOffsets() local

Completed in 12 milliseconds