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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DImageCG.cpp120 float scaledTileWidth = tileRect.width() * narrowPrecisionToFloat(patternTransform.a()); local
123 CGContextDrawTiledImage(context, FloatRect(adjustedX, adjustedY, scaledTileWidth, scaledTileHeight), subImage.get());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DImage.cpp160 float scaledTileWidth = tileScaleFactor.width() * srcRect.width(); local
163 hPhase -= (dstRect.width() - scaledTileWidth) / 2;

Completed in 105 milliseconds