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

  /external/skia/include/private/
GrSwizzle.h 17 class GrSwizzle {
36 constexpr GrSwizzle(const char c[4])
45 GrSwizzle() { *this = RGBA(); }
47 GrSwizzle(const GrSwizzle& that) { *this = that; }
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& that) const { return this->asUInt() == that.asUInt();
    [all...]
  /external/skqp/include/private/
GrSwizzle.h 17 class GrSwizzle {
36 constexpr GrSwizzle(const char c[4])
45 GrSwizzle() { *this = RGBA(); }
47 GrSwizzle(const GrSwizzle& that) { *this = that; }
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& that) const { return this->asUInt() == that.asUInt();
    [all...]

Completed in 77 milliseconds