Searched refs:supportsPaintInvalidationStateCachedOffsets (Results 1 – 2 of 2) sorted by relevance
24 if (!renderView.supportsPaintInvalidationStateCachedOffsets()) { in PaintInvalidationState()52 … if (!renderer.supportsPaintInvalidationStateCachedOffsets() || !next.m_cachedOffsetsEnabled) { in PaintInvalidationState()
1071 …bool supportsPaintInvalidationStateCachedOffsets() const { return !hasColumns() && !hasTransform()… in supportsPaintInvalidationStateCachedOffsets() function