HomeSort by relevance Sort by last modified time
    Searched refs:getFloatValue (Results 1 - 15 of 15) sorted by null

  /external/webkit/WebCore/css/
CSSGradientValue.cpp 143 result.setX(first->getFloatValue() * zoomFactor);
145 result.setX(first->getFloatValue() / 100.f * size.width());
147 result.setY(second->getFloatValue() * zoomFactor);
149 result.setY(second->getFloatValue() / 100.f * size.height());
158 result = radius->getFloatValue() * zoomFactor;
SVGCSSStyleSelector.cpp 277 f = primitiveValue->getFloatValue() / 100.0f;
279 f = primitiveValue->getFloatValue();
295 f = primitiveValue->getFloatValue() / 100.0f;
297 f = primitiveValue->getFloatValue();
313 f = primitiveValue->getFloatValue() / 100.0f;
315 f = primitiveValue->getFloatValue();
386 f = primitiveValue->getFloatValue();
475 f = primitiveValue->getFloatValue() / 100.0f;
477 f = primitiveValue->getFloatValue();
500 int orientation = angleToGlyphOrientation(primitiveValue->getFloatValue());
    [all...]
CSSPrimitiveValue.idl 57 float getFloatValue(in unsigned short unitType)
CSSPrimitiveValue.h 137 float getFloatValue(unsigned short unitType, ExceptionCode& ec) { return static_cast<float>(getDoubleValue(unitType, ec)); }
138 float getFloatValue(unsigned short unitType) { return static_cast<float>(getDoubleValue(unitType)); }
139 float getFloatValue() const { return static_cast<float>(m_value.num); }
MediaQueryEvaluator.cpp 210 result = static_cast<CSSPrimitiveValue*>(value)->getFloatValue(CSSPrimitiveValue::CSS_NUMBER);
290 return value->isPrimitiveValue() && compareValue(frame->page()->chrome()->scaleFactor(), static_cast<CSSPrimitiveValue*>(value)->getFloatValue(), op);
CSSStyleSelector.cpp     [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 78 value = getFloatValue(valueArg);
229 private Float getFloatValue(int valueArg) {
  /external/webkit/WebCore/bindings/js/
JSCSSStyleDeclarationCustom.cpp 159 return jsNumber(exec, static_pointer_cast<CSSPrimitiveValue>(v)->getFloatValue(CSSPrimitiveValue::CSS_PX));
  /external/webkit/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 176 cssValue.get())->getFloatValue(CSSPrimitiveValue::CSS_PX));
  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.cpp 139 float result = primitive->getFloatValue() / 100.0f;
  /external/webkit/WebCore/rendering/
SVGCharacterLayoutInfo.cpp 48 baselineShift = primitive->getFloatValue();
SVGRootInlineBox.cpp 328 kerning = primitive->getFloatValue();
    [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 237 float number = value->getFloatValue(CSSPrimitiveValue::CSS_PX);
655 adjustment = primitiveValue->getFloatValue();
    [all...]
  /external/webkit/WebCore/inspector/front-end/
DataGrid.js     [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]

Completed in 295 milliseconds