Home
last modified time | relevance | path

Searched refs:weightY (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkPatchUtils.cpp260 float weightY = static_cast<float>(lodY) / (lodX + lodY); in MakeVertices() local
266 lodY = std::max(1, sk_float_floor2int_no_saturate(weightY * 200)); in MakeVertices()
/third_party/skia/src/utils/
DSkPatchUtils.cpp262 float weightY = static_cast<float>(lodY) / (lodX + lodY); in MakeVertices() local
268 lodY = std::max(1, sk_float_floor2int_no_saturate(weightY * 200)); in MakeVertices()