Searched refs:fShapesSize (Results 1 - 1 of 1) sorted by relevance

/external/skia/bench/
H A DShapesBench.cpp52 , fShapesSize(shapesSize)
87 if (2 != sscanf(FLAGS_shapesSize[0], "%ix%i", &fShapesSize.fWidth, &fShapesSize.fHeight)) {
105 float diagonal = sqrtf(static_cast<float>(fShapesSize.width() * fShapesSize.width()) +
106 static_cast<float>(fShapesSize.height() * fShapesSize.height()));
108 fShapesSize.fWidth = static_cast<int>(fShapesSize.width() * maxDiagonal / diagonal);
109 fShapesSize
236 SkISize fShapesSize; member in class:ShapesBench
[all...]

Completed in 201 milliseconds