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

  /packages/apps/Gallery3D/src/com/cooliris/media/
AdaptiveBackgroundTexture.java 99 int cropX;
107 cropX = 0;
114 cropX = (sourceWidth - cropWidth) / 2;
125 source.getPixels(in, 0, cropWidth, cropX, cropY, cropWidth, cropHeight);
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 643 int cropX;
651 cropX = Math.max(0, Math.min(focusX - cropWidth / 2, width - cropWidth));
659 cropX = 0;
669 canvas.drawBitmap(bitmap, new Rect(cropX, cropY, cropX + cropWidth, cropY + cropHeight), new Rect(0, 0, thumbnailWidth,
679 dataOutput.writeShort((int) ((focusX - cropX) * scaleFactor));
    [all...]
  /hardware/ti/omap3/liboverlay/
overlay.cpp 66 uint32_t cropX;
904 if (ctx->data.cropX == x && ctx->data.cropY == y && ctx->data.cropW == w
910 ctx->data.cropX = x;
    [all...]

Completed in 198 milliseconds