Searched refs:bitsWritten (Results 1 – 2 of 2) sorted by relevance
85 SkIRect bitsWritten = {31, 31, 0, 0}; in testTightBoundsQuads() local94 bitsWritten.fLeft = SkTMin(bitsWritten.fLeft, x); in testTightBoundsQuads()95 bitsWritten.fRight = SkTMax(bitsWritten.fRight, x); in testTightBoundsQuads()100 bitsWritten.fTop = SkTMin(bitsWritten.fTop, y); in testTightBoundsQuads()101 bitsWritten.fBottom = SkTMax(bitsWritten.fBottom, y); in testTightBoundsQuads()103 if (!bitsWritten.isEmpty()) { in testTightBoundsQuads()106 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()