Searched refs:dstFmt (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/images/ |
H A D | SkImageEncoderFns.h | 33 skcms_PixelFormat dstFmt, skcms_AlphaFormat dstAlpha) { in skcms() 35 dst, dstFmt, dstAlpha, nullptr, n)); in skcms() 31 skcms(char* dst, const char* src, int n, skcms_PixelFormat srcFmt, skcms_AlphaFormat srcAlpha, skcms_PixelFormat dstFmt, skcms_AlphaFormat dstAlpha) skcms() argument
|
/third_party/skia/tools/ |
H A D | HashAndEncode.cpp | 64 skcms_PixelFormat dstFmt = skcms_PixelFormat_RGBA_16161616BE; in HashAndEncode() local 77 dst, dstFmt, dstAlpha, &dstProfile, todo)) { in HashAndEncode()
|
/third_party/skia/include/third_party/skcms/ |
H A D | skcms.h | 331 // and return true, otherwise return false. It is safe to alias dst == src if dstFmt == srcFmt. 337 skcms_PixelFormat dstFmt, 348 skcms_PixelFormat dstFmt,
|
/third_party/skia/third_party/skcms/ |
H A D | skcms.cc | 2603 skcms_PixelFormat dstFmt, 2608 dst, dstFmt, dstAlpha, dstProfile, 2617 skcms_PixelFormat dstFmt, 2622 const size_t dst_bpp = bytes_per_pixel(dstFmt), 2700 if ((dstFmt >> 1) == (skcms_PixelFormat_G_8 >> 1)) { 2889 if (dstFmt < skcms_PixelFormat_RGB_hhh) { 2907 if (dstFmt & 1) { 2910 switch (dstFmt >> 1) {
|
Completed in 6 milliseconds