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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DImageCG.cpp93 float scaledTileHeight = tileRect.height() * narrowPrecisionToFloat(patternTransform.d()); local
98 float adjustedY = destRect.height() - (phase.y() - destRect.y() + tileRect.y() * narrowPrecisionToFloat(patternTransform.d()) + scaledTileHeight);
123 CGContextDrawTiledImage(context, FloatRect(adjustedX, adjustedY, scaledTileWidth, scaledTileHeight), subImage.get());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DImage.cpp161 float scaledTileHeight = tileScaleFactor.height() * srcRect.height(); local
165 vPhase -= (dstRect.height() - scaledTileHeight) / 2;

Completed in 178 milliseconds