Lines Matching refs:pSize
80 Size* pSize, in GetLTFrameSize() argument
88 pSize->width = winSize.width - frameSize.r; in GetLTFrameSize()
89 pSize->height = frameSize.t; in GetLTFrameSize()
115 Size* pSize, in GetRTFrameSize() argument
125 pSize->width = frameSize.r; in GetRTFrameSize()
126 pSize->height = winSize.height - frameSize.b; in GetRTFrameSize()
152 Size* pSize, in GetLBFrameSize() argument
160 pSize->width = frameSize.l; in GetLBFrameSize()
161 pSize->height = winSize.height - frameSize.t; in GetLBFrameSize()
187 Size* pSize, in GetRBFrameSize() argument
195 pSize->width = winSize.width - frameSize.l; in GetRBFrameSize()
196 pSize->height = frameSize.b; in GetRBFrameSize()