Searched defs:StitchData (Results 1 – 2 of 2) sorted by relevance
57 struct SkPerlinNoiseShader::StitchData { struct in SkPerlinNoiseShader58 StitchData() in StitchData() function65 bool operator==(const StitchData& other) const { in operator ==()72 int fWidth; // How much to subtract to wrap for stitching.73 int fWrapX; // Minimum value to wrap.74 int fHeight;75 int fWrapY;
89 struct SkPerlinNoiseShader2::StitchData { struct in SkPerlinNoiseShader290 StitchData() in StitchData() argument97 bool operator==(const StitchData& other) const { in operator ==()104 int fWidth; // How much to subtract to wrap for stitching.105 int fWrapX; // Minimum value to wrap.106 int fHeight;107 int fWrapY;