HomeSort by relevance Sort by last modified time
    Searched refs:DecodingImageGenerator (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DecodingImageGenerator.cpp 27 #include "platform/graphics/DecodingImageGenerator.h"
38 DecodingImageGenerator::DecodingImageGenerator(PassRefPtr<ImageFrameGenerator> frameGenerator, const SkImageInfo& info, size_t index)
46 DecodingImageGenerator::~DecodingImageGenerator()
50 SkData* DecodingImageGenerator::onRefEncodedData()
63 bool DecodingImageGenerator::onGetInfo(SkImageInfo* info)
69 bool DecodingImageGenerator::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount)
71 TRACE_EVENT1("webkit", "DecodingImageGenerator::getPixels", "index", static_cast<int>(m_frameIndex));
DecodingImageGenerator.h 45 class DecodingImageGenerator FINAL : public SkImageGenerator {
47 DecodingImageGenerator(PassRefPtr<ImageFrameGenerator>, const SkImageInfo&, size_t index);
48 virtual ~DecodingImageGenerator();
DeferredImageDecoder.cpp 29 #include "platform/graphics/DecodingImageGenerator.h"
283 DecodingImageGenerator* generator = new DecodingImageGenerator(m_frameGenerator, info, index);
  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.cpp 23 class DecodingImageGenerator : public SkImageGenerator {
25 virtual ~DecodingImageGenerator();
33 DecodingImageGenerator(SkData* data,
111 DecodingImageGenerator::DecodingImageGenerator(
127 DecodingImageGenerator::~DecodingImageGenerator() {
132 SkData* DecodingImageGenerator::onRefEncodedData() {
153 bool DecodingImageGenerator::onGetPixels(const SkImageInfo& info,
249 return SkNEW_ARGS(DecodingImageGenerator,
    [all...]
  /external/skia/src/images/
SkDecodingImageGenerator.cpp 23 class DecodingImageGenerator : public SkImageGenerator {
25 virtual ~DecodingImageGenerator();
33 DecodingImageGenerator(SkData* data,
111 DecodingImageGenerator::DecodingImageGenerator(
127 DecodingImageGenerator::~DecodingImageGenerator() {
132 SkData* DecodingImageGenerator::onRefEncodedData() {
153 bool DecodingImageGenerator::onGetPixels(const SkImageInfo& info,
249 return SkNEW_ARGS(DecodingImageGenerator,
    [all...]
  /external/chromium_org/third_party/skia/tests/
CachedDecodingPixelRefTest.cpp 163 DEF_TEST(DecodingImageGenerator, reporter) {
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 163 DEF_TEST(DecodingImageGenerator, reporter) {
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 298 third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 297 third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 297 third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 297 third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 297 third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
    [all...]
blink_platform.target.linux-arm.mk 298 third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 297 third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
    [all...]
blink_platform.target.linux-mips.mk 297 third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
    [all...]
blink_platform.target.linux-x86.mk 297 third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 297 third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
    [all...]

Completed in 959 milliseconds