Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPoint3.h52 SkPoint3 makeScale(SkScalar scale) const { in makeScale() function
/external/skqp/include/core/
DSkPoint3.h52 SkPoint3 makeScale(SkScalar scale) const { in makeScale() function
/external/skqp/tests/
DPoint3Test.cpp29 SkPoint3 p = v.makeScale(3.0f); in test_ops()
/external/skia/tests/
DPoint3Test.cpp29 SkPoint3 p = v.makeScale(3.0f); in test_ops()
/external/skqp/src/effects/imagefilters/
DSkLightingImageFilter.cpp160 SkPoint3 color = lightColor.makeScale(colorScale); in light()
185 SkPoint3 color = lightColor.makeScale(colorScale); in light()
1027 return this->color().makeScale(scale); in lightColor()
2080 light->color().makeScale(SkScalarInvert(SkIntToScalar(255)))); in setData()
/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp162 SkPoint3 color = lightColor.makeScale(colorScale); in light()
187 SkPoint3 color = lightColor.makeScale(colorScale); in light()
1029 return this->color().makeScale(scale); in lightColor()
2082 light->color().makeScale(SkScalarInvert(SkIntToScalar(255)))); in setData()