Home
last modified time | relevance | path

Searched refs:GetPortAndCall_ (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/link/macmet/
H A DMoreCarbonAccessors.h100 # define GetPortAndCall_(function, arg) \ macro
109 inline void InvalRect(Rect *rect) { GetPortAndCall_(InvalWindowRect, rect); } in InvalRect()
110 inline void InvalRgn(RgnHandle rgn) { GetPortAndCall_(InvalWindowRgn, rgn); } in InvalRgn()
111 inline void ValidRect(Rect *rect) { GetPortAndCall_(ValidWindowRect, rect); } in ValidRect()
112 inline void ValidRgn(RgnHandle rgn) { GetPortAndCall_(ValidWindowRgn, rgn); } in ValidRgn()
114 # define InvalRect(rect) GetPortAndCall_(InvalWindowRect, (rect))
115 # define InvalRgn(rgn) GetPortAndCall_(InvalWindowRgn, (rgn ))
116 # define ValidRect(rect) GetPortAndCall_(ValidWindowRect, (rect))
117 # define ValidRgn(rgn) GetPortAndCall_(ValidWindowRgn, (rgn ))
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dncbidraw.c96 #define GetPortAndCall_(function, arg) \ macro
102 #define InvalRect(rect) GetPortAndCall_(InvalWindowRect, (rect))
103 #define InvalRgn(rgn) GetPortAndCall_(InvalWindowRgn, (rgn ))
104 #define ValidRect(rect) GetPortAndCall_(ValidWindowRect, (rect))
105 #define ValidRgn(rgn) GetPortAndCall_(ValidWindowRgn, (rgn ))