OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFormatName
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/images/
SkImageDecoder.cpp
52
const char* SkImageDecoder::
getFormatName
() const {
53
return
GetFormatName
(this->getFormat());
56
const char* SkImageDecoder::
GetFormatName
(Format format) {
/external/skia/src/ports/
SkImageDecoder_empty.cpp
61
const char* SkImageDecoder::
GetFormatName
(Format) {
/external/skia/include/core/
SkImageDecoder.h
68
static const char*
GetFormatName
(Format);
72
const char*
getFormatName
() const;
Completed in 223 milliseconds