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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 683 /// isRound - Return true if the size is a power-of-two number of bytes.
684 bool isRound() const {
  /frameworks/base/libs/hwui/
PathTessellator.cpp 434 bool isRound = paintInfo.cap == SkPaint::kRound_Cap;
436 const int postCapIndex = (isRound && isFirst) ? (2 * extraOffset - 2) : capIndex + (2 * extra);
446 if (isRound) {
    [all...]

Completed in 157 milliseconds