OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkScalarMod
(Results
1 - 8
of
8
) sorted by null
/external/skia/legacy/src/effects/
Sk1DPathEffect.cpp
43
phase =
SkScalarMod
(phase, advance);
47
phase =
SkScalarMod
(phase, advance);
SkDashPathEffect.cpp
50
phase =
SkScalarMod
(phase, len);
54
phase =
SkScalarMod
(phase, len);
/external/skia/src/effects/
Sk1DPathEffect.cpp
47
phase =
SkScalarMod
(phase, advance);
51
phase =
SkScalarMod
(phase, advance);
SkDashPathEffect.cpp
61
phase =
SkScalarMod
(phase, len);
73
phase =
SkScalarMod
(phase, len);
143
minX = bounds.fLeft -
SkScalarMod
(bounds.fLeft - minX,
147
maxX = bounds.fRight +
SkScalarMod
(maxX - bounds.fRight,
/external/skia/include/core/
SkScalar.h
175
#define
SkScalarMod
(x,y) sk_float_mod(x,y)
263
#define
SkScalarMod
(a, b) SkFixedMod(a, b)
/external/skia/legacy/include/core/
SkScalar.h
167
#define
SkScalarMod
(x,y) sk_float_mod(x,y)
253
#define
SkScalarMod
(a, b) SkFixedMod(a, b)
/external/skia/legacy/src/animator/
SkScriptRuntime.cpp
288
operand[0].fScalar =
SkScalarMod
(operand[0].fScalar, operand[1].fScalar);
/external/skia/src/animator/
SkScriptRuntime.cpp
288
operand[0].fScalar =
SkScalarMod
(operand[0].fScalar, operand[1].fScalar);
Completed in 415 milliseconds