Home
last modified time | relevance | path

Searched refs:fRound (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/views/
DSkStackViewLayout.h59 bool getRound() const { return SkToBool(fRound); } in getRound()
69 uint8_t fOrient, fPack, fAlign, fRound; variable
/external/skia/src/views/
DSkStackViewLayout.cpp17 fRound = false; in SkStackViewLayout()
56 fRound = SkToU8(r); in setRound()
169 if (fRound) in onLayoutChildren()
173 if (fRound) in onLayoutChildren()