Searched refs:canvasHeight (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContext3DCairo.cpp | 87 …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/ |
D | GraphicsContext3DCG.cpp | 257 …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/ |
D | raytrace.js | 609 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/ |
D | v8-raytrace.js | 604 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/ |
D | v8-raytrace.js | 635 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/ |
D | v8-raytrace.js | 635 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/ |
D | GraphicsContext3D.h | 767 int canvasWidth, int canvasHeight, CGContextRef context); 770 int canvasWidth, int canvasHeight, PlatformContextCairo* context);
|