OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canvasHeight
(Results
1 - 3
of
3
) 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/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp
293
const int
canvasHeight
= 29;
310
EXPECT_EQ(
canvasHeight
, frame->getSkBitmap().height());
335
const int
canvasHeight
= 87;
353
EXPECT_EQ(
canvasHeight
, frame->getSkBitmap().height());
378
const int
canvasHeight
= 87;
396
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
);
Completed in 412 milliseconds