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

  /external/chromium_org/third_party/skia/include/views/
SkStackViewLayout.h 59 bool getRound() const { return SkToBool(fRound); }
69 uint8_t fOrient, fPack, fAlign, fRound;
  /external/skia/include/views/
SkStackViewLayout.h 59 bool getRound() const { return SkToBool(fRound); }
69 uint8_t fOrient, fPack, fAlign, fRound;
  /external/chromium_org/third_party/skia/src/views/
SkStackViewLayout.cpp 17 fRound = false;
56 fRound = SkToU8(r);
169 if (fRound)
173 if (fRound)
  /external/skia/src/views/
SkStackViewLayout.cpp 17 fRound = false;
56 fRound = SkToU8(r);
169 if (fRound)
173 if (fRound)

Completed in 73 milliseconds