Searched defs:kMatrix_Flag (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkColorSpace.cpp296 * If kMatrix_Flag is set, we will write 12 floats after the header.
298 static constexpr uint8_t kMatrix_Flag = 1 << 0; member in struct:ColorSpaceHeader
375 ColorSpaceHeader::kMatrix_Flag);
461 if (ColorSpaceHeader::kMatrix_Flag != header.fFlags || length < 12 * sizeof(float)) {

Completed in 114 milliseconds