Home
last modified time | relevance | path

Searched refs:colorspace (Results 1 – 15 of 15) sorted by relevance

/external/skia/xcode/hostapp/
Dtest.cpp45 CGColorSpaceRef colorspace = CGColorSpaceCreateWithName(kCGColorSpaceGenericRGB); in SkiaDraw() local
46 CGColorRef color = CGColorCreate(colorspace, components); in SkiaDraw()
50 CGColorSpaceRelease(colorspace); in SkiaDraw()
/external/jpeg/
Djcparam.c391 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace) in jpeg_set_colorspace() argument
413 cinfo->jpeg_color_space = colorspace; in jpeg_set_colorspace()
418 switch (colorspace) { in jpeg_set_colorspace()
Dlibjpeg.doc75 decompression. They include colorspace conversion, downsampling/upsampling,
117 Set parameters for compression, including image size & colorspace
153 about the image's size, colorspace, etc is available when the application
191 channels). You must specify how many components there are and the colorspace
199 or full grayscale (or sometimes another colorspace such as CMYK). You can
317 3. Set parameters for compression, including image size & colorspace.
342 because the defaults depend on the source image colorspace. However the
352 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */
459 dimensions freely between cycles, but if you change the input colorspace, you
460 should call jpeg_set_defaults() to adjust for the new colorspace; and then
[all …]
Djpeglib.h921 J_COLOR_SPACE colorspace));
Dstructure.doc75 decompression. They include colorspace conversion, downsampling/upsampling,
124 data is in the colorspace to be used for compression, and it is downsampled
340 buffer, which lies between colorspace conversion and downsampling. Note
493 colorspace conversion???
/external/webkit/WebKitTools/DumpRenderTree/mac/
DPixelDumpSupportMac.mm47 // To ensure pixel tests consistency, we need to always render in the same colorspace.
48 …, because of AppKit / WebKit constraints, we can't render directly in the colorspace of our choice.
49 // This implies we have to temporarily change the profile of the main display to the colorspace we …
50 // We also need to make sure the CGBitmapContext we return is in that same colorspace.
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysvideo.cc164 static inline int ColorSpaceToBitsPerPixel(uint32 colorspace) in ColorSpaceToBitsPerPixel() argument
169 switch (colorspace) { in ColorSpaceToBitsPerPixel()
/external/webkit/WebCore/platform/graphics/mac/
DColorMac.mm100 // This needs to always use device colorspace so it can de-calibrate the color for
/external/libpng/
DCHANGES1444 colorspace (John Denker).
/external/webkit/WebKitTools/
DChangeLog574 Create image difference bitmap in reference image colorspace instead of device colorspace
/external/webkit/WebKit/mac/
DChangeLog2747 WebKit should be using Device RGB colorspace everywhere for
DChangeLog-2006-02-0910228 …<rdar://problem/3824626> Change to do colormatching for DeviceRGB colorspace causes ~11% Safari sl…
/external/webkit/WebCore/
DChangeLog-2005-08-235632 * kwq/KWQPainter.h: removed colorspace calls
5633 * kwq/KWQPainter.mm: removed colorspace calls
5636 as corresponding QPainter colorspace "choke-point" methods.
32630 …<rdar://problem/3824626> Change to do colormatching for DeviceRGB colorspace causes ~11% Safari sl…
DChangeLog-2006-12-3126243 …(WebCore::KRenderingPaintServerSolidQuartz::setup): use a single shared colorspace, avoid a few ma…
26245 (+[WebCoreControlTintObserver WebCore]): store a single shared colorspace instance
DChangeLog20941 WebKit should be using Device RGB colorspace everywhere for