Home
last modified time | relevance | path

Searched refs:formula (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/animator/
DSkAnimateSet.cpp85 if (formula.size() > 0) { in onEndElement()
89 …->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? formula : to); in onEndElement()
DSkAnimateBase.cpp25 SK_MEMBER(formula, DynamicString),
86 if (formula.size() > 0) in dump()
87 SkDebugf("formula=\"%s\" ", formula.c_str()); in dump()
DSkAnimateActive.cpp174 if (animate->formula.size() > 0) { in create()
178 animate->getValuesType(), animate->formula); in create()
212 if (animate->formula.size() > 0) { in immediate()
216 animate->getValuesType(), animate->formula); in immediate()
DSkAnimateBase.h55 SkString formula; variable
DSkAnimateField.cpp110 if (formula.size() > 0){ in onEndElement()
DSkDisplayApply.cpp627 if (animate->formula.size() > 0) { in interpolate()
633 animate->getValuesType(), animate->formula); in interpolate()
720 if (resolveField(maker, this, &animator->formula) == false) in resolveIDs()
DSkAnimateSchema.xsd929 or may compute the value using the 'formula' attribute.
942 …attribute dynamic If true, restart the animation if any of the simple values the 'from', 'formula',
948 <!-- @attribute formula A script to execute over time to compute the field's value. Typically,
951 <xs:attribute name="formula" type="Sk:DynamicString"/>
1068 an animate element's formula attribute. -->
2593 <!-- @attribute formula A script to execute over time to compute the field's value. Typically,
2596 <xs:attribute name="formula" type="Sk:DynamicString"/>
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js2987 var mm, formula = m[6], predicate;
2988 if (formula == 'even') formula = '2n+0';
2989 if (formula == 'odd') formula = '2n+1';
2990 if (mm = formula.match(/^(\d+)$/)) // digit only
2992 if (mm = formula.match(/^(-?\d*)?n(([+-])(\d+))?/)) { // an+b
3273 'nth-child': function(nodes, formula, root) { argument
3274 return Selector.pseudos.nth(nodes, formula, root);
3276 'nth-last-child': function(nodes, formula, root) { argument
3277 return Selector.pseudos.nth(nodes, formula, root, true);
3279 'nth-of-type': function(nodes, formula, root) { argument
[all …]
Dconcat-jquery-mootools-prototype.js11366 var mm, formula = m[6], predicate;
11367 if (formula == 'even') formula = '2n+0';
11368 if (formula == 'odd') formula = '2n+1';
11369 if (mm = formula.match(/^(\d+)$/)) // digit only
11371 if (mm = formula.match(/^(-?\d*)?n(([+-])(\d+))?/)) { // an+b
11652 'nth-child': function(nodes, formula, root) { argument
11653 return Selector.pseudos.nth(nodes, formula, root);
11655 'nth-last-child': function(nodes, formula, root) { argument
11656 return Selector.pseudos.nth(nodes, formula, root, true);
11658 'nth-of-type': function(nodes, formula, root) { argument
[all …]
/external/mesa3d/docs/
DMESA_texture_signed_rgba.spec84 a floating-point value Xf with the formula:
/external/quake/quake/src/QW/progs/
Ddoors.qc761 // Magic formula...
/external/elfutils/
DNEWS773 Implement better hash size optimization heuristic in ld. It uses a formula
/external/llvm/docs/
Ddoxygen.cfg.in286 # memory usage. The cache size is given by this formula:
/external/libvpx/nestegg/docs/
DDoxyfile.in285 # memory usage. The cache size is given by this formula:
/external/antlr/antlr-3.4/runtime/C/
Ddoxyfile296 # memory usage. The cache size is given by this formula:
/external/valgrind/main/
DNEWS439 update the event formula in KCachegrind yourself).
/external/srec/config/en.us/dictionary/
Dlarge.ok10838 formula f{rmy6l@
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2448017 incorrectly. The new formula is a 1:1 copy from GraphicsContextCG so
48023 (WebCore::GraphicsContext::roundToDevicePixels): Copy the formula from