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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageCG.cpp140 float scaledTileWidth = tileRect.width() * narrowPrecisionToFloat(patternTransform.a()); local
143 CGContextDrawTiledImage(context, FloatRect(adjustedX, adjustedY, scaledTileWidth, scaledTileHeight), subImage.get());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DImage.cpp228 float scaledTileWidth = tileScaleFactor.width() * srcRect.width(); local
231 hPhase -= (dstRect.width() - scaledTileWidth) / 2;

Completed in 102 milliseconds