HomeSort by relevance Sort by last modified time
    Searched full:percentfull (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/tests/
GpuRectanizerTest.cpp 28 REPORTER_ASSERT(reporter, rectanizer->percentFull() > 0.0f);
30 REPORTER_ASSERT(reporter, rectanizer->percentFull() == 0.0f);
44 //SkDebugf("\n***%d %f\n", i, rectanizer->percentFull());
  /external/skia/tests/
GpuRectanizerTest.cpp 28 REPORTER_ASSERT(reporter, rectanizer->percentFull() > 0.0f);
30 REPORTER_ASSERT(reporter, rectanizer->percentFull() == 0.0f);
44 //SkDebugf("\n***%d %f\n", i, rectanizer->percentFull());
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.h 32 virtual float percentFull() const = 0;
GrRectanizer_skyline.h 35 virtual float percentFull() const SK_OVERRIDE {
GrAtlas.cpp 59 float percentFull = fRects->percentFull();
68 if (fBatchUploads && NULL == fPlotData && 0.0f == percentFull) {
135 if (fRects->percentFull() > kNearlyFullTolerance) {
GrRectanizer_pow2.h 35 virtual float percentFull() const SK_OVERRIDE {
  /external/skia/src/gpu/
GrRectanizer.h 32 virtual float percentFull() const = 0;
GrRectanizer_skyline.h 35 virtual float percentFull() const SK_OVERRIDE {
GrAtlas.cpp 59 float percentFull = fRects->percentFull();
68 if (fBatchUploads && NULL == fPlotData && 0.0f == percentFull) {
135 if (fRects->percentFull() > kNearlyFullTolerance) {
GrRectanizer_pow2.h 35 virtual float percentFull() const SK_OVERRIDE {
  /external/chromium_org/third_party/skia/samplecode/
SampleRectanizer.cpp 118 100.0f * fCurRectanizer->percentFull(),
  /external/skia/samplecode/
SampleRectanizer.cpp 118 100.0f * fCurRectanizer->percentFull(),

Completed in 329 milliseconds