Searched defs:StitchData (Results 1 – 2 of 2) sorted by relevance
55 struct SkPerlinNoiseShader::StitchData { struct in SkPerlinNoiseShader56 StitchData() in StitchData() function63 bool operator==(const StitchData& other) const { in operator ==()70 int fWidth; // How much to subtract to wrap for stitching.71 int fWrapX; // Minimum value to wrap.72 int fHeight;73 int fWrapY;
87 struct SkPerlinNoiseShader2::StitchData { struct in SkPerlinNoiseShader288 StitchData() in StitchData() function95 bool operator==(const StitchData& other) const { in operator ==()102 int fWidth; // How much to subtract to wrap for stitching.103 int fWrapX; // Minimum value to wrap.104 int fHeight;105 int fWrapY;