Lines Matching refs:fSwizzle
153 // below assumes all chars in fSwizzle are initialized even if string is < 4 chars long.
154 SkASSERT(memcmp(fSwizzle, other.fSwizzle, sizeof(fSwizzle)-1) ==
155 strcmp(fSwizzle, other.fSwizzle));
159 (0 == memcmp(fSwizzle, other.fSwizzle, sizeof(fSwizzle)-1));
169 const char* getSwizzle() const { return fSwizzle; }
183 char fSwizzle[5];