Home
last modified time | relevance | path

Searched refs:surf (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Dobj.vim20 syn match objKeywords "^surf\s"
/vim-8.2.3635/src/
H A Dgui_gtk_x11.c2526 cairo_surface_t *surf; in create_blank_pointer() local
2529 surf = cairo_image_surface_create(CAIRO_FORMAT_A1, 1, 1); in create_blank_pointer()
2530 cr = cairo_create(surf); in create_blank_pointer()
2541 blank_mask = gdk_pixbuf_get_from_surface(surf, 0, 0, 1, 1); in create_blank_pointer()
2542 cairo_surface_destroy(surf); in create_blank_pointer()