HomeSort by relevance Sort by last modified time
    Searched refs:isRound (Results 1 - 6 of 6) sorted by null

  /external/skia/bench/
DashBench.cpp 232 DashLineBench(void* param, SkScalar width, bool isRound) : INHERITED(param) {
233 fName.printf("dashline_%g_%s", SkScalarToFloat(width), isRound ? "circle" : "square");
235 fIsRound = isRound;
  /frameworks/base/libs/hwui/
PathTessellator.cpp 435 bool isRound = paintInfo.cap == SkPaint::kRound_Cap;
437 const int postCapIndex = (isRound && isFirst) ? (2 * extraOffset - 2) : capIndex + (2 * extra);
447 if (isRound) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 685 /// isRound - Return true if the size is a power-of-two number of bytes.
686 bool isRound() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 400 assert(WideVT.isRound() &&
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 320 milliseconds