OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkSide
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
DeferredDisplayList.cpp
163
static inline bool
checkSide
(const int currentFlags, const int newFlags, const int side,
211
if (!
checkSide
(currentFlags, newFlags, kClipSide_Left, boundsDelta)) return false;
213
if (!
checkSide
(currentFlags, newFlags, kClipSide_Top, boundsDelta)) return false;
217
if (!
checkSide
(currentFlags, newFlags, kClipSide_Right, boundsDelta)) return false;
219
if (!
checkSide
(currentFlags, newFlags, kClipSide_Bottom, boundsDelta)) return false;
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h
462
inline bool shouldAddBorderPaddingMargin(RenderObject* child, bool &
checkSide
)
466
checkSide
= false;
467
return
checkSide
;
[
all
...]
Completed in 789 milliseconds