Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContext3DCairo.cpp87 …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/
DGraphicsContext3DCG.cpp257 …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/
Draytrace.js610 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/
Dv8-raytrace.js605 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/
Dv8-raytrace.js636 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/
Dv8-raytrace.js636 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/
DGraphicsContext3D.h767 int canvasWidth, int canvasHeight, CGContextRef context);
770 int canvasWidth, int canvasHeight, PlatformContextCairo* context);