getDouble 27 src/SWFReader.h double getDouble();
getDouble 26 src/swft/SVGAttributeParser.cpp double AttributeParser::getDouble(const char* attribute, double defaultValue, double value100) {
getDouble 23 src/swft/SVGAttributeParser.h double getDouble(const char* attribute, double defaultValue = 0,
getDouble 50 src/swft/SVGGradient.cpp double offset = stopAttribs.getDouble("offset");
getDouble 57 src/swft/SVGGradient.cpp stop.setAlpha(stopAttribs.getDouble("stop-opacity", 1));
getDouble 114 src/swft/SVGGradient.cpp x1 = attribs.getDouble("x1", 0);
getDouble 115 src/swft/SVGGradient.cpp y1 = attribs.getDouble("y1", 0);
getDouble 116 src/swft/SVGGradient.cpp x2 = attribs.getDouble("x2", 1);
getDouble 117 src/swft/SVGGradient.cpp y2 = attribs.getDouble("y2", 0);
getDouble 177 src/swft/SVGGradient.cpp cx = attribs.getDouble("cx", .5);
getDouble 178 src/swft/SVGGradient.cpp cy = attribs.getDouble("cy", .5);
getDouble 179 src/swft/SVGGradient.cpp r = attribs.getDouble("r", .5);
getDouble 183 src/swft/SVGGradient.cpp fx = attribs.getDouble("fx", cx);
getDouble 184 src/swft/SVGGradient.cpp fy = attribs.getDouble("fy", cy);
getDouble 67 src/swft/swft_path.cpp double w = attribs.getDouble("width");
getDouble 68 src/swft/swft_path.cpp double h = attribs.getDouble("height");
getDouble 70 src/swft/swft_path.cpp double rx = attribs.getDouble("rx");
getDouble 71 src/swft/swft_path.cpp double ry = attribs.getDouble("ry");
getDouble 84 src/swft/swft_path.cpp shaper.rect( attribs.getDouble("x"), attribs.getDouble("y"), w, h, rx, ry);
getDouble 87 src/swft/swft_path.cpp double r = attribs.getDouble("r");
getDouble 89 src/swft/swft_path.cpp shaper.ellipse(attribs.getDouble("cx"), attribs.getDouble("cy"), r, r);
getDouble 91 src/swft/swft_path.cpp double rx = attribs.getDouble("rx");
getDouble 92 src/swft/swft_path.cpp double ry = attribs.getDouble("ry");
getDouble 94 src/swft/swft_path.cpp shaper.ellipse(attribs.getDouble("cx"), attribs.getDouble("cy"), rx, ry);
getDouble 96 src/swft/swft_path.cpp shaper.setup(attribs.getDouble("x1"), attribs.getDouble("y1"));
getDouble 97 src/swft/swft_path.cpp shaper.lineTo(attribs.getDouble("x2"), attribs.getDouble("y2"));