Searched refs:CreateHotSpot (Results 1 – 15 of 15) sorted by relevance
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/ |
H A D | hotspot_test.cc | 40 hotspot_ = KmlFactory::GetFactory()->CreateHotSpot(); in SetUp()
|
H A D | iconstyle_test.cc | 87 HotSpotPtr hotspot = KmlFactory::GetFactory()->CreateHotSpot(); in TEST_F()
|
H A D | kml_factory_test.cc | 107 e = factory->CreateHotSpot(); in TEST()
|
/dports/science/libkml/libkml-1.3.0/src/kml/dom/ |
H A D | kml_factory.cc | 108 case Type_hotSpot: return CreateHotSpot(); in CreateElementById() 221 HotSpot* KmlFactory::CreateHotSpot() const { in CreateHotSpot() function in kmldom::KmlFactory
|
H A D | kml_factory.h | 64 HotSpot* CreateHotSpot() const;
|
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/ |
H A D | Button_System.h | 269 GUIButtonRef CreateHotSpot(INT16 xloc, INT16 yloc, INT16 Width, INT16 Height, INT16 Priority, GUI_C…
|
H A D | Button_System.cc | 605 GUIButtonRef CreateHotSpot(INT16 xloc, INT16 yloc, INT16 Width, INT16 Height, INT16 Priority, GUI_C… in CreateHotSpot() function
|
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/libkml/ |
H A D | ogrlibkmlstyle.cpp | 251 HotSpotPtr poKmlHotSpot = poKmlFactory->CreateHotSpot ( ); in addstylestring2kml() 321 HotSpotPtr poKmlHotSpot = poKmlFactory->CreateHotSpot ( ); in addstylestring2kml()
|
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/ |
H A D | ogrlibkmlstyle.cpp | 257 HotSpotPtr poKmlHotSpot = poKmlFactory->CreateHotSpot(); in addstylestring2kml() 335 HotSpotPtr poKmlHotSpot = poKmlFactory->CreateHotSpot(); in addstylestring2kml()
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/libkml/ |
H A D | ogrlibkmlstyle.cpp | 257 HotSpotPtr poKmlHotSpot = poKmlFactory->CreateHotSpot(); in OGRLIBKMLGetSanitizedNCName() 335 HotSpotPtr poKmlHotSpot = poKmlFactory->CreateHotSpot(); in OGRLIBKMLGetSanitizedNCName()
|
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/ |
H A D | ogrlibkmlstyle.cpp | 257 HotSpotPtr poKmlHotSpot = poKmlFactory->CreateHotSpot(); in addstylestring2kml() 335 HotSpotPtr poKmlHotSpot = poKmlFactory->CreateHotSpot(); in addstylestring2kml()
|
/dports/science/libkml/libkml-1.3.0/src/swig/ |
H A D | kmldom.i | 282 HotSpotPtr CreateHotSpot() const;
|
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/ |
H A D | LoadScreen.cc | 456 …iFileDlgButtons[4] = CreateHotSpot(179 + 4, 69 + 3, 179 + 4 + 240, 69 + 120 + 3, MSYS_PRIORITY_HIG… in CreateFileDialog()
|
H A D | SelectWin.cc | 247 …iSelectWin = CreateHotSpot(0, 0, SCREEN_WIDTH - 40, TASKBAR_Y, MSYS_PRIORITY_HIGH, SelWinClkCallba… in CreateJA2SelectionWindow()
|
/dports/science/libkml/libkml-1.3.0/tests/swig/ |
H A D | kmldom_test.py | 115 assert factory.CreateHotSpot() 436 hotspot = factory.CreateHotSpot()
|