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

  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 396 bool useLowQualityScaling = shouldPaintAtLowQuality(context, image, image, rect.size());
397 context->drawImage(m_imageResource->image(rect.width(), rect.height()).get(), style()->colorSpace(), rect, compositeOperator, useLowQualityScaling);
RenderBoxModelObject.cpp 766 bool useLowQualityScaling = shouldPaintAtLowQuality(context, image.get(), bgLayer, tileSize);
767 context->drawTiledImage(image.get(), style()->colorSpace(), destRect, phase, tileSize, compositeOp, useLowQualityScaling);
    [all...]

Completed in 37 milliseconds