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

  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 55 static const char* GetFormatName(Format);
59 const char* getFormatName() const;
  /external/skia/include/core/
SkImageDecoder.h 55 static const char* GetFormatName(Format);
59 const char* getFormatName() const;
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 94 decoder->getFormatName());
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 74 const char* SkImageDecoder::getFormatName() const {
75 return GetFormatName(this->getFormat());
78 const char* SkImageDecoder::GetFormatName(Format format) {
  /external/skia/src/images/
SkImageDecoder.cpp 77 const char* SkImageDecoder::getFormatName() const {
78 return GetFormatName(this->getFormat());
81 const char* SkImageDecoder::GetFormatName(Format format) {

Completed in 52 milliseconds