Home
last modified time | relevance | path

Searched refs:setPixel (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFELighting.cpp231 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()
267setPixel(offset, data, paintingData, data.widthDecreasedByOne, 0, cFactor2div3, cFactor2div3, norm… in drawLighting()
272setPixel(offset, data, paintingData, 0, data.heightDecreasedByOne, cFactor2div3, cFactor2div3, nor… in drawLighting()
277setPixel(offset, data, paintingData, data.widthDecreasedByOne, data.heightDecreasedByOne, cFactor2… in drawLighting()
DFELighting.h80 void setPixel(int offset, LightingData&, LightSource::PaintingData&,
/external/webkit/Tools/DumpRenderTree/qt/
DImageDiff.cpp108 diffImage.setPixel(x, y, qRgb(gray, gray, gray)); in main()
/external/skia/tests/
DBitmapCopyTest.cpp133 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/
Draytrace.js626 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine
663 this.setPixel(x, y, color);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-raytrace.js621 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine
658 this.setPixel(x, y, color);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-raytrace.js652 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine
689 this.setPixel(x, y, color);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-raytrace.js652 setPixel: function(x, y, color){ method in Flog.RayTracer.Engine
689 this.setPixel(x, y, color);
/external/webkit/Source/WebCore/
DChangeLog-2010-05-248383 (WebCore::FELighting::setPixel):
8434 (WebCore::FELighting::setPixel):
DChangeLog-2010-12-0619659 (WebCore::FELighting::setPixel):
27051 QImage::pixel() and QImage::setPixel().