Home
last modified time | relevance | path

Searched refs:totArea (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSampleRectanizer.cpp104 long totArea = 0; in onDrawContent() local
112 totArea += (*fCurRects)[i].fWidth * (*fCurRects)[i].fHeight; in onDrawContent()
120 totArea, in onDrawContent()
122 100.0f * totArea / ((float)kWidth*kHeight), in onDrawContent()
/external/skqp/samplecode/
DSampleRectanizer.cpp104 long totArea = 0; in onDrawContent() local
112 totArea += (*fCurRects)[i].fWidth * (*fCurRects)[i].fHeight; in onDrawContent()
120 totArea, in onDrawContent()
122 100.0f * totArea / ((float)kWidth*kHeight), in onDrawContent()