Home
last modified time | relevance | path

Searched refs:has_bgcolor (Results 1 – 25 of 26) sorted by relevance

12

/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dballoonstyle_test.cc52 ASSERT_FALSE(balloonstyle_->has_bgcolor()); in TEST_F()
65 ASSERT_TRUE(balloonstyle_->has_bgcolor()); in TEST_F()
89 ASSERT_TRUE(balloonstyle_->has_bgcolor()); in TEST_F()
H A Dliststyle_test.cc146 ASSERT_FALSE(liststyle_->has_bgcolor()); in TEST_F()
156 ASSERT_TRUE(liststyle_->has_bgcolor()); in TEST_F()
176 ASSERT_TRUE(liststyle_->has_bgcolor()); in TEST_F()
/dports/databases/grass7/grass-7.8.6/display/d.vect/
H A Dopt.c59 lattr->has_bgcolor = 0; in options_to_lattr()
61 lattr->has_bgcolor = 1; in options_to_lattr()
H A Dplot.h18 int has_bgcolor; member
H A Dlabel.c182 if (lattr->has_bgcolor || lattr->has_bcolor) { in show_label()
188 if (lattr->has_bgcolor) { in show_label()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/libdisplay/
H A DBootAnimation.cpp233 bool has_bgcolor; member
387 has_bgcolor = (PNG_INFO_bKGD == png_get_bKGD(pngread, pnginfo, &colorp)); in ReadPngFrame()
388 bgcolor = has_bgcolor ? *colorp : png_color_16(); in ReadPngFrame()
393 path, width, height, has_bgcolor ? "yes" : "no", in ReadPngFrame()
646 if (frame.has_bgcolor) { in AnimationThread()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_TABLESTYLE.inc28 { 283, "0", NULL, 0, BITS_UNKNOWN, "rowstyles.has_bgcolor", 28, {-1,-1,-1,-1,-1} },
117 { 283, "0", NULL, 0, BITS_UNKNOWN, "rowstyles.has_bgcolor", 28, {-1,-1,-1,-1,-1} },
206 { 283, "0", NULL, 0, BITS_UNKNOWN, "rowstyles.has_bgcolor", 28, {-1,-1,-1,-1,-1} },
298 { 283, "0", NULL, 0, BITS_UNKNOWN, "rowstyles.has_bgcolor", 30, {-1,-1,-1,-1,-1} },
396 { 283, "0", NULL, 0, BITS_UNKNOWN, "rowstyles.has_bgcolor", 28, {-1,-1,-1,-1,-1} },
490 { 283, "0", NULL, 0, BITS_UNKNOWN, "rowstyles.has_bgcolor", 36, {-1,-1,-1,-1,-1} },
594 { 283, "0", NULL, 0, BITS_UNKNOWN, "rowstyles.has_bgcolor", 36, {-1,-1,-1,-1,-1} },
696 { 283, "0", NULL, 0, BITS_UNKNOWN, "rowstyles.has_bgcolor", 32, {-1,-1,-1,-1,-1} },
799 { 283, "0", NULL, 0, BITS_UNKNOWN, "rowstyles.has_bgcolor", 36, {-1,-1,-1,-1,-1} },
903 { 283, "0", NULL, 0, BITS_UNKNOWN, "rowstyles.has_bgcolor", 36, {-1,-1,-1,-1,-1} },
[all …]
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dballoonstyle.cc77 if (has_bgcolor()) { in Serialize()
H A Dballoonstyle.h51 bool has_bgcolor() const { in has_bgcolor() function
H A Dliststyle.cc138 if (has_bgcolor()) { in Serialize()
H A Dliststyle.h149 bool has_bgcolor() const { in has_bgcolor() function
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtablestyle.c119 CHK_SUBCLASS_TYPE (rowstyles[i], TABLESTYLE_rowstyles, has_bgcolor, B); in api_process()
H A Dtable.c346 CHK_SUBCLASS_TYPE (rowstyles[i], TABLE_rowstyles, has_bgcolor, B); in api_process()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/tools/
H A Dwmslite.c252 int has_bgcolor; member
299 int has_bgcolor; member
960 log->has_bgcolor = args->has_bgcolor; in log_get_map_1()
1124 if (item->has_bgcolor == 0) in flush_log()
1828 args->has_bgcolor = 0; in check_wms_request()
1836 args->has_bgcolor = 1; in check_wms_request()
2746 if (args->has_bgcolor) in wms_get_map()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmapdata.cpp440 const bool has_bgcolor = jo.has_member( "bgcolor" ); in load_symbol() local
441 if( has_color && has_bgcolor ) { in load_symbol()
448 } else if( has_bgcolor ) { in load_symbol()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmapdata.cpp440 const bool has_bgcolor = jo.has_member( "bgcolor" ); in load_symbol() local
441 if( has_color && has_bgcolor ) { in load_symbol()
448 } else if( has_bgcolor ) { in load_symbol()
/dports/science/libkml/libkml-1.3.0/src/swig/
H A Dlibkml_kmlelements.i432 bool has_bgcolor();
891 bool has_bgcolor();
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3837 BITCODE_B has_bgcolor; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec6269 SUB_FIELD_B (rowstyle,has_bgcolor, 283);
H A Din_dxf.c4977 o->rowstyles[i].has_bgcolor = pair->value.i; in add_TABLESTYLE()
H A Ddynapi.c12293 { "has_bgcolor", "B", sizeof (BITCODE_B), OFF (struct _dwg_TABLESTYLE_rowstyles, has_bgcolor),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-112320 'has_bgcolor'
H A Ddynapi.texi15172 @item has_bgcolor
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4310has_bgcolor = property(_LibreDWG.Dwg_TABLESTYLE_rowstyles_has_bgcolor_get, _LibreDWG.Dwg_TABLESTYL… variable in Dwg_TABLESTYLE_rowstyles
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c156890 if (arg1) (arg1)->has_bgcolor = arg2; in XS()
156920 result = (BITCODE_B) ((arg1)->has_bgcolor); in XS()

12