Searched refs:lastWeight (Results 1 – 5 of 5) sorted by relevance
269 int lastWeight = NO_WEIGHT; in getAlternation() local277 lastWeight = weight; in getAlternation()279 if (result == null) result = Pick.makeAlternation().or2(lastWeight, last); in getAlternation()
270 int lastWeight = NO_WEIGHT; in getAlternation() local278 lastWeight = weight; in getAlternation()280 if (result == null) result = Pick.makeAlternation().or2(lastWeight, last); in getAlternation()
647 int lastWeight = weights[oldLen + newWeights.length-1]; in add() local649 weights[i] = lastWeight; in add()
1658 const int lastWeight = 128 - this->numWeightBits(); in decodeColorData() local1661 int dualPlaneBitLoc = lastWeight; in decodeColorData()1719 SkASSERT(lastWeight >= dualPlaneBitLoc); in decodeColorData()1720 SkASSERT(lastWeight - dualPlaneBitLoc < 31); in decodeColorData()1721 int fullCEM = static_cast<int>(read_astc_bits(fBlock, dualPlaneBitLoc, lastWeight)); in decodeColorData()
646 int lastWeight = weights[oldLen + newWeights.length-1]; in add() local648 weights[i] = lastWeight; in add()