OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ColorProfile
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/gfx/
color_profile.cc
22
ColorProfile
::
ColorProfile
() {
27
ColorProfile
::~
ColorProfile
() {
color_profile.h
18
class GFX_EXPORT
ColorProfile
{
22
ColorProfile
();
23
~
ColorProfile
();
30
DISALLOW_COPY_AND_ASSIGN(
ColorProfile
);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h
46
typedef Vector<char>
ColorProfile
;
201
ColorProfile
profile = screenColorProfile();
219
static
ColorProfile
screenColorProfile()
225
ColorProfile
colorProfile
;
226
colorProfile
.append(profile.data(), profile.size());
227
return
colorProfile
;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp
185
void createColorTransform(const
ColorProfile
&
colorProfile
, bool hasAlpha)
189
if (
colorProfile
.isEmpty())
194
qcms_profile* inputProfile = qcms_profile_from_memory(
colorProfile
.data(),
colorProfile
.size());
271
static void readColorProfile(png_structp png, png_infop info,
ColorProfile
&
colorProfile
)
295
ASSERT(
colorProfile
.isEmpty());
297
colorProfile
.append(profileData, profileLength);
358
ColorProfile
colorProfile
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
228
static void readColorProfile(jpeg_decompress_struct* info,
ColorProfile
&
colorProfile
)
247
ASSERT(
colorProfile
.isEmpty());
249
colorProfile
.append(profileData, profileLength);
462
ColorProfile
colorProfile
;
463
readColorProfile(info(),
colorProfile
);
464
createColorTransform(
colorProfile
, colorSpaceHasAlpha(m_info.out_color_space));
612
void createColorTransform(const
ColorProfile
&
colorProfile
, bool hasAlpha
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_message_filter.cc
120
base::LazyInstance<gfx::
ColorProfile
>::Leaky g_color_profile =
[
all
...]
/external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc
849
gfx::
ColorProfile
profile;
[
all
...]
Completed in 149 milliseconds