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

12

/external/clang/test/CodeGenCXX/
H A D2012-03-16-StoreAlign.cpp10 return getFloatValue() == o.getFloatValue();
14 float getFloatValue() const { function in struct:Length
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DValue.java173 public float getFloatValue() { method in class:Value
228 if (Float.isNaN(getFloatValue())
229 && (Float.isNaN(value0.getFloatValue())))
231 return getFloatValue() == value0.getFloatValue();
266 return "float: " + getFloatValue();
H A DPacket.java1043 this.setNextValueAsFloat(value.getFloatValue());
1152 this.setNextValueAsFloat(array.getValue(i).getFloatValue());
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLength.h159 bool operator==(const Length& o) const { return (m_type == o.m_type) && (m_quirk == o.m_quirk) && (isMaxSizeNone() || (getFloatValue() == o.getFloatValue()) || isCalculatedEqual(o)); }
179 return getFloatValue();
194 return getFloatValue();
264 return getFloatValue() > 0;
271 return getFloatValue() < 0;
318 float getFloatValue() const function in class:blink::Length
H A DLengthFunctions.cpp41 return length.getFloatValue();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DViewportStyleResolver.cpp130 return primitiveValue->getFloatValue();
133 return primitiveValue->getFloatValue() * m_document->renderStyle()->fontDescription().computedSize();
136 float percentValue = primitiveValue->getFloatValue() / 100.0f;
H A DStyleBuilderConverter.cpp186 return FontDescription::Size(0, (primitiveValue->getFloatValue() * parentSize.value / 100.0f), parentIsAbsoluteSize);
259 float angle = fabsf(fmodf(primitiveValue->getFloatValue(), 360.0f));
467 return primitiveValue->getFloatValue();
468 return primitiveValue->getFloatValue() / 100.0f;
H A DCSSToStyleMap.cpp351 return primitiveValue->getFloatValue();
514 box.m_bottom = Length((int)slices->bottom()->getFloatValue(CSSPrimitiveValue::CSS_NUMBER), Fixed);
H A DStyleBuilderCustom.cpp747 if (float percent = primitiveValue->getFloatValue())
751 if (float number = primitiveValue->getFloatValue())
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.idl59 [RaisesException] float getFloatValue([Default=Undefined] optional unsigned short unitType);
H A DCSSCrossfadeValue.cpp110 float percentage = m_percentageValue->getFloatValue();
185 m_generatedImage = CrossfadeGeneratedImage::create(fromImage, toImage, m_percentageValue->getFloatValue(), fixedSize(renderer), size);
H A DCSSPrimitiveValue.h289 float getFloatValue(unsigned short unitType, ExceptionState& exceptionState) const { return getValue<float>(static_cast<UnitType>(unitType), exceptionState); } function in class:blink::CSSPrimitiveValue
290 float getFloatValue(UnitType type) const { return getValue<float>(type); } function in class:blink::CSSPrimitiveValue
291 float getFloatValue() const { return getValue<float>(); } function in class:blink::CSSPrimitiveValue
H A DCSSImageSetValue.cpp66 float scaleFactor = toCSSPrimitiveValue(scaleFactorValue)->getFloatValue();
H A DCSSGradientValue.cpp152 offset = stop.m_position->getFloatValue(CSSPrimitiveValue::CSS_PERCENTAGE) / 100;
154 offset = stop.m_position->getFloatValue(CSSPrimitiveValue::CSS_NUMBER);
183 stops[i].offset = stop.m_position->getFloatValue(CSSPrimitiveValue::CSS_PERCENTAGE) / 100;
411 return origin + sign * value->getFloatValue() * conversionData.zoom();
414 return origin + sign * value->getFloatValue() / 100.f * edgeDistance;
671 float angle = m_angle->getFloatValue(CSSPrimitiveValue::CSS_DEG);
922 result = radius->getFloatValue() * conversionData.zoom();
924 result = *widthOrHeight * radius->getFloatValue() / 100;
H A DCSSBasicShapes.cpp100 amount = cssValuePool().createValue(100 - amount->getFloatValue(), CSSPrimitiveValue::CSS_PERCENTAGE);
101 } else if (amount->isLength() && !amount->getFloatValue()) {
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.cc69 FloatMax Value::getFloatValue() const { function in class:Value
H A Dubsan_value.h199 FloatMax getFloatValue() const;
H A Dubsan_diag.cc89 AddArg(V.getFloatValue());
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DJavaBridgeReturnValuesTest.java65 public float getFloatValue() { method in class:JavaBridgeReturnValuesTest.TestObject
141 executeJavaScriptAndGetStringResult("typeof testObject.getFloatValue()"));
178 "Math.abs(42.1 - testObject.getFloatValue()) < 0.001"));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DViewportDescription.cpp58 return length.getFloatValue();
64 return initialViewportSize.width() * length.getFloatValue() / 100.0f;
67 return initialViewportSize.height() * length.getFloatValue() / 100.0f;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DSkiaImageFilterBuilder.cpp169 float pixelRadius = toBlurFilterOperation(op).stdDeviation().getFloatValue();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DGetValues002Test.java208 float floatValue = fieldValue.getFloatValue();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
H A DGetValues002Test.java176 float floatValue = fieldValue.getFloatValue();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLength.cpp305 length->newValueSpecifiedUnits(svgType, value->getFloatValue());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp680 data.m_width = style->width().getFloatValue();

Completed in 566 milliseconds

12