Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DSpotFilter.kt45 var wi_press = 1f // weight for ith component (pressure) in filterInto() variable
56 pressure += pi.pressure * wi_press in filterInto()
57 size += pi.size * wi_press in filterInto()
62 w_press += wi_press in filterInto()
63 wi_press *= pressureDecay in filterInto()