Searched defs:roundTrip (Results 1 - 2 of 2) sorted by relevance

/external/fonttools/MetaTools/
H A DroundTrip.py32 def roundTrip(ttFile1, options, report): function
81 roundTrip(ttFile, options, report)
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DLengthStyleInterpolationTest.cpp27 static PassRefPtrWillBeRawPtr<CSSValue> roundTrip(PassRefPtrWillBeRawPtr<CSSValue> value) function in class:blink::AnimationLengthStyleInterpolationTest
84 RefPtrWillBeRawPtr<CSSValue> value = roundTrip(CSSPrimitiveValue::create(0, CSSPrimitiveValue::CSS_PX));
87 value = roundTrip(CSSPrimitiveValue::create(0, CSSPrimitiveValue::CSS_EMS));
93 RefPtrWillBeRawPtr<CSSValue> value = roundTrip(CSSPrimitiveValue::create(10, CSSPrimitiveValue::CSS_PX));
96 value = roundTrip(CSSPrimitiveValue::create(30, CSSPrimitiveValue::CSS_PERCENTAGE));
99 value = roundTrip(CSSPrimitiveValue::create(-10, CSSPrimitiveValue::CSS_EMS));

Completed in 94 milliseconds