Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscossprite.c217 int currWidth, currHeight; in WIMP_ModeChanged() local
229 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()
/external/webkit/WebCore/platform/graphics/cg/
DImageCG.cpp170 float currHeight = CGImageGetHeight(image.get()); in draw() local
171 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()