/external/skia/src/animator/ |
D | SkAnimateSet.cpp | 85 if (formula.size() > 0) { in onEndElement() 89 …->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? formula : to); in onEndElement()
|
D | SkAnimateBase.cpp | 25 SK_MEMBER(formula, DynamicString), 86 if (formula.size() > 0) in dump() 87 SkDebugf("formula=\"%s\" ", formula.c_str()); in dump()
|
D | SkAnimateActive.cpp | 174 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()
|
D | SkAnimateBase.h | 55 SkString formula; variable
|
D | SkAnimateField.cpp | 110 if (formula.size() > 0){ in onEndElement()
|
D | SkDisplayApply.cpp | 627 if (animate->formula.size() > 0) { in interpolate() 633 animate->getValuesType(), animate->formula); in interpolate() 720 if (resolveField(maker, this, &animator->formula) == false) in resolveIDs()
|
D | SkAnimateSchema.xsd | 929 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/ |
D | prototype-1.6.0.3.js | 2987 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 …]
|
D | concat-jquery-mootools-prototype.js | 11366 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/ |
D | MESA_texture_signed_rgba.spec | 84 a floating-point value Xf with the formula:
|
/external/quake/quake/src/QW/progs/ |
D | doors.qc | 761 // Magic formula...
|
/external/elfutils/ |
D | NEWS | 773 Implement better hash size optimization heuristic in ld. It uses a formula
|
/external/llvm/docs/ |
D | doxygen.cfg.in | 286 # memory usage. The cache size is given by this formula:
|
/external/libvpx/nestegg/docs/ |
D | Doxyfile.in | 285 # memory usage. The cache size is given by this formula:
|
/external/antlr/antlr-3.4/runtime/C/ |
D | doxyfile | 296 # memory usage. The cache size is given by this formula:
|
/external/valgrind/main/ |
D | NEWS | 439 update the event formula in KCachegrind yourself).
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 10838 formula f{rmy6l@
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 48017 incorrectly. The new formula is a 1:1 copy from GraphicsContextCG so 48023 (WebCore::GraphicsContext::roundToDevicePixels): Copy the formula from
|