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 685 /// isRound - Return true if the size is a power-of-two number of bytes.
686 bool isRound() const {
  /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...]

Completed in 1044 milliseconds