Home
last modified time | relevance | path

Searched refs:styletable (Results 1 – 25 of 34) sorted by relevance

12

/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A DCodeEditor.cxx31 styletable[] = { // Style table member in CodeEditor
121 int entries = sizeof(styletable) / sizeof(styletable[0]); in textsize()
123 styletable[iter].size = s; in textsize()
395 highlight_data(new Fl_Text_Buffer(mBuffer->length()), styletable, in CodeEditor()
396 sizeof(styletable) / sizeof(styletable[0]), in CodeEditor()
H A DCodeEditor.h36 static Fl_Text_Display::Style_Table_Entry styletable[]; variable
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/q2map/
H A Dlightmap.c979 if (!styletable[l->style]) in GatherSampleLight()
981 styletable[l->style] = malloc (mapsize); in GatherSampleLight()
982 memset (styletable[l->style], 0, mapsize); in GatherSampleLight()
985 dest = styletable[l->style] + offset; in GatherSampleLight()
1053 float *styletable[MAX_LSTYLES]; in BuildFacelights() local
1066 memset (styletable,0, sizeof(styletable)); in BuildFacelights()
1094 styletable[0] = malloc(tablesize); in BuildFacelights()
1095 memset (styletable[0], 0, tablesize); in BuildFacelights()
1111 AddSampleToPatch (l[0].surfpt[i], styletable[0]+i*3, facenum); in BuildFacelights()
1129 if (!styletable[i]) in BuildFacelights()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/q2map/
H A Dlightmap.c985 if ( !styletable[l->style] ) { in GatherSampleLight()
986 styletable[l->style] = malloc( mapsize ); in GatherSampleLight()
987 memset( styletable[l->style], 0, mapsize ); in GatherSampleLight()
990 dest = styletable[l->style] + offset; in GatherSampleLight()
1060 float *styletable[MAX_LSTYLES]; in BuildFacelights() local
1074 memset( styletable,0, sizeof( styletable ) ); in BuildFacelights()
1103 styletable[0] = malloc( tablesize ); in BuildFacelights()
1104 memset( styletable[0], 0, tablesize ); in BuildFacelights()
1115 GatherSampleLight( l[j].surfpt[i], l[0].facenormal, styletable, in BuildFacelights()
1137 if ( !styletable[i] ) { in BuildFacelights()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/bsp/qrad3/
H A Dlightmap.c980 if (!styletable[l->style]) in GatherSampleLight()
982 styletable[l->style] = malloc (mapsize); in GatherSampleLight()
983 memset (styletable[l->style], 0, mapsize); in GatherSampleLight()
986 dest = styletable[l->style] + offset; in GatherSampleLight()
1054 float *styletable[MAX_LSTYLES]; in BuildFacelights() local
1067 memset (styletable,0, sizeof(styletable)); in BuildFacelights()
1095 styletable[0] = malloc(tablesize); in BuildFacelights()
1096 memset (styletable[0], 0, tablesize); in BuildFacelights()
1112 AddSampleToPatch (l[0].surfpt[i], styletable[0]+i*3, facenum); in BuildFacelights()
1130 if (!styletable[i]) in BuildFacelights()
[all …]
/dports/games/gtkradiant/GPL/Q2Tools/bsp/qrad3/
H A Dlightmap.c980 if (!styletable[l->style]) in GatherSampleLight()
982 styletable[l->style] = malloc (mapsize); in GatherSampleLight()
983 memset (styletable[l->style], 0, mapsize); in GatherSampleLight()
986 dest = styletable[l->style] + offset; in GatherSampleLight()
1054 float *styletable[MAX_LSTYLES]; in BuildFacelights() local
1067 memset (styletable,0, sizeof(styletable)); in BuildFacelights()
1095 styletable[0] = malloc(tablesize); in BuildFacelights()
1096 memset (styletable[0], 0, tablesize); in BuildFacelights()
1112 AddSampleToPatch (l[0].surfpt[i], styletable[0]+i*3, facenum); in BuildFacelights()
1130 if (!styletable[i]) in BuildFacelights()
[all …]
/dports/x11-toolkits/ntk/ntk/fluid/
H A DCodeEditor.cxx40 styletable[] = { // Style table member in CodeEditor
382 highlight_data(new Fl_Text_Buffer(mBuffer->length()), styletable, in CodeEditor()
383 sizeof(styletable) / sizeof(styletable[0]), in CodeEditor()
H A DCodeEditor.h45 static Fl_Text_Display::Style_Table_Entry styletable[]; variable
/dports/math/giacxcas/fltk-1.3.0/fluid/
H A DCodeEditor.cxx40 styletable[] = { // Style table member in CodeEditor
382 highlight_data(new Fl_Text_Buffer(mBuffer->length()), styletable, in CodeEditor()
383 sizeof(styletable) / sizeof(styletable[0]), in CodeEditor()
H A DCodeEditor.h45 static Fl_Text_Display::Style_Table_Entry styletable[]; variable
/dports/math/mathgl/mathgl-2.5/mgllab/
H A Deditor.cpp35 Fl_Text_Display::Style_Table_Entry styletable[10] = { // Style table variable
57 { styletable[i].size = size; styletable[i].font = 4*kind; } in set_style()
58 styletable[1].font = 4*kind+2; in set_style()
60 if(fdark) for(int i=0;i<10;i++) styletable[i].color = c2[i]; in set_style()
61 else for(int i=0;i<10;i++) styletable[i].color = c1[i]; in set_style()
538 …w->editor->highlight_data(stylebuf, styletable, sizeof(styletable) / sizeof(styletable[0]), 'A', s… in add_editor()
H A Dmgllab.h53 extern Fl_Text_Display::Style_Table_Entry styletable[10];
H A Dmgllab.cpp496 fkind->value(styletable[0].font/4); in init()
497 fsize->value(styletable[0].size); in init()
H A Dfltk_test.fl711 code3 {fkind->value(styletable[0].font/4);}
716 code0 {fsize->value(styletable[0].size);}
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/test/
H A Deditor.py46 styletable = [ # Style table variable
444 global num_windows, editor, stylebuf, styletable
480 w.editor.highlight_data(stylebuf, styletable,
481 len(styletable),
/dports/math/giacxcas/fltk-1.3.0/test/
H A Deditor.cxx67 styletable[] = { // Style table variable
785 w->editor->highlight_data(stylebuf, styletable, in new_view()
786 sizeof(styletable) / sizeof(styletable[0]), in new_view()
/dports/x11-toolkits/ntk/ntk/test/
H A Deditor.cxx67 styletable[] = { // Style table variable
785 w->editor->highlight_data(stylebuf, styletable, in new_view()
786 sizeof(styletable) / sizeof(styletable[0]), in new_view()
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Deditor.cxx65 styletable[] = { // Style table variable
910 w->editor->highlight_data(stylebuf, styletable, in new_view()
911 sizeof(styletable) / sizeof(styletable[0]), in new_view()
/dports/math/giacxcas/giac-1.6.0/src/
H A DEditeur.h70 std::vector<Fl_Text_Display::Style_Table_Entry> styletable; variable
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dhtmlcomplete.vim305 let styletable = []
310 let styletable += [matchstr(line, "import\\s\\+\\(url(\\)\\?[\"']\\?\\zs\\f\\+\\ze")]
312 let styletable += [matchstr(line, "href\\s*=\\s*[\"']\\zs\\f\\+\\ze")]
315 for file in styletable
328 let cssfiles = styletable + secimportfiles
/dports/editors/vim/vim-8.2.3745/runtime/autoload/
H A Dhtmlcomplete.vim305 let styletable = []
310 let styletable += [matchstr(line, "import\\s\\+\\(url(\\)\\?[\"']\\?\\zs\\f\\+\\ze")]
312 let styletable += [matchstr(line, "href\\s*=\\s*[\"']\\zs\\f\\+\\ze")]
315 for file in styletable
328 let cssfiles = styletable + secimportfiles
/dports/finance/gnucash/gnucash-4.9/gnucash/report/
H A Dhtml-table.scm212 (styletable (gnc:html-table-cell-style cell)))
213 (gnc:html-style-table-set! styletable tag newstyle)))
/dports/x11-toolkits/fltk/fltk-1.3.8/documentation/src/
H A Deditor.dox650 Fl_Text_Display::Style_Table_Entry styletable[] = { // Style table
671 w->editor->highlight_data(stylebuf, styletable,
672 sizeof(styletable) / sizeof(styletable[0]),
/dports/x11-toolkits/ntk/ntk/documentation/src/
H A Deditor.dox650 Fl_Text_Display::Style_Table_Entry styletable[] = { // Style table
671 w->editor->highlight_data(stylebuf, styletable,
672 sizeof(styletable) / sizeof(styletable[0]),
/dports/math/giacxcas/fltk-1.3.0/documentation/src/
H A Deditor.dox650 Fl_Text_Display::Style_Table_Entry styletable[] = { // Style table
671 w->editor->highlight_data(stylebuf, styletable,
672 sizeof(styletable) / sizeof(styletable[0]),

12