Home
last modified time | relevance | path

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

/dports/science/libkml/libkml-1.3.0/src/kml/engine/
H A Dstyle_resolver.cc51 kml_file->get_shared_style_map(), in CreateResolvedStyle()
H A Dkml_file.h128 const SharedStyleMap& get_shared_style_map() const { in get_shared_style_map() function
H A Dstyle_merger.cc77 return new StyleMerger(kml_file.get_shared_style_map(), in CreateFromKmlFile()
/dports/science/libkml/libkml-1.3.0/tests/kml/engine/
H A Dstyle_merger_test.cc149 new StyleMerger(kml_file_->get_shared_style_map(), in TEST_F()
154 new StyleMerger(kml_file_->get_shared_style_map(), in TEST_F()
H A Dstyle_resolver_test.cc351 const SharedStyleMap& shared_styles = kml_file_->get_shared_style_map(); in TEST_F()