Searched refs:checkSide (Results 1 - 2 of 2) sorted by path

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp158 static inline bool checkSide(const int currentFlags, const int newFlags, const int side, function in class:android::uirenderer::MergingDrawBatch
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;
H A DLayerBuilder.cpp88 static inline bool checkSide(const int currentFlags, const int newFlags, const int side, function in class:android::uirenderer::MergingOpBatch
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;

Completed in 75 milliseconds