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

/external/skia/include/private/
H A DGrSwizzle.h17 class GrSwizzle { class
36 constexpr GrSwizzle(const char c[4]) function in class:GrSwizzle
45 GrSwizzle() { *this = RGBA(); } function in class:GrSwizzle
47 GrSwizzle(const GrSwizzle& that) { *this = that; } function in class:GrSwizzle
49 GrSwizzle& operator=(const GrSwizzle& that) {
50 memcpy(this, &that, sizeof(GrSwizzle));
54 /** Recreates a GrSwizzle from the output of asKey() */
64 bool operator==(const GrSwizzle
[all...]

Completed in 90 milliseconds