Home
last modified time | relevance | path

Searched refs:UsePoint (Results 1 – 6 of 6) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DInfoPoint.cpp63 UsePoint.empty(); in InfoPoint()
199 if (PersonalDistance(UsePoint, actor)<MAX_OPERATING_DISTANCE) { in Entered()
252 …buffer.appendFormatted( "UsePoint: %d.%d (on: %s)\n", UsePoint.x, UsePoint.y, YESNO(GetUsePoint()… in dump()
H A DInfoPoint.h53 Point UsePoint; variable
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-embrodery-stitch-ordering.h159 void UsePoint();
248 OrderingGroupPoint *UsePoint(int index);
H A Dlpe-embrodery-stitch-ordering.cpp457 void OrderingGroupPoint::UsePoint() in UsePoint() function in Inkscape::LivePathEffect::LPEEmbroderyStitchOrdering::OrderingGroupPoint
459 group->UsePoint(indexInGroup); in UsePoint()
556 OrderingGroupPoint *OrderingGroup::UsePoint(int index) in UsePoint() function in Inkscape::LivePathEffect::LPEEmbroderyStitchOrdering::OrderingGroup
627 (*it)->UsePoint(); in FindUnusedAndUse()
914 crnt->UsePoint(); in OrderGroups()
916 crnt->UsePoint(); in OrderGroups()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/AREImporter/
H A DAREImporter.cpp706 ip->UsePoint.x = PosX; in GetMap()
707 ip->UsePoint.y = PosY; in GetMap()
710 ip->Pos = ip->UsePoint; in GetMap()
2148 tmpWord = (ieWord) ip->UsePoint.x; in PutRegions()
2149 ieDword tmpDword2 = ip->UsePoint.x; in PutRegions()
2151 tmpWord = (ieWord) ip->UsePoint.y; in PutRegions()
2152 tmpDword = ip->UsePoint.y; in PutRegions()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GameScript/
H A DGSUtils.cpp1010 position=((InfoPoint *) scr)->UsePoint; in GetTalkPositionFromScriptable()
1037 position = ((const InfoPoint *) scr)->UsePoint; in GetPositionFromScriptable()
1371 dest = ((const InfoPoint *)target)->UsePoint; in MoveToObjectCore()