Searched defs:GrSwizzle (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrSwizzle.h17 class GrSwizzle { class
19 GrSwizzle() { *this = RGBA(); } function in class:GrSwizzle
21 GrSwizzle(const GrSwizzle& that) { *this = that; } function in class:GrSwizzle
23 GrSwizzle& operator=(const GrSwizzle& that) {
24 memcpy(this, &that, sizeof(GrSwizzle));
28 /** Recreates a GrSwizzle from the output of asKey() */
38 bool operator==(const GrSwizzle& that) const { return this->asUInt() == that.asUInt(); }
40 bool operator!=(const GrSwizzle
135 explicit GrSwizzle(const char* str) { function in class:GrSwizzle
[all...]

Completed in 88 milliseconds