OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeScale
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/core/
SkPoint3.h
52
SkPoint3
makeScale
(SkScalar scale) const {
/external/skia/tests/
Point3Test.cpp
28
SkPoint3 p = v.
makeScale
(3.0f);
/external/skia/src/core/
SkLightingShader.cpp
531
accum += light.color().
makeScale
(255.0f);
/external/skia/src/effects/
SkLightingImageFilter.cpp
85
SkPoint3 color = lightColor.
makeScale
(colorScale);
111
SkPoint3 color = lightColor.
makeScale
(colorScale);
[
all
...]
Completed in 87 milliseconds