Home | History | Annotate | Download | only in resources

Lines Matching refs:function

6 function load_file(file)
17 function make_rect(l, t, r, b)
21 function make_paint(typefacename, stylebits, size, color)
31 function draw_bullet(canvas, x, y, paint, indent)
42 function stroke_rect(canvas, rect, color)
49 function drawSlide(canvas, slide, master_template)
100 function make_tmpl(paint, extra_dy)
104 function SkiaPoint_make_template()
145 function new_drawable_picture(pic)
150 draw = function (self, canvas, x, y, paint)
156 function new_drawable_image(img)
161 draw = function (self, canvas, x, y, paint)
167 function convert_to_picture_drawable(slide)
173 function convert_to_image_drawable(slide)
179 function new_drawable_slide(slide)
182 draw = function (self, canvas, x, y, paint)
203 function next_slide()
212 function prev_slide()
225 function spawn_transition(prevSlide, nextSlide, is_forward)
244 function spawn_rotate_animation()
250 proc = function (self, canvas, drawSlideProc)
266 function spawn_scale_animation()
273 proc = function (self, canvas, drawSlideProc)
295 function draw_bg(canvas)
307 function onDrawContent(canvas, width, height)
314 local drawSlideProc = function(canvas)
327 function onClickHandler(x, y)
336 ["="] = function () scale_text_delta(gTemplate, 1) end,
337 ["-"] = function () scale_text_delta(gTemplate, -1) end,
339 b = function () gShowBounds = not gShowBounds end,
340 B = function () gUseBlurInTransitions = not gUseBlurInTransitions end,
342 ["1"] = function () gDrawableType = "default" end,
343 ["2"] = function () gDrawableType = "picture" end,
344 ["3"] = function () gDrawableType = "image" end,
347 function onCharHandler(uni)