OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentFlags
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/libs/hwui/
LayerBuilder.cpp
88
static inline bool checkSide(const int
currentFlags
, const int newFlags, const int side,
90
bool currentClipExists =
currentFlags
& side;
153
const int
currentFlags
= mClipSideFlags;
155
if (
currentFlags
!= OpClipSideFlags::None || newFlags != OpClipSideFlags::None) {
158
if (!checkSide(
currentFlags
, newFlags, OpClipSideFlags::Left, boundsDelta)) return false;
160
if (!checkSide(
currentFlags
, newFlags, OpClipSideFlags::Top, boundsDelta)) return false;
164
if (!checkSide(
currentFlags
, newFlags, OpClipSideFlags::Right, boundsDelta)) return false;
166
if (!checkSide(
currentFlags
, newFlags, OpClipSideFlags::Bottom, boundsDelta)) return false;
DeferredDisplayList.cpp
158
static inline bool checkSide(const int
currentFlags
, const int newFlags, const int side,
160
bool currentClipExists =
currentFlags
& side;
206
const int
currentFlags
= mClipSideFlags;
208
if (
currentFlags
!= kClipSide_None || newFlags != kClipSide_None) {
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;
CanvasState.h
158
inline int
currentFlags
() const { return currentSnapshot()->flags; }
LayerRenderer.cpp
120
if (mState.
currentFlags
() & Snapshot::kFlagFboTarget) {
OpenGLRenderer.h
431
return (mState.
currentFlags
() & Snapshot::kFlagFboTarget) && mState.currentRegion();
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp
[
all
...]
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h
999
CARD32
currentFlags
B32;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h
999
CARD32
currentFlags
B32;
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp
[
all
...]
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp
[
all
...]
Completed in 248 milliseconds