Searched refs:allFixed (Results 1 – 2 of 2) sorted by relevance
1538 bool allFixed = true; in textRects() local1551 allFixed &= isFixed; in textRects()1556 …*inFixed = allFixed ? EntirelyFixedPosition : (someFixed ? PartiallyFixedPosition : NotFixedPositi… in textRects()1570 bool allFixed = true; in textQuads() local1583 allFixed &= isFixed; in textQuads()1588 …*inFixed = allFixed ? EntirelyFixedPosition : (someFixed ? PartiallyFixedPosition : NotFixedPositi… in textQuads()
1013 bool allFixed = true; in allLayersAreFixed() local1016 allFixed &= (currLayer->image() && currLayer->attachment() == FixedBackgroundAttachment); in allLayersAreFixed()1018 return layer && allFixed; in allLayersAreFixed()