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

  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_sample.c 311 int32_t sourceH = type->mHal.state.lodDimY[lod];
315 dimF.y = (float)(sourceH);
343 next.y = wrapI(wrapT, iPixel.y + 1, sourceH);
346 location.y = wrapI(wrapT, iPixel.y, sourceH);
360 int32_t sourceH = type->mHal.state.lodDimY[lod];
364 dimF.y = (float)(sourceH);
369 location.y = wrapI(wrapT, iPixel.y, sourceH);
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 362 int sourceH = std::min<int>(bmpSize.cy - sourceY, destRect.bottom - dstY);
367 StretchDIBits(hdc, dstX, dstY, sourceW, sourceH, sourceX, sourceY, sourceW, sourceH,
374 dstY += sourceH;
GraphicsContextWinCE.cpp 381 int sourceH = sourceBmp->height();
401 if (srcX >= 0 && srcX <= sourceW && srcY >= 0 && srcY <= sourceH)
416 if (srcX >= 0 && srcX <= sourceW && srcY >= 0 && srcY <= sourceH)
428 if (srcX >= 0 && srcX <= sourceW && srcY >= 0 && srcY <= sourceH)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp     [all...]

Completed in 156 milliseconds