Searched refs:getFloatValue (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp10 return getFloatValue() == o.getFloatValue();
14 float getFloatValue() const { function in struct:Length
/external/webkit/Source/WebCore/platform/
H A DLength.h68 bool operator==(const Length& o) const { return (getFloatValue() == o.getFloatValue()) && (m_type == o.m_type) && (m_quirk == o.m_quirk); }
69 bool operator!=(const Length& o) const { return (getFloatValue() != o.getFloatValue()) || (m_type != o.m_type) || (m_quirk != o.m_quirk); }
88 return getFloatValue();
152 return getFloatValue();
168 bool isPositive() const { return getFloatValue() > 0; }
169 bool isNegative() const { return getFloatValue() < 0; }
207 float getFloatValue() const function in struct:WebCore::Length
/external/webkit/Source/WebCore/css/
H A DSVGCSSStyleSelector.cpp292 f = primitiveValue->getFloatValue() / 100.0f;
294 f = primitiveValue->getFloatValue();
310 f = primitiveValue->getFloatValue() / 100.0f;
312 f = primitiveValue->getFloatValue();
328 f = primitiveValue->getFloatValue() / 100.0f;
330 f = primitiveValue->getFloatValue();
401 f = primitiveValue->getFloatValue();
493 f = primitiveValue->getFloatValue() / 100.0f;
495 f = primitiveValue->getFloatValue();
516 int orientation = angleToGlyphOrientation(primitiveValue->getFloatValue());
[all...]
H A DCSSPrimitiveValue.idl57 float getFloatValue(in unsigned short unitType)
H A DCSSPrimitiveValue.h157 float getFloatValue(unsigned short unitType, ExceptionCode& ec) const { return static_cast<float>(getDoubleValue(unitType, ec)); } function in class:WebCore::CSSPrimitiveValue
158 float getFloatValue(unsigned short unitType) const { return static_cast<float>(getDoubleValue(unitType)); } function in class:WebCore::CSSPrimitiveValue
159 float getFloatValue() const { return static_cast<float>(m_value.num); } function in class:WebCore::CSSPrimitiveValue
H A DCSSGradientValue.cpp126 offset = stop.m_position->getFloatValue(CSSPrimitiveValue::CSS_PERCENTAGE) / 100;
128 offset = stop.m_position->getFloatValue(CSSPrimitiveValue::CSS_NUMBER);
160 stops[i].offset = stop.m_position->getFloatValue(CSSPrimitiveValue::CSS_PERCENTAGE) / 100;
371 return value->getFloatValue() * zoomFactor;
374 return value->getFloatValue() / 100.f * (isHorizontal ? size.width() : size.height());
538 float angle = m_angle->getFloatValue(CSSPrimitiveValue::CSS_DEG);
636 result = radius->getFloatValue() * zoomFactor;
638 result = *widthOrHeight * radius->getFloatValue() / 100;
H A DMediaQueryEvaluator.cpp214 result = static_cast<CSSPrimitiveValue*>(value)->getFloatValue(CSSPrimitiveValue::CSS_NUMBER);
294 return value->isPrimitiveValue() && compareValue(frame->page()->chrome()->scaleFactor(), static_cast<CSSPrimitiveValue*>(value)->getFloatValue(), op);
H A DCSSStyleSelector.cpp4355 size = (primitiveValue->getFloatValue() * oldSize) / 100.0f;
4782 if (primitiveValue->getFloatValue())
4783 m_style->setZoom(primitiveValue->getFloatValue() / 100.0f);
4785 if (primitiveValue->getFloatValue())
4786 m_style->setZoom(primitiveValue->getFloatValue());
5208 m_style->setOpacity(min(1.0f, max(0.0f, primitiveValue->getFloatValue())));
5252 m_style->setBoxFlex(primitiveValue->getFloatValue());
6482 animation->setDelay(primitiveValue->getFloatValue());
6484 animation->setDelay(primitiveValue->getFloatValue()/1000.0f);
6513 animation->setDuration(primitiveValue->getFloatValue());
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSCSSStyleDeclarationCustom.cpp164 return jsNumber(static_pointer_cast<CSSPrimitiveValue>(v)->getFloatValue(CSSPrimitiveValue::CSS_PX));
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp176 cssValue.get())->getFloatValue(CSSPrimitiveValue::CSS_PX));
/external/webkit/Source/WebCore/svg/
H A DSVGLength.cpp510 length.newValueSpecifiedUnits(svgType, value->getFloatValue(), ec);
/external/webkit/Source/WebCore/platform/mac/
H A DHTMLConverter.mm360 *val = [primitiveValue getFloatValue:DOM_CSS_PX];
363 *val = 4 * [primitiveValue getFloatValue:DOM_CSS_PT] / 3;
366 *val = 16 * [primitiveValue getFloatValue:DOM_CSS_PC];
369 *val = 96 * [primitiveValue getFloatValue:DOM_CSS_CM] / (CGFloat)2.54;
372 *val = 96 * [primitiveValue getFloatValue:DOM_CSS_MM] / (CGFloat)25.4;
375 *val = 96 * [primitiveValue getFloatValue:DOM_CSS_IN];
/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp374 m_fontSizeDelta = primitiveValue->getFloatValue();
H A DApplyStyleCommand.cpp1466 return value->getFloatValue(CSSPrimitiveValue::CSS_PX);
/external/webkit/Source/WebCore/inspector/front-end/
H A DDataGrid.js1399 var computedLeftPadding = window.getComputedStyle(cell).getPropertyCSSValue("padding-left").getFloatValue(CSSPrimitiveValue.CSS_PX);
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h950 - (float)getFloatValue:(unsigned short)unitType;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 373 milliseconds