Lines Matching defs:update
19 ResourceUpdate update;
20 update.texture = texture;
21 update.bitmap = bitmap;
22 update.content_rect = content_rect;
23 update.source_rect = source_rect;
24 update.dest_offset = dest_offset;
25 return update;
35 ResourceUpdate update;
36 update.texture = resource;
37 update.canvas = canvas;
38 update.bitmap = &canvas->getDevice()->accessBitmap(false);
39 update.content_rect = content_rect;
40 update.source_rect = source_rect;
41 update.dest_offset = dest_offset;
42 return update;