Home
last modified time | relevance | path

Searched refs:subPixelAccumulation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayerPaintingInfo.h82 , subPixelAccumulation(inSubPixelAccumulation) in rootLayer()
91 LayoutSize subPixelAccumulation; member
DRenderLayer.cpp2205 …LayoutSize adjustedSubPixelAccumulation = paintingInfo.subPixelAccumulation + (delta - roundedDelt… in paintLayerByApplyingTransform()
2382 …t(fragment.layerBounds.location() - renderBoxLocation() + localPaintingInfo.subPixelAccumulation)); in paintBackgroundForFragments()
2442 …t(fragment.layerBounds.location() - renderBoxLocation() + localPaintingInfo.subPixelAccumulation)); in paintForegroundForFragmentsWithPhase()
2460 …t(fragment.layerBounds.location() - renderBoxLocation() + localPaintingInfo.subPixelAccumulation)); in paintOutlineForFragments()
2479 …t(fragment.layerBounds.location() - renderBoxLocation() + localPaintingInfo.subPixelAccumulation)); in paintMaskForFragments()
2499 …t(fragment.layerBounds.location() - renderBoxLocation() + localPaintingInfo.subPixelAccumulation)); in paintChildClippingMaskForFragments()
2512 ….layerBounds.location() - renderBoxLocation() + localPaintingInfo.subPixelAccumulation)), pixelSna… in paintOverflowControlsForFragments()