Searched refs:gammaCloseToSRGB (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | ImageInfo_makeColorSpace.cpp | 23 drawLabel("canvas", canvas->imageInfo().gammaCloseToSRGB()); in REG_FIDDLE() 31 drawLabel("offscreen", offscreenInfo.gammaCloseToSRGB()); in REG_FIDDLE() 39 drawLabel("linear", linearGamma.gammaCloseToSRGB()); in REG_FIDDLE()
|
H A D | ImageInfo_gammaCloseToSRGB.cpp | 23 drawLabel("canvas", canvas->imageInfo().gammaCloseToSRGB()); in REG_FIDDLE() 31 drawLabel("offscreen", offscreenInfo.gammaCloseToSRGB()); in REG_FIDDLE()
|
H A D | Pixmap_colorSpace.cpp | 10 SkDebugf("gammaCloseToSRGB: %s gammaIsLinear: %s isSRGB: %s\n", in REG_FIDDLE() 11 colorSpace->gammaCloseToSRGB() ? "true" : "false", in REG_FIDDLE()
|
H A D | Bitmap_colorSpace.cpp | 11 SkDebugf("gammaCloseToSRGB: %s gammaIsLinear: %s isSRGB: %s\n", in REG_FIDDLE() 12 colorSpace->gammaCloseToSRGB() ? "true" : "false", in REG_FIDDLE()
|
H A D | ImageInfo_colorSpace.cpp | 10 SkDebugf("gammaCloseToSRGB: %s gammaIsLinear: %s isSRGB: %s\n", in REG_FIDDLE() 11 colorSpace->gammaCloseToSRGB() ? "true" : "false", in REG_FIDDLE()
|
H A D | Bitmap_refColorSpace.cpp | 13 SkDebugf("gammaCloseToSRGB: %s gammaIsLinear: %s isSRGB: %s\n", in REG_FIDDLE() 14 colorSpace->gammaCloseToSRGB() ? "true" : "false", in REG_FIDDLE()
|
H A D | ImageInfo_refColorSpace.cpp | 12 SkDebugf("gammaCloseToSRGB: %s gammaIsLinear: %s isSRGB: %s\n", in REG_FIDDLE() 13 colorSpace->gammaCloseToSRGB() ? "true" : "false", in REG_FIDDLE()
|
/third_party/skia/include/core/ |
H A D | SkImageInfo.h | 216 bool gammaCloseToSRGB() const { return fColorSpace && fColorSpace->gammaCloseToSRGB(); } in gammaCloseToSRGB() function in SkColorInfo 524 bool gammaCloseToSRGB() const { return fColorInfo.gammaCloseToSRGB(); } in gammaCloseToSRGB() function
|
H A D | SkColorSpace.h | 135 bool gammaCloseToSRGB() const;
|
/third_party/skia/src/core/ |
H A D | SkColorSpace.cpp | 149 bool SkColorSpace::gammaCloseToSRGB() const { in gammaCloseToSRGB() function in SkColorSpace 167 if (this->gammaCloseToSRGB()) { in makeSRGBGamma()
|
/third_party/skia/tests/ |
H A D | AndroidCodecTest.cpp | 193 REPORTER_ASSERT(r, cs->gammaCloseToSRGB()); in DEF_TEST()
|
H A D | ColorSpaceTest.cpp | 35 REPORTER_ASSERT(r, expectSRGB == space->gammaCloseToSRGB()); in test_space()
|
H A D | CodecTest.cpp | 1614 REPORTER_ASSERT(r, p3Codec->getInfo().colorSpace()->gammaCloseToSRGB()); in test_encode_icc()
|
Completed in 7 milliseconds