Home
last modified time | relevance | path

Searched refs:makeScale (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkPoint3.h52 SkPoint3 makeScale(SkScalar scale) const { in makeScale() function
/external/skia/tests/
DPoint3Test.cpp28 SkPoint3 p = v.makeScale(3.0f); in test_ops()
/external/skia/src/effects/
DSkLightingImageFilter.cpp159 SkPoint3 color = lightColor.makeScale(colorScale); in light()
184 SkPoint3 color = lightColor.makeScale(colorScale); in light()
1009 return this->color().makeScale(scale); in lightColor()
2066 light->color().makeScale(SkScalarInvert(SkIntToScalar(255)))); in setData()