Home
last modified time | relevance | path

Searched refs:clampAsIfUnpremul (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/shaders/
H A DSkImageShader.h22 bool clampAsIfUnpremul = false);
40 bool clampAsIfUnpremul = false);
H A DSkImageShader.cpp73 bool clampAsIfUnpremul) in SkImageShader()
79 , fClampAsIfUnpremul(clampAsIfUnpremul) in SkImageShader()
253 bool clampAsIfUnpremul) { in Make()
266 new SkImageShader(image, tmx, tmy, options, localMatrix, clampAsIfUnpremul) in Make()
69 SkImageShader(sk_sp<SkImage> img, SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, const SkMatrix* localMatrix, bool clampAsIfUnpremul) SkImageShader() argument
249 Make(sk_sp<SkImage> image, SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& options, const SkMatrix* localMatrix, bool clampAsIfUnpremul) Make() argument
/third_party/skia/src/core/
H A DSkPixmap.cpp221 bool clampAsIfUnpremul = false; in scalePixels() local
229 clampAsIfUnpremul = true; in scalePixels()
245 clampAsIfUnpremul); in scalePixels()

Completed in 4 milliseconds