Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkPatchUtils.cpp312 float weightY = static_cast<float>(lodY) / (lodX + lodY); in MakeVertices() local
317 lodY = static_cast<int>(weightY * 200); in MakeVertices()