OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrapx
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FETurbulence.h
91
,
wrapX
(0)
98
int
wrapX
; // Minimum value to wrap.
FETurbulence.cpp
240
checkNoise(noiseX.noisePositionIntegerValue, stitchData.
wrapX
, stitchData.width);
298
stitchData.
wrapX
= s_perlinNoise + stitchData.width;
317
stitchData.
wrapX
= 2 * stitchData.
wrapX
- s_perlinNoise;
/external/skia/gm/
conicpaths.cpp
108
int
wrapX
= canvas->getDeviceSize().fWidth - kMargin;
122
if (x + bounds.width() >
wrapX
) {
hairlines.cpp
91
int
wrapX
= canvas->getDeviceSize().fWidth - kMargin;
103
if (x + bounds.width() >
wrapX
) {
Completed in 73 milliseconds