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

  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 157 static inline bool checkSide(const int currentFlags, const int newFlags, const int side,
159 bool currentClipExists = currentFlags & side;
205 const int currentFlags = mClipSideFlags;
207 if (currentFlags != kClipSide_None || newFlags != kClipSide_None) {
210 if (!checkSide(currentFlags, newFlags, kClipSide_Left, boundsDelta)) return false;
212 if (!checkSide(currentFlags, newFlags, kClipSide_Top, boundsDelta)) return false;
216 if (!checkSide(currentFlags, newFlags, kClipSide_Right, boundsDelta)) return false;
218 if (!checkSide(currentFlags, newFlags, kClipSide_Bottom, boundsDelta)) return false;
CanvasState.h 153 inline int currentFlags() const { return currentSnapshot()->flags; }
LayerRenderer.cpp 119 if (mState.currentFlags() & Snapshot::kFlagFboTarget) {
OpenGLRenderer.h 501 return (mState.currentFlags() & Snapshot::kFlagFboTarget) && mState.currentRegion();
    [all...]
  /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/msm8994/libhwcomposer/
hwc_mdpcomp.cpp     [all...]

Completed in 185 milliseconds