Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_text/
H A Dtext_draw.c1275 y += st->runtime.scroll_ofs_px[1]; in draw_text_decoration()
1339 y1 += st->runtime.scroll_ofs_px[1]; in draw_text_decoration()
1346 y1 += st->runtime.scroll_ofs_px[1]; in draw_text_decoration()
1367 y += st->runtime.scroll_ofs_px[1]; in draw_text_decoration()
1521 y += st->runtime.scroll_ofs_px[1]; in draw_brackets()
1645 y += st->runtime.scroll_ofs_px[1]; in draw_text_main()
1795 st->runtime.scroll_ofs_px[0] = 0; in text_scroll_to_cursor()
1796 st->runtime.scroll_ofs_px[1] = 0; in text_scroll_to_cursor()
H A Dtext_ops.c275 st->runtime.scroll_ofs_px[0] = 0; in text_new_exec()
276 st->runtime.scroll_ofs_px[1] = 0; in text_new_exec()
358 st->runtime.scroll_ofs_px[0] = 0; in text_open_exec()
359 st->runtime.scroll_ofs_px[1] = 0; in text_open_exec()
2664 scroll_ofs_px_new[1] != st->runtime.scroll_ofs_px[1]) { in text_scroll_apply()
2668 st->runtime.scroll_ofs_px[0] = scroll_ofs_px_new[0]; in text_scroll_apply()
2669 st->runtime.scroll_ofs_px[1] = scroll_ofs_px_new[1]; in text_scroll_apply()
2684 if (st->runtime.scroll_ofs_px[1] > tsc->state.size_px[1] / 2) { in scroll_exit()
2688 st->runtime.scroll_ofs_px[0] = 0; in scroll_exit()
2689 st->runtime.scroll_ofs_px[1] = 0; in scroll_exit()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_space_types.h1223 int scroll_ofs_px[2]; member