Searched refs:canvasWidth (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContext3DCairo.cpp | 87 …const unsigned char* imagePixels, int imageWidth, int imageHeight, int canvasWidth, int canvasHeig… 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 …const unsigned char* imagePixels, int imageWidth, int imageHeight, int canvasWidth, int canvasHeig… 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 | 610 canvasWidth: 100, property 621 this.options.canvasWidth /= this.options.pixelWidth; 652 var canvasWidth = this.options.canvasWidth; 655 for(var x=0; x < canvasWidth; x++){ 657 var xp = x * 1.0 / canvasWidth * 2 - 1; 891 canvasWidth: imageWidth, property
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-raytrace.js | 605 canvasWidth: 100, property 616 this.options.canvasWidth /= this.options.pixelWidth; 647 var canvasWidth = this.options.canvasWidth; 650 for(var x=0; x < canvasWidth; x++){ 652 var xp = x * 1.0 / canvasWidth * 2 - 1; 886 canvasWidth: imageWidth, property
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-raytrace.js | 636 canvasWidth: 100, property 647 this.options.canvasWidth /= this.options.pixelWidth; 678 var canvasWidth = this.options.canvasWidth; 681 for(var x=0; x < canvasWidth; x++){ 683 var xp = x * 1.0 / canvasWidth * 2 - 1; 917 canvasWidth: imageWidth, property
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-raytrace.js | 636 canvasWidth: 100, property 647 this.options.canvasWidth /= this.options.pixelWidth; 678 var canvasWidth = this.options.canvasWidth; 681 for(var x=0; x < canvasWidth; x++){ 683 var xp = x * 1.0 / canvasWidth * 2 - 1; 917 canvasWidth: imageWidth, property
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 767 int canvasWidth, int canvasHeight, CGContextRef context); 770 int canvasWidth, int canvasHeight, PlatformContextCairo* context);
|