Home
last modified time | relevance | path

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

/external/skia/src/shaders/
DSkPerlinNoiseShader.cpp44 struct StitchData { struct in SkPerlinNoiseShaderImpl
45 StitchData() in StitchData() function
52 StitchData(SkScalar w, SkScalar h) in StitchData() argument
58 bool operator==(const StitchData& other) const { in operator ==()
65 int fWidth; // How much to subtract to wrap for stitching.
66 int fWrapX; // Minimum value to wrap.
67 int fHeight;
68 int fWrapY;