Home
last modified time | relevance | path

Searched defs:StitchData (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/shaders/
DSkPerlinNoiseShader.cpp41 struct StitchData { struct in SkPerlinNoiseShaderImpl
42 StitchData() in StitchData() function
49 StitchData(SkScalar w, SkScalar h) in StitchData() function
55 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;