Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1429 FloatPoint scaledSrcLocation = srcRect->location(); in clipRectsToImageRect() local
1430 scaledSrcLocation.scale(scale.width(), scale.height()); in clipRectsToImageRect()
1431 FloatSize offset = dstRect->location() - scaledSrcLocation; in clipRectsToImageRect()