Searched refs:bottomLength (Results 1 – 2 of 2) sorted by relevance
170 SkScalar bottomLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail() local180 if (topLength < 0 || bottomLength < 0 || leftLength < 0 || rightLength < 0) { in GetLevelOfDetail()185 int lodX = static_cast<int>(SkMaxScalar(topLength, bottomLength) / kPartitionSize); in GetLevelOfDetail()
172 SkScalar bottomLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail() local182 if (topLength < 0 || bottomLength < 0 || leftLength < 0 || rightLength < 0) { in GetLevelOfDetail()187 int lodX = static_cast<int>(std::max(topLength, bottomLength) / kPartitionSize); in GetLevelOfDetail()