OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canvasHeight
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls_draw_back_as_aligned_image_data.js
11
backImageCanvas.height =
canvasHeight
;
13
backContext.drawImage(backImage, 0, 0, canvasWidth,
canvasHeight
);
14
backImageData = backContext.getImageData(0, 0, canvasWidth,
canvasHeight
)
bouncing_balls_draw_back_as_aligned_canvas.js
11
backImageCanvas.height =
canvasHeight
;
13
backContext.drawImage(backImage, 0, 0, canvasWidth,
canvasHeight
);
bouncing_balls_draw_back_as_canvas.js
17
canvasContext.drawImage(backImageCanvas, 0, 0, canvasWidth,
canvasHeight
);
bouncing_balls_draw_back_as_gradient.js
14
canvasContext.fillRect(0, 0, canvasWidth,
canvasHeight
);
bouncing_balls_draw_back_as_image.js
12
canvasContext.drawImage(backImage, 0, 0, canvasWidth,
canvasHeight
);
bouncing_balls_draw_back_as_white.js
11
canvasContext.fillRect(0, 0, canvasWidth,
canvasHeight
);
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
/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/web/tests/
WEBPImageDecoderTest.cpp
212
const int
canvasHeight
= 29;
229
EXPECT_EQ(
canvasHeight
, frame->getSkBitmap().height());
254
const int
canvasHeight
= 87;
272
EXPECT_EQ(
canvasHeight
, frame->getSkBitmap().height());
297
const int
canvasHeight
= 87;
315
EXPECT_EQ(
canvasHeight
, frame->getSkBitmap().height());
/cts/suite/cts/deviceTests/browserbench/assets/octane/
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,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js
635
canvasHeight
: 100,
646
this.options.
canvasHeight
/= this.options.pixelHeight;
677
var
canvasHeight
= this.options.
canvasHeight
;
680
for(var y=0; y <
canvasHeight
; y++){
682
var yp = y * 1.0 /
canvasHeight
* 2 - 1;
918
canvasHeight
: imageHeight,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js
635
canvasHeight
: 100,
646
this.options.
canvasHeight
/= this.options.pixelHeight;
677
var
canvasHeight
= this.options.
canvasHeight
;
680
for(var y=0; y <
canvasHeight
; y++){
682
var yp = y * 1.0 /
canvasHeight
* 2 - 1;
918
canvasHeight
: imageHeight,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js
604
canvasHeight
: 100,
615
this.options.
canvasHeight
/= this.options.pixelHeight;
646
var
canvasHeight
= this.options.
canvasHeight
;
649
for(var y=0; y <
canvasHeight
; y++){
651
var yp = y * 1.0 /
canvasHeight
* 2 - 1;
887
canvasHeight
: imageHeight,
/external/chromium_org/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,
/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,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FlameChart.js
483
var
canvasHeight
= height * ratio;
485
var yScaleFactor =
canvasHeight
/ (timelineData.maxStackDepth * 1.1);
490
context.moveTo(-1,
canvasHeight
- 1);
495
value = Math.round(
canvasHeight
- drawData[x] * yScaleFactor - 1);
499
context.lineTo(canvasWidth + 1,
canvasHeight
- 1);
ScreencastView.js
632
var
canvasHeight
= this._canvasElement.offsetHeight;
661
if (anchorTop >
canvasHeight
) {
662
boxY =
canvasHeight
- titleHeight - arrowHeight;
667
} else if (anchorBottom + titleHeight + arrowHeight <
canvasHeight
) {
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java
240
public void draw(Canvas canvas, int color, int canvasWidth, int
canvasHeight
,
243
float h =
canvasHeight
- mCurveHandleSize;
/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 563 milliseconds