Searched refs:offx (Results 1 – 1 of 1) sorted by relevance
7440 long offx = mnOutOffX; in ImplGetUnmirroredOutOffX() local7446 offx -= mpWindowImpl->mpParent->mnOutOffX; in ImplGetUnmirroredOutOffX()7448 offx = mpWindowImpl->mpParent->mnOutWidth - mnOutWidth - offx; in ImplGetUnmirroredOutOffX()7451 offx += mpWindowImpl->mpParent->mnOutOffX; in ImplGetUnmirroredOutOffX()7455 return offx; in ImplGetUnmirroredOutOffX()7462 long offx = ((Window*) this)->ImplGetUnmirroredOutOffX(); in OutputToNormalizedScreenPixel() local7463 return Point( rPos.X()+offx, rPos.Y()+mnOutOffY ); in OutputToNormalizedScreenPixel()7469 long offx = ((Window*) this)->ImplGetUnmirroredOutOffX(); in NormalizedScreenToOutputPixel() local7470 return Point( rPos.X()-offx, rPos.Y()-mnOutOffY ); in NormalizedScreenToOutputPixel()
Completed in 40 milliseconds