Lines Matching full:doubles
252 AffineTransform stores doubles, so on 32bit machines we loose precision from AffineTransform -> CGAffineTransform.
257 -> SVGPreserveAspectRatio::getCTM() computes an AffineTransform using doubles as input parameters, but floats are passed (like everywhere else in SVG).
266 doubles internally, it's likely that "context->scale(FloatSize(1 / ctm.a(), .." doesn't give you a matrix with a=1, but something close to 1.
321 * svg/SVGSVGElement.cpp: Simplify viewport() code, avoid using doubles.
13248 Use floats instead of doubles to avoid double-to-float conversion
20077 Replace unneeded doubles by floats and remove unneeded casts.
46671 const static doubles in classes to out-of-line. Built Chrome with