Searched refs:hasAnchorEdge (Results 1 – 2 of 2) sorted by relevance
35 if (hasAnchorEdge(AnchorEdgeLeft)) in layerPositionForViewportRect()37 else if (hasAnchorEdge(AnchorEdgeRight)) in layerPositionForViewportRect()40 if (hasAnchorEdge(AnchorEdgeTop)) in layerPositionForViewportRect()42 else if (hasAnchorEdge(AnchorEdgeBottom)) in layerPositionForViewportRect()52 if (hasAnchorEdge(AnchorEdgeRight)) { in computeStickyOffset()62 if (hasAnchorEdge(AnchorEdgeLeft)) { in computeStickyOffset()72 if (hasAnchorEdge(AnchorEdgeBottom)) { in computeStickyOffset()82 if (hasAnchorEdge(AnchorEdgeTop)) { in computeStickyOffset()
60 bool hasAnchorEdge(AnchorEdgeFlags flag) const { return m_anchorEdges & flag; } in hasAnchorEdge() function