Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h727 …LayoutSize m_subpixelAccumulation; // The accumulated subpixel offset of a composited layer's comp… variable
DRenderLayer.cpp245 return m_subpixelAccumulation; in subpixelAccumulation()
250 m_subpixelAccumulation = size; in setSubpixelAccumulation()