HomeSort by relevance Sort by last modified time
    Searched refs:currHeight (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscossprite.c 217 int currWidth, currHeight;
229 currHeight = window_state[4] - window_state[2];
232 newHeight = (currHeight >> oldYeig) << this->hidden->yeig;
236 if (currHeight <= newHeight)
241 extent[1] = -currHeight;
  /external/webkit/WebCore/platform/graphics/cg/
ImageCG.cpp 170 float currHeight = CGImageGetHeight(image.get());
171 if (currHeight <= srcRect.y())
207 if (currHeight < srcRect.bottom()) {
208 ASSERT(CGImageGetHeight(image.get()) == currHeight - CGRectIntegral(srcRect).origin.y);
220 if (!shouldUseSubimage && currHeight < selfSize.height())
221 adjustedDestRect.setHeight(adjustedDestRect.height() * currHeight / selfSize.height());

Completed in 60 milliseconds