Home
last modified time | relevance | path

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

/external/skia/resources/lua/
Dslides_transitions.lua9 function slide_transition(prev, next, is_forward)
22 if is_forward then
48 function fade_slide_transition(prev, next, is_forward)
68 if is_forward then
94 function fade_transition(prev, next, is_forward)
125 function rotate_transition(prev, next, is_forward)
147 if is_forward then
165 function zoom_transition(prev, next, is_forward)
Dslides.lua227 function spawn_transition(prevSlide, nextSlide, is_forward)
229 if is_forward then
241 gCurrAnimation = transition(prevDrawable, nextDrawable, is_forward)
/external/skqp/resources/lua/
Dslides_transitions.lua9 function slide_transition(prev, next, is_forward)
22 if is_forward then
48 function fade_slide_transition(prev, next, is_forward)
68 if is_forward then
94 function fade_transition(prev, next, is_forward)
125 function rotate_transition(prev, next, is_forward)
147 if is_forward then
165 function zoom_transition(prev, next, is_forward)
Dslides.lua227 function spawn_transition(prevSlide, nextSlide, is_forward)
229 if is_forward then
241 gCurrAnimation = transition(prevDrawable, nextDrawable, is_forward)
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_transitions.lua9 function slide_transition(prev, next, is_forward)
22 if is_forward then
48 function fade_slide_transition(prev, next, is_forward)
68 if is_forward then
94 function fade_transition(prev, next, is_forward)
125 function rotate_transition(prev, next, is_forward)
147 if is_forward then
165 function zoom_transition(prev, next, is_forward)
Dslides.lua227 function spawn_transition(prevSlide, nextSlide, is_forward)
229 if is_forward then
241 gCurrAnimation = transition(prevDrawable, nextDrawable, is_forward)
/external/harfbuzz_ng/util/
Doptions.hh281 bool is_forward = HB_DIRECTION_IS_FORWARD (hb_buffer_get_direction (buffer)); in verify_buffer_monotone() local
288 (info[i-1].cluster < info[i].cluster) != is_forward) in verify_buffer_monotone()