Lines Matching refs:EQUAL
74 #define EQUAL(field) (a.field == b.field)75 return EQUAL(fPathEffect)76 && EQUAL(fShader)77 && EQUAL(fMaskFilter)78 && EQUAL(fColorFilter)79 && EQUAL(fBlender)80 && EQUAL(fImageFilter)81 && EQUAL(fColor4f)82 && EQUAL(fWidth)83 && EQUAL(fMiterLimit)84 && EQUAL(fBitfieldsUInt)86 #undef EQUAL