Searched refs:percentFull (Results 1 – 11 of 11) sorted by relevance
188 let percentFull = 0; // If the statistics are not available yet, it is 0.189 if (this.lastBufferUsageEvent && this.lastBufferUsageEvent.percentFull) {190 percentFull = this.lastBufferUsageEvent.percentFull;194 [{bufferSize: 1000, bytesWritten: Math.round(percentFull * 1000)}]
26 REPORTER_ASSERT(reporter, rectanizer->percentFull() > 0.0f); in test_rectanizer_basic()28 REPORTER_ASSERT(reporter, rectanizer->percentFull() == 0.0f); in test_rectanizer_basic()
32 virtual float percentFull() const = 0;
37 float percentFull() const final { in percentFull() function
39 float percentFull() const final { in percentFull() function
35 float percentFull() const override { in percentFull() function
37 float percentFull() const override { in percentFull() function
116 100.0f * fRectanizers[fCurRectanizer]->percentFull(), in onDrawContent()
121 100.0f * fRectanizers[fCurRectanizer]->percentFull(), in onDrawContent()