Searched defs:isRound (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DDashBench.cpp221 DashLineBench(SkScalar width, bool isRound) { argument
222 fName.printf("dashline_%g_%s", SkScalarToFloat(width), isRound ? "circle" : "square");
224 fIsRound = isRound;
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h165 /// isRound - Return true if the size is a power-of-two number of bytes.
166 bool isRound() const { function in struct:llvm::EVT
/external/skia/bench/
H A DDashBench.cpp221 DashLineBench(SkScalar width, bool isRound) { argument
222 fName.printf("dashline_%g_%s", SkScalarToFloat(width), isRound ? "circle" : "square");
224 fIsRound = isRound;

Completed in 133 milliseconds