Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dfontview.c119 Color view_bgcol; variable
245 GDrawFillRect(pixmap,&box,fv->b.selected[index] ? fvselcol : view_bgcol ); in FVDrawGlyph()
312 clut.clut[0] = fv->b.selected[index] ? fvselcol : view_bgcol ; in FVDrawGlyph()
5786 clut.clut[0] = view_bgcol; in FVExpose()
5792 GDrawFillRect(pixmap,NULL,view_bgcol); in FVExpose()
5927 bg = view_bgcol; in FVExpose()
7090 wattrs.background_color = view_bgcol; in FVCreateInnards()
7167 view_bgcol = GResourceFindColor("View.Background",GDrawGetDefaultBackground(NULL)); in FontView_Create()
7362 …{N_("Color|Background"), "Background", rt_color, &view_bgcol, N_("Background color for the drawing…
H A Dbitmapview.c456 Color bg = view_bgcol; in BVDrawSelection()
2432 wattrs.background_color = view_bgcol; in BitmapViewCreate()
H A Dcharview.c1749 layer->stroke_pen.brush.col!=view_bgcol ) in CVDrawLayerSplineSet()
1754 layer->fill_brush.col!=view_bgcol ) in CVDrawLayerSplineSet()
2297 GDrawFillRect(pixmap,&r,view_bgcol ); in CVDrawAnchorPoints()
2415 clut[0] = view_bgcol ; in CVDrawGridRaster()
2861 GDrawFillRect(cv->backimgs,NULL,view_bgcol); in CVExpose()
3204 Color bg = view_bgcol; in CVRegenFill()
12613 wattrs.background_color = view_bgcol; in _CharViewCreate()
12653 cv->gi.u.image->clut->clut[0] = view_bgcol; in _CharViewCreate()
H A Dmetricsview.c312 bg = view_bgcol; in MVSubVExpose()
434 bg = view_bgcol; in MVSubExpose()
5375 wattrs.background_color = view_bgcol; in MetricsViewCreate()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dviews.h1303 extern Color view_bgcol; /* Background color for views */