Searched refs:bitsWritten (Results 1 – 2 of 2) sorted by relevance
86 SkIRect bitsWritten = {31, 31, 0, 0}; in testTightBoundsQuads() local95 bitsWritten.fLeft = SkTMin(bitsWritten.fLeft, x); in testTightBoundsQuads()96 bitsWritten.fRight = SkTMax(bitsWritten.fRight, x); in testTightBoundsQuads()101 bitsWritten.fTop = SkTMin(bitsWritten.fTop, y); in testTightBoundsQuads()102 bitsWritten.fBottom = SkTMax(bitsWritten.fBottom, y); in testTightBoundsQuads()104 if (!bitsWritten.isEmpty()) { in testTightBoundsQuads()107 REPORTER_ASSERT(data->fReporter, tightOut.contains(bitsWritten)); in testTightBoundsQuads()
116 unsigned int bitsWritten = 0; in transportEnc_LatmWriteValue() local135 bitsWritten = (valueBytes<<3)+2; in transportEnc_LatmWriteValue()137 return bitsWritten; in transportEnc_LatmWriteValue()