OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRound
(Results
1 - 2
of
2
) 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/chromium_org/third_party/skia/src/views/
SkStackViewLayout.cpp
17
fRound
= false;
56
fRound
= SkToU8(r);
169
if (
fRound
)
173
if (
fRound
)
Completed in 107 milliseconds