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

  /external/skia/src/core/
SkColorSpace_A2B.cpp 15 , fPCS(pcs)
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.cpp 15 , fPCS(pcs)
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 732 milliseconds