Lines Matching refs:fBounds
90 fBounds.t = 0; in Trim()
91 fBounds.l = 0; in Trim()
93 fBounds.b = r.H (); in Trim()
94 fBounds.r = r.W (); in Trim()
98 fBuffer.fArea = fBounds; in Trim()
107 int32 originH = fBounds.l; in Rotate()
108 int32 originV = fBounds.t; in Rotate()
113 uint32 width = fBounds.W (); in Rotate()
114 uint32 height = fBounds.H (); in Rotate()
142 width = fBounds.H (); in Rotate()
143 height = fBounds.W (); in Rotate()
152 fBounds.r = fBounds.l + width; in Rotate()
153 fBounds.b = fBounds.t + height; in Rotate()
155 fBuffer.fArea = fBounds; in Rotate()