Searched defs:StitchData (Results 1 – 1 of 1) sorted by relevance
41 struct StitchData { struct in SkPerlinNoiseShaderImpl42 StitchData() in StitchData() function49 StitchData(SkScalar w, SkScalar h) in StitchData() function55 bool operator==(const StitchData& other) const { in operator ==()62 int fWidth; // How much to subtract to wrap for stitching.63 int fWrapX; // Minimum value to wrap.64 int fHeight;65 int fWrapY;