Searched defs:scaleFactors (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp396 void GraphicsContext::scale(const FloatSize& scaleFactors) argument
401 m_data->scale(scaleFactors);
H A DPainterOpenVG.cpp687 void PainterOpenVG::scale(const FloatSize& scaleFactors) argument
693 transformation.scaleNonUniform(scaleFactors.width(), scaleFactors.height());

Completed in 62 milliseconds