Searched refs:scaledTileHeight (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageCG.cpp108 float scaledTileHeight = tileRect.height() * narrowPrecisionToFloat(patternTransform.d()); local
113 float adjustedY = destRect.height() - (phase.y() - destRect.y() + tileRect.y() * narrowPrecisionToFloat(patternTransform.d()) + scaledTileHeight);
143 CGContextDrawTiledImage(context, FloatRect(adjustedX, adjustedY, scaledTileWidth, scaledTileHeight), subImage.get());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DImage.cpp229 float scaledTileHeight = tileScaleFactor.height() * srcRect.height(); local
233 vPhase -= (dstRect.height() - scaledTileHeight) / 2;

Completed in 129 milliseconds