Home
last modified time | relevance | path

Searched refs:refColorSpace (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrImageInfo.h34 return {ct, this->alphaType(), this->refColorSpace(), this->width(), this->height()}; in makeColorType()
38 return {this->colorType(), at, this->refColorSpace(), this->width(), this->height()}; in makeAlphaType()
42 return {this->colorType(), this->alphaType(), this->refColorSpace(), width, height}; in makeWH()
51 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
H A DGrColorInfo.cpp19 ci.refColorSpace()) {} in GrColorInfo()
24 ci.refColorSpace()) {} in GrColorInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrImageInfo.h34 return {ct, this->alphaType(), this->refColorSpace(), this->width(), this->height()}; in makeColorType()
38 return {this->colorType(), at, this->refColorSpace(), this->width(), this->height()}; in makeAlphaType()
42 return {this->colorType(), this->alphaType(), this->refColorSpace(), width, height}; in makeWH()
51 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
H A DGrColorInfo.cpp19 ci.refColorSpace()) {} in GrColorInfo()
24 ci.refColorSpace()) {} in GrColorInfo()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrImageInfo.h34 return {ct, this->alphaType(), this->refColorSpace(), this->width(), this->height()}; in makeColorType()
38 return {this->colorType(), at, this->refColorSpace(), this->width(), this->height()}; in makeAlphaType()
42 return {this->colorType(), this->alphaType(), this->refColorSpace(), width, height}; in makeWH()
51 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
H A DGrColorInfo.cpp19 ci.refColorSpace()) {} in GrColorInfo()
24 ci.refColorSpace()) {} in GrColorInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrImageInfo.h34 return {ct, this->alphaType(), this->refColorSpace(), this->width(), this->height()}; in makeColorType()
38 return {this->colorType(), at, this->refColorSpace(), this->width(), this->height()}; in makeAlphaType()
42 return {this->colorType(), this->alphaType(), this->refColorSpace(), width, height}; in makeWH()
51 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
H A DGrColorInfo.cpp19 ci.refColorSpace()) {} in GrColorInfo()
24 ci.refColorSpace()) {} in GrColorInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrImageInfo.h40 return {ct, this->alphaType(), this->refColorSpace(), this->width(), this->height()}; in makeColorType()
44 return {this->colorType(), at, this->refColorSpace(), this->width(), this->height()}; in makeAlphaType()
48 return {this->colorType(), this->alphaType(), this->refColorSpace(), width, height}; in makeWH()
59 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrImageInfo.h40 return {ct, this->alphaType(), this->refColorSpace(), this->width(), this->height()}; in makeColorType()
44 return {this->colorType(), at, this->refColorSpace(), this->width(), this->height()}; in makeAlphaType()
48 return {this->colorType(), this->alphaType(), this->refColorSpace(), width, height}; in makeWH()
59 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dcolor_correction_test_utils.cc264 if (src_image->refColorSpace() && dst_image->refColorSpace()) { in MatchSkImages()
265 if (!MatchColorSpace(src_image->refColorSpace(), in MatchSkImages()
266 dst_image->refColorSpace())) { in MatchSkImages()
277 src_image->alphaType(), src_image->refColorSpace()); in MatchSkImages()
281 src_image->alphaType(), dst_image->refColorSpace()); in MatchSkImages()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dcolor_correction_test_utils.cc290 if (src_image->refColorSpace() && dst_image->refColorSpace()) { in MatchSkImages()
291 if (!MatchColorSpace(src_image->refColorSpace(), in MatchSkImages()
292 dst_image->refColorSpace())) { in MatchSkImages()
303 src_image->alphaType(), src_image->refColorSpace()); in MatchSkImages()
307 src_image->alphaType(), dst_image->refColorSpace()); in MatchSkImages()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/core/
H A DSkImageInfo.h224 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
248 return SkColorInfo(this->colorType(), newAlphaType, this->refColorSpace()); in makeAlphaType()
255 return SkColorInfo(newColorType, this->alphaType(), this->refColorSpace()); in makeColorType()
507 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
H A DSkSurfaceCharacterization.h94 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function
219 sk_sp<SkColorSpace> refColorSpace() const { return nullptr; } in refColorSpace() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/core/
H A DSkImageInfo.h224 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
248 return SkColorInfo(this->colorType(), newAlphaType, this->refColorSpace()); in makeAlphaType()
255 return SkColorInfo(newColorType, this->alphaType(), this->refColorSpace()); in makeColorType()
507 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
H A DSkSurfaceCharacterization.h94 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function
219 sk_sp<SkColorSpace> refColorSpace() const { return nullptr; } in refColorSpace() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/core/
H A DSkImageInfo.h224 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
248 return SkColorInfo(this->colorType(), newAlphaType, this->refColorSpace()); in makeAlphaType()
255 return SkColorInfo(newColorType, this->alphaType(), this->refColorSpace()); in makeColorType()
507 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
H A DSkSurfaceCharacterization.h94 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function
219 sk_sp<SkColorSpace> refColorSpace() const { return nullptr; } in refColorSpace() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/core/
H A DSkImageInfo.h224 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
248 return SkColorInfo(this->colorType(), newAlphaType, this->refColorSpace()); in makeAlphaType()
255 return SkColorInfo(newColorType, this->alphaType(), this->refColorSpace()); in makeColorType()
507 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
H A DSkSurfaceCharacterization.h94 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function
219 sk_sp<SkColorSpace> refColorSpace() const { return nullptr; } in refColorSpace() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/core/
H A DSkImageInfo.h198 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
225 return SkColorInfo(this->colorType(), newAlphaType, this->refColorSpace()); in makeAlphaType()
232 return SkColorInfo(newColorType, this->alphaType(), this->refColorSpace()); in makeColorType()
472 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
H A DSkSurfaceCharacterization.h109 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function
242 sk_sp<SkColorSpace> refColorSpace() const { return nullptr; } in refColorSpace() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/core/
H A DSkImageInfo.h205 sk_sp<SkColorSpace> refColorSpace() const { return fColorSpace; } in refColorSpace() function
232 return SkColorInfo(this->colorType(), newAlphaType, this->refColorSpace()); in makeAlphaType()
239 return SkColorInfo(newColorType, this->alphaType(), this->refColorSpace()); in makeColorType()
479 sk_sp<SkColorSpace> refColorSpace() const { return fColorInfo.refColorSpace(); } in refColorSpace() function
H A DSkSurfaceCharacterization.h114 sk_sp<SkColorSpace> refColorSpace() const { return fImageInfo.refColorSpace(); } in refColorSpace() function
245 sk_sp<SkColorSpace> refColorSpace() const { return nullptr; } in refColorSpace() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/
H A DBackendTextureImageFactory.cpp42 src->refColorSpace(), in MakeBackendTextureImage()
75 info.refColorSpace(), in MakeBackendTextureImage()

12345678910>>...12