Searched refs:currHeight (Results 1 – 2 of 2) sorted by relevance
217 int currWidth, currHeight; in WIMP_ModeChanged() local229 currHeight = window_state[4] - window_state[2]; in WIMP_ModeChanged()232 newHeight = (currHeight >> oldYeig) << this->hidden->yeig; in WIMP_ModeChanged()236 if (currHeight <= newHeight) in WIMP_ModeChanged()241 extent[1] = -currHeight; in WIMP_ModeChanged()
170 float currHeight = CGImageGetHeight(image.get()); in draw() local171 if (currHeight <= srcRect.y()) in draw()207 if (currHeight < srcRect.bottom()) { in draw()208 … ASSERT(CGImageGetHeight(image.get()) == currHeight - CGRectIntegral(srcRect).origin.y); in draw()220 if (!shouldUseSubimage && currHeight < selfSize.height()) in draw()221 adjustedDestRect.setHeight(adjustedDestRect.height() * currHeight / selfSize.height()); in draw()