Searched refs:parseNumberOptionalNumber (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimatedIntegerOptionalInteger.cpp40 if (!parseNumberOptionalNumber(string, firstNumber, secondNumber)) {
H A DSVGAnimatedNumberOptionalNumber.cpp38 if (!parseNumberOptionalNumber(string, animatedNumber.first, animatedNumber.second)) {
H A DSVGParserUtilities.h42 bool parseNumberOptionalNumber(const String& s, float& h, float& v);
H A DSVGFEDropShadowElement.cpp108 if (parseNumberOptionalNumber(value, x, y)) {
H A DSVGFEGaussianBlurElement.cpp102 if (parseNumberOptionalNumber(value, x, y)) {
H A DSVGFEMorphologyElement.cpp113 if (parseNumberOptionalNumber(value, x, y)) {
H A DSVGFETurbulenceElement.cpp115 if (parseNumberOptionalNumber(value, x, y)) {
H A DSVGFEConvolveMatrixElement.cpp137 if (parseNumberOptionalNumber(value, x, y) && x >= 1 && y >= 1) {
194 if (parseNumberOptionalNumber(value, x, y) && x > 0 && y > 0) {
H A DSVGFEDiffuseLightingElement.cpp118 if (parseNumberOptionalNumber(value, x, y)) {
H A DSVGFESpecularLightingElement.cpp127 if (parseNumberOptionalNumber(value, x, y)) {
H A DSVGFilterElement.cpp149 if (parseNumberOptionalNumber(value, x, y)) {
H A DSVGParserUtilities.cpp203 bool parseNumberOptionalNumber(const String& s, float& x, float& y) function in namespace:WebCore

Completed in 78 milliseconds