Searched refs:scaledSrc (Results 1 – 1 of 1) sorted by relevance
196 FloatRect scaledSrc = srcRect; in drawForContainer() local197 scaledSrc.scale(1 / zoom); in drawForContainer()200 FloatSize adjustedSrcSize = scaledSrc.size(); in drawForContainer()202 scaledSrc.setSize(adjustedSrcSize); in drawForContainer()204 draw(context, dstRect, scaledSrc, compositeOp, blendMode); in drawForContainer()