HomeSort by relevance Sort by last modified time
    Searched defs:percentFull (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 61 float percentFull = fRects->percentFull();
70 if (fBatchUploads && NULL == fPlotData && 0.0f == percentFull) {
139 if (fRects->percentFull() > kNearlyFullTolerance) {
  /external/skia/src/gpu/
GrAtlas.cpp 59 float percentFull = fRects->percentFull();
68 if (fBatchUploads && NULL == fPlotData && 0.0f == percentFull) {
135 if (fRects->percentFull() > kNearlyFullTolerance) {

Completed in 203 milliseconds