Searched refs:original (Results 1 – 10 of 10) sorted by relevance
52 layer_ctx->original.buf = draw_ctx->buf; in lv_draw_layer_create()53 layer_ctx->original.buf_area = draw_ctx->buf_area; in lv_draw_layer_create()54 layer_ctx->original.clip_area = draw_ctx->clip_area; in lv_draw_layer_create()55 layer_ctx->original.screen_transp = disp_refr->driver->screen_transp; in lv_draw_layer_create()81 draw_ctx->buf = layer_ctx->original.buf; in lv_draw_layer_destroy()82 draw_ctx->buf_area = layer_ctx->original.buf_area; in lv_draw_layer_destroy()83 draw_ctx->clip_area = layer_ctx->original.clip_area; in lv_draw_layer_destroy()85 disp_refr->driver->screen_transp = layer_ctx->original.screen_transp; in lv_draw_layer_destroy()
56 } original; member
127 draw_ctx->buf = layer_ctx->original.buf; in lv_draw_sw_layer_blend()128 draw_ctx->buf_area = layer_ctx->original.buf_area; in lv_draw_sw_layer_blend()129 draw_ctx->clip_area = layer_ctx->original.clip_area; in lv_draw_sw_layer_blend()131 disp_refr->driver->screen_transp = layer_ctx->original.screen_transp; in lv_draw_sw_layer_blend()
109 lv_area_to_sdl_rect(layer_ctx->original.clip_area, &clip_rect); in lv_draw_sdl_layer_blend()
163 …of the event is always the current target object, not the original object. To get the original tar…
42 Keep in mind that using following keywords will have the same effect as with the original map:
31 … need a copy (called fork) of the original project under your account, make some changes there, an…145 /* The original version of this code-snippet was published on StackOverflow.157 …ived work. Any derivative work based on MIT licensed code must copy the original work's license fi…
89 …transformation. That is `lv_obj_get_width/height/x/y()` will return the original, non-zoomed coord…
164 … powerful GPU that can draw e.g. rounded rectangles you can replace the original software drawer t…
219 /*Delete the original display refresh timer*/