Home
last modified time | relevance | path

Searched refs:bestDist (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DLzcompCompress.java145 private int makeCopyDecision(int index, int[] bestDist) { in makeCopyDecision() argument
195 bestDist[0] = dist1[0]; in makeCopyDecision()
205 int bestDist = 0; in findMatch()
244 if (length <= bestLength && dist > bestDist) { in findMatch()
248 if (dist > (bestDist << DIST_WIDTH)) { in findMatch()
249 if (length < bestLength || dist > (bestDist << (DIST_WIDTH + 1))) { in findMatch()
281 bestDist = dist; in findMatch()
289 distOut[0] = bestDist; in findMatch()
/third_party/skia/tests/
H A DPathOpsDebug.cpp1189 double bestDist = DBL_MAX; in debugT() local
1195 if (bestDist > testDist) { in debugT()
1196 bestDist = testDist; in debugT()

Completed in 6 milliseconds