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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 190 int canvasHeight = canvas.getHeight();
198 if (scaledHeight < canvasHeight) {
201 int pad = (canvasHeight - scaledHeight) / 2;
205 scale = (float) canvasHeight / photoHeight;
208 drawRect.set(pad, 0, pad + scaledWidth - 1, canvasHeight);
  /external/v8/benchmarks/
raytrace.js 609 canvasHeight: 100,
620 this.options.canvasHeight /= this.options.pixelHeight;
651 var canvasHeight = this.options.canvasHeight;
654 for(var y=0; y < canvasHeight; y++){
656 var yp = y * 1.0 / canvasHeight * 2 - 1;
892 canvasHeight: imageHeight,

Completed in 881 milliseconds