Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dgx_studio_font_util.cpp845 GX_FONT *last_page = NULL; in MakeFont() local
975 if (last_page) in MakeFont()
977 last_page->gx_font_next_page = newpage; in MakeFont()
979 last_page = newpage; in MakeFont()
1003 GX_FONT *last_page = NULL; in InsertStringTableGlyphs() local
1432 GX_FONT *last_page = NULL; in optimize_font() local
1475 if (last_page) in optimize_font()
1477 last_page->gx_font_next_page = current_page; in optimize_font()
1483 last_page = current_page; in optimize_font()