HomeSort by relevance Sort by last modified time
    Searched defs:GetFormatName (Results 1 - 2 of 2) sorted by null

  /external/skia/src/ports/
SkImageDecoder_empty.cpp 69 const char* SkImageDecoder::GetFormatName(Format) {
  /external/skia/src/images/
SkImageDecoder.cpp 52 const char* SkImageDecoder::getFormatName() const {
53 return GetFormatName(this->getFormat());
56 const char* SkImageDecoder::GetFormatName(Format format) {

Completed in 364 milliseconds