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

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbriva.c 76 int dstW, dstH;
88 dstW = rect->w;
101 Bitmap->UnclippedRectangle[0].WidthHeight = (dstW << 16) | dstH;
117 int dstW, dstH;
134 dstW = dstrect->w;
148 Blt->WidthHeight = (dstH << 16) | dstW;
  /external/skia/gpu/src/
GrAtlas.cpp 101 int dstW = width + 2*BORDER;
105 const size_t dstRB = dstW * bpp;
120 fTexture->uploadTextureData(loc->fX, loc->fY, dstW, dstH, image);

Completed in 82 milliseconds