OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BMPImageDecoder
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageDecoder.h
40
class PLATFORM_EXPORT
BMPImageDecoder
: public ImageDecoder {
42
BMPImageDecoder
(ImageSource::AlphaOption, ImageSource::GammaAndColorProfileOption, size_t maxDecodedBytes);
BMPImageDecoder.cpp
32
#include "platform/image-decoders/bmp/
BMPImageDecoder
.h"
40
// "sizeof(
BMPImageDecoder
::BitmapFileHeader)" since we omit some fields and
44
BMPImageDecoder
::
BMPImageDecoder
(ImageSource::AlphaOption alphaOption,
52
void
BMPImageDecoder
::setData(SharedBuffer* data, bool allDataReceived)
62
bool
BMPImageDecoder
::isSizeAvailable()
70
ImageFrame*
BMPImageDecoder
::frameBufferAtIndex(size_t index)
89
bool
BMPImageDecoder
::setFailed()
95
void
BMPImageDecoder
::decode(bool onlySize)
110
bool
BMPImageDecoder
::decodeHelper(bool onlySize
[
all
...]
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libbmp.cpp
34
DEFINE_DECODER_CREATOR(
BMPImageDecoder
);
/external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h
470
DECLARE_DECODER_CREATOR(
BMPImageDecoder
);
Completed in 53 milliseconds