HomeSort by relevance Sort by last modified time
    Searched defs:dstH (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbriva.c 76 int dstW, dstH;
89 dstH = rect->h;
101 Bitmap->UnclippedRectangle[0].WidthHeight = (dstW << 16) | dstH;
117 int dstW, dstH;
135 dstH = dstrect->h;
148 Blt->WidthHeight = (dstH << 16) | dstW;
  /external/skia/src/effects/
SkTestImageFilters.cpp 347 int dstH = SkScalarRoundToInt(src.height() * scale);
351 if (dstH < 1) {
352 dstH = 1;
359 SkDevice* dev = proxy->createDevice(dstW, dstH);
  /external/skia/src/gpu/
GrAtlas.cpp 95 int dstH = height + 2*BORDER;
99 uint8_t* dst = (uint8_t*)storage.reset(dstH * dstRB);
118 dstW, dstH, fTexture->config(),
  /external/skia/src/core/
SkScalerContext.cpp 437 int dstH = srcH;
466 clip.setRect(SkIRect::MakeWH(dstW, dstH));
469 bm.setConfig(config, dstW, dstH, dstRB);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java     [all...]

Completed in 96 milliseconds