HomeSort by relevance Sort by last modified time
    Searched full: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/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 183 float currHeight = CGImageGetHeight(image.get());
184 if (currHeight <= srcRect.y())
220 if (currHeight < srcRect.maxY()) {
221 ASSERT(CGImageGetHeight(image.get()) == currHeight - CGRectIntegral(srcRect).origin.y);
233 if (!shouldUseSubimage && currHeight < selfSize.height())
234 adjustedDestRect.setHeight(adjustedDestRect.height() * currHeight / selfSize.height());

Completed in 129 milliseconds