Home
last modified time | relevance | path

Searched refs:canvasHeight (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContext3DCairo.cpp87 …r* imagePixels, int imageWidth, int imageHeight, int canvasWidth, int canvasHeight, PlatformContex… in paintToCanvas() argument
89 …if (!imagePixels || imageWidth <= 0 || imageHeight <= 0 || canvasWidth <= 0 || canvasHeight <= 0 |… in paintToCanvas()
95 cairo_rectangle(cr, 0, 0, canvasWidth, canvasHeight); in paintToCanvas()
108 cairo_rectangle(cr, 0, 0, canvasWidth, -canvasHeight); in paintToCanvas()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContext3DCG.cpp257 …r* imagePixels, int imageWidth, int imageHeight, int canvasWidth, int canvasHeight, CGContextRef c… in paintToCanvas() argument
259 …if (!imagePixels || imageWidth <= 0 || imageHeight <= 0 || canvasWidth <= 0 || canvasHeight <= 0 |… in paintToCanvas()
268 CGRect rect = CGRectMake(0, 0, canvasWidth, canvasHeight); in paintToCanvas()
/external/v8/benchmarks/
Draytrace.js609 canvasHeight: 100, property
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, property
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-raytrace.js604 canvasHeight: 100, property
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, property
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-raytrace.js635 canvasHeight: 100, property
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, property
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-raytrace.js635 canvasHeight: 100, property
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, property
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h767 int canvasWidth, int canvasHeight, CGContextRef context);
770 int canvasWidth, int canvasHeight, PlatformContextCairo* context);