Home
last modified time | relevance | path

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

/third_party/skia/include/core/
DSkPoint3.h59 SkPoint3 makeScale(SkScalar scale) const { in makeScale() function
DSkPath.h1360 SkPath makeScale(SkScalar sx, SkScalar sy) { in makeScale() function
/third_party/skia/tests/
DPoint3Test.cpp29 SkPoint3 p = v.makeScale(3.0f); in test_ops()
/third_party/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp162 SkPoint3 color = lightColor.makeScale(colorScale); in light()
186 SkPoint3 color = lightColor.makeScale(colorScale); in light()
1038 return this->color().makeScale(scale); in lightColor()
2010 light->color().makeScale(SkScalarInvert(SkIntToScalar(255)))); in setData()