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

  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 21 var canvasHeight;
62 canvasHeight = window.innerHeight;
64 canvas.setAttribute('height', canvasHeight);
66 borderY = ballDiameter/canvasHeight;
170 drawBall(x * canvasWidth, y * canvasHeight, angle); // externally defined
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 162 const int canvasHeight = 29;
178 EXPECT_EQ(canvasHeight, frame->getSkBitmap().height());
202 const int canvasHeight = 87;
219 EXPECT_EQ(canvasHeight, frame->getSkBitmap().height());
  /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/chromium_org/third_party/WebKit/Source/devtools/front_end/
FlameChart.js 555 var canvasHeight = height * ratio;
557 this._overviewCanvas.height = canvasHeight;
563 var yScaleFactor = canvasHeight / (maxStackDepth * 1.1);
568 context.moveTo(-1, canvasHeight - 1);
573 value = Math.round(canvasHeight - drawData[x] * yScaleFactor - 1);
577 context.lineTo(canvasWidth + 1, canvasHeight - 1);
613 var canvasHeight = height * ratio;
615 this._canvas.height = canvasHeight;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 859 int canvasHeight = canvasSize.height;
866 canvasHeight -= 4;
890 int vDelta = canvasHeight - sceneHeight;
899 double vScale = (canvasHeight - 2 * vMargin) / (double) sceneHeight;
    [all...]

Completed in 337 milliseconds