Home
last modified time | relevance | path

Searched refs:CreateHotSpot (Results 1 – 15 of 15) sorted by relevance

/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dhotspot_test.cc40 hotspot_ = KmlFactory::GetFactory()->CreateHotSpot(); in SetUp()
H A Diconstyle_test.cc87 HotSpotPtr hotspot = KmlFactory::GetFactory()->CreateHotSpot(); in TEST_F()
H A Dkml_factory_test.cc107 e = factory->CreateHotSpot(); in TEST()
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dkml_factory.cc108 case Type_hotSpot: return CreateHotSpot(); in CreateElementById()
221 HotSpot* KmlFactory::CreateHotSpot() const { in CreateHotSpot() function in kmldom::KmlFactory
H A Dkml_factory.h64 HotSpot* CreateHotSpot() const;
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DButton_System.h269 GUIButtonRef CreateHotSpot(INT16 xloc, INT16 yloc, INT16 Width, INT16 Height, INT16 Priority, GUI_C…
H A DButton_System.cc605 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 Dogrlibkmlstyle.cpp251 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 Dogrlibkmlstyle.cpp257 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 Dogrlibkmlstyle.cpp257 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 Dogrlibkmlstyle.cpp257 HotSpotPtr poKmlHotSpot = poKmlFactory->CreateHotSpot(); in addstylestring2kml()
335 HotSpotPtr poKmlHotSpot = poKmlFactory->CreateHotSpot(); in addstylestring2kml()
/dports/science/libkml/libkml-1.3.0/src/swig/
H A Dkmldom.i282 HotSpotPtr CreateHotSpot() const;
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DLoadScreen.cc456 …iFileDlgButtons[4] = CreateHotSpot(179 + 4, 69 + 3, 179 + 4 + 240, 69 + 120 + 3, MSYS_PRIORITY_HIG… in CreateFileDialog()
H A DSelectWin.cc247 …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 Dkmldom_test.py115 assert factory.CreateHotSpot()
436 hotspot = factory.CreateHotSpot()