Searched refs:percentFull (Results 1 – 10 of 10) sorted by relevance
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()