Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp3625 TransformationMatrix* affineTrans = transform(); in calculateLayerBounds() local
3626 boundingBoxRect = affineTrans->mapRect(boundingBoxRect); in calculateLayerBounds()
3627 unionBounds = affineTrans->mapRect(unionBounds); in calculateLayerBounds()