HomeSort by relevance Sort by last modified time
    Searched refs:fInputColorSpace (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkColorSpace_ICC.cpp 55 uint32_t fInputColorSpace;
116 switch (fInputColorSpace) {
128 (fInputColorSpace>>24)&0xFF, (fInputColorSpace>>16)&0xFF,
129 (fInputColorSpace>> 8)&0xFF, (fInputColorSpace>> 0)&0xFF);
    [all...]
  /external/skqp/src/core/
SkColorSpace_ICC.cpp 55 uint32_t fInputColorSpace;
116 switch (fInputColorSpace) {
128 (fInputColorSpace>>24)&0xFF, (fInputColorSpace>>16)&0xFF,
129 (fInputColorSpace>> 8)&0xFF, (fInputColorSpace>> 0)&0xFF);
    [all...]

Completed in 57 milliseconds