Searched refs:ScaleByEffectiveZoomOrNot (Results 1 – 2 of 2) sorted by relevance
218 enum ScaleByEffectiveZoomOrNot { ScaleByEffectiveZoom, DoNotScaleByEffectiveZoom }; enum219 …Dimensions(StyleImage*, const IntSize& scaledPositioningAreaSize, ScaleByEffectiveZoomOrNot) const;
363 …mensions(StyleImage* image, const IntSize& positioningAreaSize, ScaleByEffectiveZoomOrNot shouldSc… in calculateImageIntrinsicDimensions()