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

  /packages/apps/Gallery3D/src/com/cooliris/media/
AdaptiveBackgroundTexture.java 100 int cropY;
108 cropY = (sourceHeight - cropHeight) / 2;
115 cropY = 0;
125 source.getPixels(in, 0, cropWidth, cropX, cropY, cropWidth, cropHeight);
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 644 int cropY;
652 cropY = 0;
658 cropY = Math.max(0, Math.min(focusY - cropHeight / 2, height - cropHeight));
669 canvas.drawBitmap(bitmap, new Rect(cropX, cropY, cropX + cropWidth, cropY + cropHeight), new Rect(0, 0, thumbnailWidth,
680 dataOutput.writeShort((int) ((focusY - cropY) * scaleFactor));
    [all...]
  /hardware/ti/omap3/liboverlay/
overlay.cpp 67 uint32_t cropY;
904 if (ctx->data.cropX == x && ctx->data.cropY == y && ctx->data.cropW == w
911 ctx->data.cropY = y;
    [all...]

Completed in 100 milliseconds