Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathOpsExtendedTest.cpp128 SkScalar vScale = (kBitHeight - 2) / largerHeight; in scaleMatrix() local
130 scale.preScale(hScale, vScale); in scaleMatrix()
133 larger.fTop *= vScale; in scaleMatrix()
134 larger.fBottom *= vScale; in scaleMatrix()
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp2991 SkScalar vScale = (bitHeight - 2) / largerHeight; in debug_scale_matrix() local
2993 scale.preScale(hScale, vScale); in debug_scale_matrix()
2996 larger.fTop *= vScale; in debug_scale_matrix()
2997 larger.fBottom *= vScale; in debug_scale_matrix()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_reference.cpp1423 real32 vScale = (real32) ((int32) valDivisions - 1); in RefBaselineHueSatMap() local
1533 real32 vScaled = vEncoded * vScale; in RefBaselineHueSatMap()