HomeSort by relevance Sort by last modified time
    Searched defs:fPCS (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkColorSpace_A2B.h 164 PCS pcs() const { return fPCS; }
176 PCS fPCS;
SkColorSpace_ICC.cpp 56 uint32_t fPCS;
133 switch (fPCS) {
143 (fPCS>>24)&0xFF, (fPCS>>16)&0xFF,
144 (fPCS>> 8)&0xFF, (fPCS>> 0)&0xFF);
    [all...]
  /external/skqp/src/core/
SkColorSpace_A2B.h 164 PCS pcs() const { return fPCS; }
176 PCS fPCS;
SkColorSpace_ICC.cpp 56 uint32_t fPCS;
133 switch (fPCS) {
143 (fPCS>>24)&0xFF, (fPCS>>16)&0xFF,
144 (fPCS>> 8)&0xFF, (fPCS>> 0)&0xFF);
    [all...]

Completed in 904 milliseconds