HomeSort by relevance Sort by last modified time
    Searched refs:numX (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/graphics/
SVGPaintServerPattern.cpp 126 int numX = static_cast<int>(ceilf(tileRect.width() / tileWidth)) + 1;
129 tileImageContext->translate(-patternBoundaries().width() * numX, -patternBoundaries().height() * numY);
132 for (int j = numX; j > 0; j--) {
136 tileImageContext->translate(-patternBoundaries().width() * numX, 0);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 256 milliseconds