Home
last modified time | relevance | path

Searched refs:stitchTiles (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/gm/
Dperlinnoise.cpp50 bool stitchTiles) { in test() argument
59 stitchTiles ? &tileSize : nullptr); in test()
66 stitchTiles ? &tileSize : nullptr); in test()
71 if (stitchTiles) { in test()
127 bool stitchTiles) { in install() argument
130 seed, stitchTiles ? &fSize : nullptr) : in install()
132 seed, stitchTiles ? &fSize : nullptr); in install()
/third_party/skia/src/shaders/
DSkPerlinNoiseShader.cpp577 bool stitchTiles, in Make() argument
593 new GrPerlinNoise2Effect(type, numOctaves, stitchTiles, std::move(paintingData), in Make()
606 bool stitchTiles() const { return fStitchTiles; } in stitchTiles() function in GrPerlinNoise2Effect
639 bool stitchTiles, in GrPerlinNoise2Effect() argument
646 , fStitchTiles(stitchTiles) in GrPerlinNoise2Effect()
677 bool stitchTiles = d->fRandom->nextBool(); in TestCreate() local
687 stitchTiles ? &tileSize : nullptr) : in TestCreate()
689 stitchTiles ? &tileSize : nullptr)); in TestCreate()
707 if (pne.stitchTiles()) { in emitCode()
732 if (pne.stitchTiles()) { in emitCode()
[all …]
/third_party/skia/bench/
DPerlinNoiseBench.cpp43 bool stitchTiles) { in test() argument
47 stitchTiles ? &fSize : nullptr)); in test()
/third_party/parse5/test/data/parser-feedback/
Dtests11.test5 …='' specularExponent='' spreadMethod='' startOffset='' stdDeviation='' stitchTiles='' surfaceScale…
6 …='' specularExponent='' spreadMethod='' startOffset='' stdDeviation='' stitchTiles='' surfaceScale…
70 "stitchTiles": "",
157 "stitchTiles": "",
245 "stitchTiles": "",
267 …='' specularExponent='' spreadMethod='' startOffset='' stdDeviation='' stitchTiles='' surfaceScale…
268 …='' specularExponent='' spreadMethod='' startOffset='' stdDeviation='' stitchTiles='' surfaceScale…
/third_party/typescript/tests/lib/
Dreact16.d.ts1998 stitchTiles?: number | string;
Dlib.d.ts13218 stitchTiles: SVGAnimatedEnumeration; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts12603 readonly stitchTiles: SVGAnimatedEnumeration; property
/third_party/typescript/lib/
Dlib.dom.d.ts12623 readonly stitchTiles: SVGAnimatedEnumeration; property
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82750 static nsIAtom* stitchTiles; member in nsGkAtoms