Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DLzcompCompress.java170 int lenBitCount = encodeLengthCost(len1 - 1, dist1[0] + 1, distRanges); in makeCopyDecision() local
172 int cost1B = lenBitCount + distBitCount + costPerByte3[0] * len3; in makeCopyDecision()