Searched refs:onGetPixels (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkImageGenerator.h55 return this->onGetPixels(info, pixels, rowBytes, NULL, NULL);
130 virtual bool onGetPixels(const SkImageInfo& info,
/external/skia/include/core/
H A DSkImageGenerator.h61 return this->onGetPixels(info, pixels, rowBytes, NULL, NULL);
122 virtual bool onGetPixels(const SkImageInfo& info,
/external/skia/src/core/
H A DSkImageGenerator.cpp43 bool success = this->onGetPixels(info, pixels, rowBytes, ctable, ctableCount);
70 bool SkImageGenerator::onGetPixels(const SkImageInfo&, void*, size_t, SkPMColor*, int*) { function in class:SkImageGenerator
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDecodingImageGenerator.h55 virtual bool onGetPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) OVERRIDE;
H A DDecodingImageGenerator.cpp70 bool DecodingImageGenerator::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) function in class:blink::DecodingImageGenerator
/external/chromium_org/third_party/skia/src/core/
H A DSkImageGenerator.cpp43 bool success = this->onGetPixels(info, pixels, rowBytes, ctable, ctableCount);
122 bool SkImageGenerator::onGetPixels(const SkImageInfo&, void*, size_t, SkPMColor*, int*) { function in class:SkImageGenerator
/external/chromium_org/third_party/skia/src/images/
H A DSkDecodingImageGenerator.cpp45 virtual bool onGetPixels(const SkImageInfo& info,
149 bool DecodingImageGenerator::onGetPixels(const SkImageInfo& info, function in class:__anon15318::DecodingImageGenerator
/external/skia/src/images/
H A DSkDecodingImageGenerator.cpp45 virtual bool onGetPixels(const SkImageInfo& info,
153 bool DecodingImageGenerator::onGetPixels(const SkImageInfo& info, function in class:__anon30731::DecodingImageGenerator
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp198 virtual bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer.cc225 virtual bool onGetPixels(const SkImageInfo& info,
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp197 virtual bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,

Completed in 297 milliseconds