Searched defs:percentFull (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAtlas.cpp61 float percentFull = fRects->percentFull(); local
70 if (fBatchUploads && NULL == fPlotData && 0.0f == percentFull) {
139 if (fRects->percentFull() > kNearlyFullTolerance) {
/external/skia/src/gpu/
H A DGrAtlas.cpp59 float percentFull = fRects->percentFull(); local
68 if (fBatchUploads && NULL == fPlotData && 0.0f == percentFull) {
135 if (fRects->percentFull() > kNearlyFullTolerance) {

Completed in 349 milliseconds