Home
last modified time | relevance | path

Searched refs:srcIsNormalized (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrDataUtils.cpp521 bool srcIsNormalized; in GrConvertPixels() local
523 auto loadSwizzle = get_load_and_get_swizzle(srcInfo.colorType(), &load, &srcIsNormalized, in GrConvertPixels()
541 dstIsNormalized && !srcIsNormalized && dstInfo.alphaType() == kPremul_SkAlphaType; in GrConvertPixels()
579 steps->apply(&pipeline, srcIsNormalized); in GrConvertPixels()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrDataUtils.cpp521 bool srcIsNormalized; in GrConvertPixels() local
523 auto loadSwizzle = get_load_and_get_swizzle(srcInfo.colorType(), &load, &srcIsNormalized, in GrConvertPixels()
541 dstIsNormalized && !srcIsNormalized && dstInfo.alphaType() == kPremul_SkAlphaType; in GrConvertPixels()
579 steps->apply(&pipeline, srcIsNormalized); in GrConvertPixels()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrDataUtils.cpp521 bool srcIsNormalized; in GrConvertPixels() local
523 auto loadSwizzle = get_load_and_get_swizzle(srcInfo.colorType(), &load, &srcIsNormalized, in GrConvertPixels()
541 dstIsNormalized && !srcIsNormalized && dstInfo.alphaType() == kPremul_SkAlphaType; in GrConvertPixels()
579 steps->apply(&pipeline, srcIsNormalized); in GrConvertPixels()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrDataUtils.cpp521 bool srcIsNormalized; in GrConvertPixels() local
523 auto loadSwizzle = get_load_and_get_swizzle(srcInfo.colorType(), &load, &srcIsNormalized, in GrConvertPixels()
541 dstIsNormalized && !srcIsNormalized && dstInfo.alphaType() == kPremul_SkAlphaType; in GrConvertPixels()
579 steps->apply(&pipeline, srcIsNormalized); in GrConvertPixels()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrDataUtils.cpp542 bool srcIsNormalized; in GrConvertPixels() local
545 get_load_and_src_swizzle(srcInfo.colorType(), &load, &srcIsNormalized, &srcIsSRGB); in GrConvertPixels()
563 dstIsNormalized && !srcIsNormalized && dstInfo.alphaType() == kPremul_SkAlphaType; in GrConvertPixels()
601 steps->apply(&pipeline, srcIsNormalized); in GrConvertPixels()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrDataUtils.cpp568 bool srcIsNormalized; in GrConvertPixels() local
571 get_load_and_src_swizzle(srcInfo.colorType(), &load, &srcIsNormalized, &srcIsSRGB); in GrConvertPixels()
589 dstIsNormalized && !srcIsNormalized && dstInfo.alphaType() == kPremul_SkAlphaType; in GrConvertPixels()