/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | FELighting.cpp | 231 void FELighting::setPixel(int offset, LightingData& data, LightSource::PaintingData& paintingData, in setPixel() function in WebCore::FELighting 262 setPixel(offset, data, paintingData, 0, 0, cFactor2div3, cFactor2div3, normalVector); in drawLighting() 267 …setPixel(offset, data, paintingData, data.widthDecreasedByOne, 0, cFactor2div3, cFactor2div3, norm… in drawLighting() 272 …setPixel(offset, data, paintingData, 0, data.heightDecreasedByOne, cFactor2div3, cFactor2div3, nor… in drawLighting() 277 …setPixel(offset, data, paintingData, data.widthDecreasedByOne, data.heightDecreasedByOne, cFactor2… in drawLighting()
|
D | FELighting.h | 80 void setPixel(int offset, LightingData&, LightSource::PaintingData&,
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | ImageDiff.cpp | 108 diffImage.setPixel(x, y, qRgb(gray, gray, gray)); in main()
|
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 133 void setPixel(int x, int y, uint32_t val, SkBitmap& bm) { in setPixel() function 230 setPixel(coords[i]->fX, coords[i]->fY, i, bm); in writeCoordPixels()
|
/external/v8/benchmarks/ |
D | raytrace.js | 626 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine 663 this.setPixel(x, y, color);
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-raytrace.js | 621 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine 658 this.setPixel(x, y, color);
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-raytrace.js | 652 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine 689 this.setPixel(x, y, color);
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-raytrace.js | 652 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine 689 this.setPixel(x, y, color);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 8383 (WebCore::FELighting::setPixel): 8434 (WebCore::FELighting::setPixel):
|
D | ChangeLog-2010-12-06 | 19659 (WebCore::FELighting::setPixel): 27051 QImage::pixel() and QImage::setPixel().
|