OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageSource
(Results
26 - 42
of
42
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/core/imagebitmap/
ImageBitmapFactories.cpp
48
#include "platform/graphics/
ImageSource
.h"
306
OwnPtr<
ImageSource
> source = adoptPtr(new
ImageSource
());
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp
220
PNGImageDecoder::PNGImageDecoder(
ImageSource
::AlphaOption alphaOption,
221
ImageSource
::GammaAndColorProfileOption gammaAndColorProfileOption,
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoderTest.cpp
60
return adoptPtr(new GIFImageDecoder(
ImageSource
::AlphaNotPremultiplied,
ImageSource
::GammaAndColorProfileApplied, ImageDecoder::noDecodedImageByteLimit));
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
683
JPEGImageDecoder::JPEGImageDecoder(
ImageSource
::AlphaOption alphaOption,
684
ImageSource
::GammaAndColorProfileOption gammaAndColorProfileOption,
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk
325
third_party/WebKit/Source/platform/graphics/
ImageSource
.cpp \
[
all
...]
blink_platform.target.darwin-arm64.mk
324
third_party/WebKit/Source/platform/graphics/
ImageSource
.cpp \
[
all
...]
blink_platform.target.darwin-mips.mk
324
third_party/WebKit/Source/platform/graphics/
ImageSource
.cpp \
[
all
...]
blink_platform.target.darwin-mips64.mk
324
third_party/WebKit/Source/platform/graphics/
ImageSource
.cpp \
[
all
...]
blink_platform.target.darwin-x86.mk
324
third_party/WebKit/Source/platform/graphics/
ImageSource
.cpp \
[
all
...]
blink_platform.target.darwin-x86_64.mk
324
third_party/WebKit/Source/platform/graphics/
ImageSource
.cpp \
[
all
...]
blink_platform.target.linux-arm.mk
325
third_party/WebKit/Source/platform/graphics/
ImageSource
.cpp \
[
all
...]
blink_platform.target.linux-arm64.mk
324
third_party/WebKit/Source/platform/graphics/
ImageSource
.cpp \
[
all
...]
blink_platform.target.linux-mips.mk
324
third_party/WebKit/Source/platform/graphics/
ImageSource
.cpp \
[
all
...]
blink_platform.target.linux-mips64.mk
324
third_party/WebKit/Source/platform/graphics/
ImageSource
.cpp \
[
all
...]
blink_platform.target.linux-x86.mk
324
third_party/WebKit/Source/platform/graphics/
ImageSource
.cpp \
[
all
...]
blink_platform.target.linux-x86_64.mk
324
third_party/WebKit/Source/platform/graphics/
ImageSource
.cpp \
[
all
...]
Completed in 164 milliseconds
1
2