Home
last modified time | relevance | path

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

/dports/science/libkml/libkml-1.3.0/tests/kml/engine/
H A Dmerge_test.cc243 ASSERT_EQ(kScale, source_style_->get_iconstyle()->get_scale()); in TEST_F()
244 ASSERT_EQ(kScale, target_style_->get_iconstyle()->get_scale()); in TEST_F()
245 ASSERT_EQ(kHeading, target_style_->get_iconstyle()->get_heading()); in TEST_F()
246 ASSERT_TRUE(source_style_->get_iconstyle()->has_icon()); in TEST_F()
247 ASSERT_TRUE(target_style_->get_iconstyle()->has_icon()); in TEST_F()
248 ASSERT_TRUE(source_style_->get_iconstyle()->get_icon()->has_href()); in TEST_F()
249 ASSERT_TRUE(target_style_->get_iconstyle()->get_icon()->has_href()); in TEST_F()
250 ASSERT_EQ(kHref, source_style_->get_iconstyle()->get_icon()->get_href()); in TEST_F()
251 ASSERT_EQ(kHref, target_style_->get_iconstyle()->get_icon()->get_href()); in TEST_F()
307 ASSERT_TRUE(style->get_iconstyle()->has_scale()); in VerifySubStyles()
[all …]
H A Dstyle_resolver_test.cc195 ASSERT_TRUE(style->get_iconstyle()->has_icon()); in TEST_F()
196 ASSERT_TRUE(style->get_iconstyle()->get_icon()); in TEST_F()
197 ASSERT_TRUE(style->get_iconstyle()->get_icon()->has_href()); in TEST_F()
204 style->get_iconstyle()->get_icon()->get_href(), in TEST_F()
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dstyle.cc73 serializer.SaveElement(get_iconstyle()); in Serialize()
99 driver->Visit(get_iconstyle()); in AcceptChildren()
H A Dstyle.h54 const IconStylePtr& get_iconstyle() const { return iconstyle_; } in get_iconstyle() function
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dstyle_test.cc55 ASSERT_TRUE(NULL == style_->get_iconstyle()); in TEST_F()
104 ASSERT_EQ(iconstyle, style_->get_iconstyle()); in TEST_F()
/dports/science/libkml/libkml-1.3.0/examples/helloworld/
H A Dhellohref.cc141 PrintIconStyleIconHref(style->get_iconstyle()); in VisitStyle()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlstyle.cpp496 IconStylePtr poKmlIconStyle = poKmlStyle->get_iconstyle ( ); in kml2stylestring()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlstyle.cpp688 IconStylePtr poKmlIconStyle = poKmlStyle->get_iconstyle(); in kml2stylestring()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlstyle.cpp688 IconStylePtr poKmlIconStyle = poKmlStyle->get_iconstyle();
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmlstyle.cpp688 IconStylePtr poKmlIconStyle = poKmlStyle->get_iconstyle(); in kml2stylestring()
/dports/science/libkml/libkml-1.3.0/src/swig/
H A Dlibkml_kmlelements.i1486 const IconStylePtr get_iconstyle();