Home
last modified time | relevance | path

Searched refs:has_fill (Results 1 – 25 of 55) sorted by relevance

123

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DBackgroundType.hpp18 bool has_fill = fill_.top_color_ != 0 || fill_.bottom_color_ != 0; in store() local
26 STORE_FLAG(has_fill); in store()
37 } else if (has_fill) { in store()
52 bool has_fill; in parse() local
59 PARSE_FLAG(has_fill); in parse()
70 } else if (has_fill) { in parse()
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dpolystyle_test.cc51 ASSERT_FALSE(polystyle_->has_fill()); in TEST_F()
60 ASSERT_TRUE(polystyle_->has_fill()); in TEST_F()
76 ASSERT_TRUE(polystyle_->has_fill()); in TEST_F()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DLineStyle.cpp96 bool has_fill = flags1 & (1 << 3); in read_morph() local
108 if (has_fill) { in read_morph()
154 const bool has_fill = flags1 & (1 << 3); in read() local
165 if (has_fill) { in read()
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/tests/styles/
H A Dconditional_format_test_suite.cpp42 xlnt_assert(!format.has_fill()); in test_all()
52 xlnt_assert(format.has_fill()); in test_all()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Ddrawing-shape.cpp155 bool has_fill = _nrstyle.prepareFill(dc, _item_bbox, _fill_pattern); in _renderFill() local
157 if( has_fill ) { in _renderFill()
249 bool has_fill = _nrstyle.prepareFill(dc, _item_bbox, _fill_pattern); in _renderItem() local
252 if (has_fill || has_stroke) { in _renderItem()
255 if (has_fill) { in _renderItem()
H A Ddrawing-text.cpp494 bool has_fill = false; in _renderItem() local
501 has_fill = _nrstyle.prepareFill( dc, _item_bbox, _fill_pattern); in _renderItem()
511 if (has_fill || has_stroke || has_td_fill || has_td_stroke) { in _renderItem()
640 if (has_fill && fill_first) { in _renderItem()
669 if (has_fill && !fill_first) { in _renderItem()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dfill-conversion.cpp140 static bool has_fill(SPObject *source) in has_fill() function
155 if (has_fill(shape)) { in lpe_shape_convert_stroke_and_fill()
190 if (has_fill(shape)) { in lpe_shape_revert_stroke_and_fill()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dsvg_inline_text_box_painter.cc129 bool has_fill = svg_style.HasFill(); in PaintTextFragments() local
140 if (!has_fill) in PaintTextFragments()
141 has_fill = svg_selection_style.HasFill(); in PaintTextFragments()
150 has_fill = true; in PaintTextFragments()
180 if (has_fill) { in PaintTextFragments()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dsvg_inline_text_box_painter.cc126 bool has_fill = svg_style.HasFill(); in PaintTextFragments() local
137 if (!has_fill) in PaintTextFragments()
138 has_fill = svg_selection_style.HasFill(); in PaintTextFragments()
147 has_fill = true; in PaintTextFragments()
177 if (has_fill) { in PaintTextFragments()
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dformat.py78 self.has_fill = 0
655 def set_has_fill(self, has_fill=True): argument
657 self.has_fill = has_fill
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dpolystyle.cc63 if (has_fill()) { in Serialize()
H A Dpolystyle.h50 bool has_fill() const { in has_fill() function
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/include/xlnt/styles/
H A Dconditional_format.hpp118 bool has_fill() const;
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/hl/src/
H A DH5TB.c1811 htri_t has_fill; in H5TBcombine_tables() local
1903 if((has_fill = H5TBAget_fill(loc_id1, dset_name1, did_1, tmp_fill_buf)) < 0) in H5TBcombine_tables()
1910 if(has_fill) { in H5TBcombine_tables()
2638 htri_t has_fill = 0; in H5TBdelete_field() local
2772 has_fill = H5LT_find_attribute( did_1, attr_name ); in H5TBdelete_field()
2775 if (has_fill == 1 ) in H5TBdelete_field()
2960 if (has_fill == 1) in H5TBdelete_field()
3098 int has_fill=0; in H5TBAget_fill() local
3122 has_fill = H5LT_find_attribute( dset_id, attr_name ); in H5TBAget_fill()
3125 if (has_fill == 1 ) in H5TBAget_fill()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/hl/src/
H A DH5TB.c1753 htri_t has_fill; in H5TBcombine_tables() local
1854 if((has_fill = H5TBAget_fill(loc_id1, dset_name1, did_1, tmp_fill_buf)) < 0) in H5TBcombine_tables()
1861 if(has_fill) { in H5TBcombine_tables()
2530 htri_t has_fill = FALSE; in H5TBdelete_field() local
2667 if((has_fill = H5LT_find_attribute(did_1, attr_name)) < 0) in H5TBdelete_field()
2671 if(has_fill) in H5TBdelete_field()
2829 if(has_fill) { in H5TBdelete_field()
2981 htri_t has_fill = FALSE; in H5TBAget_fill() local
3003 if((has_fill = H5LT_find_attribute(dset_id, attr_name)) < 0) in H5TBAget_fill()
3007 if(has_fill) in H5TBAget_fill()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/hl/src/
H A DH5TB.c1680 htri_t has_fill; in H5TBcombine_tables() local
1781 if ((has_fill = H5TBAget_fill(loc_id1, dset_name1, did_1, tmp_fill_buf)) < 0) in H5TBcombine_tables()
1788 if (has_fill) { in H5TBcombine_tables()
2452 htri_t has_fill = FALSE; in H5TBdelete_field() local
2588 if ((has_fill = H5LT_find_attribute(did_1, attr_name)) < 0) in H5TBdelete_field()
2592 if (has_fill) in H5TBdelete_field()
2750 if (has_fill) { in H5TBdelete_field()
2900 htri_t has_fill = FALSE; in H5TBAget_fill() local
2922 if ((has_fill = H5LT_find_attribute(dset_id, attr_name)) < 0) in H5TBAget_fill()
2926 if (has_fill) in H5TBAget_fill()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/hl/src/
H A DH5TB.c1753 htri_t has_fill; in H5TBcombine_tables() local
1854 if((has_fill = H5TBAget_fill(loc_id1, dset_name1, did_1, tmp_fill_buf)) < 0) in H5TBcombine_tables()
1861 if(has_fill) { in H5TBcombine_tables()
2530 htri_t has_fill = FALSE; in H5TBdelete_field() local
2667 if((has_fill = H5LT_find_attribute(did_1, attr_name)) < 0) in H5TBdelete_field()
2671 if(has_fill) in H5TBdelete_field()
2829 if(has_fill) { in H5TBdelete_field()
2981 htri_t has_fill = FALSE; in H5TBAget_fill() local
3003 if((has_fill = H5LT_find_attribute(dset_id, attr_name)) < 0) in H5TBAget_fill()
3007 if(has_fill) in H5TBAget_fill()
[all …]
/dports/science/hdf5/hdf5-1.10.6/hl/src/
H A DH5TB.c1753 htri_t has_fill; in H5TBcombine_tables() local
1854 if((has_fill = H5TBAget_fill(loc_id1, dset_name1, did_1, tmp_fill_buf)) < 0) in H5TBcombine_tables()
1861 if(has_fill) { in H5TBcombine_tables()
2530 htri_t has_fill = FALSE; in H5TBdelete_field() local
2667 if((has_fill = H5LT_find_attribute(did_1, attr_name)) < 0) in H5TBdelete_field()
2671 if(has_fill) in H5TBdelete_field()
2829 if(has_fill) { in H5TBdelete_field()
2981 htri_t has_fill = FALSE; in H5TBAget_fill() local
3003 if((has_fill = H5LT_find_attribute(dset_id, attr_name)) < 0) in H5TBAget_fill()
3007 if(has_fill) in H5TBAget_fill()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/hl/src/
H A DH5TB.c1753 htri_t has_fill; in H5TBcombine_tables() local
1854 if((has_fill = H5TBAget_fill(loc_id1, dset_name1, did_1, tmp_fill_buf)) < 0) in H5TBcombine_tables()
1861 if(has_fill) { in H5TBcombine_tables()
2530 htri_t has_fill = FALSE; in H5TBdelete_field() local
2667 if((has_fill = H5LT_find_attribute(did_1, attr_name)) < 0) in H5TBdelete_field()
2671 if(has_fill) in H5TBdelete_field()
2829 if(has_fill) { in H5TBdelete_field()
2981 htri_t has_fill = FALSE; in H5TBAget_fill() local
3003 if((has_fill = H5LT_find_attribute(dset_id, attr_name)) < 0) in H5TBAget_fill()
3007 if(has_fill) in H5TBAget_fill()
[all …]
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-avr.h238 unsigned has_fill : 1; member
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-avr.h232 unsigned has_fill : 1; member
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-avr.h238 unsigned has_fill : 1; member
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-avr.h238 unsigned has_fill : 1; member
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-avr.h232 unsigned has_fill : 1; member
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/styles/
H A Dconditional_format.cpp101 bool conditional_format::has_fill() const in has_fill() function in xlnt::conditional_format

123