Home | History | Annotate | Download | only in core

Lines Matching refs:fInputColorSpace

55     uint32_t fInputColorSpace;
116 switch (fInputColorSpace) {
128 (fInputColorSpace>>24)&0xFF, (fInputColorSpace>>16)&0xFF,
129 (fInputColorSpace>> 8)&0xFF, (fInputColorSpace>> 0)&0xFF);
1541 switch (header.fInputColorSpace) {