Searched refs:colorspace (Results 1 – 15 of 15) sorted by relevance
/external/skia/xcode/hostapp/ |
D | test.cpp | 45 CGColorSpaceRef colorspace = CGColorSpaceCreateWithName(kCGColorSpaceGenericRGB); in SkiaDraw() local 46 CGColorRef color = CGColorCreate(colorspace, components); in SkiaDraw() 50 CGColorSpaceRelease(colorspace); in SkiaDraw()
|
/external/jpeg/ |
D | jcparam.c | 391 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()
|
D | libjpeg.doc | 75 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 …]
|
D | jpeglib.h | 921 J_COLOR_SPACE colorspace));
|
D | structure.doc | 75 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/ |
D | PixelDumpSupportMac.mm | 47 // 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/ |
D | SDL_sysvideo.cc | 164 static inline int ColorSpaceToBitsPerPixel(uint32 colorspace) in ColorSpaceToBitsPerPixel() argument 169 switch (colorspace) { in ColorSpaceToBitsPerPixel()
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | ColorMac.mm | 100 // This needs to always use device colorspace so it can de-calibrate the color for
|
/external/libpng/ |
D | CHANGES | 1444 colorspace (John Denker).
|
/external/webkit/WebKitTools/ |
D | ChangeLog | 574 Create image difference bitmap in reference image colorspace instead of device colorspace
|
/external/webkit/WebKit/mac/ |
D | ChangeLog | 2747 WebKit should be using Device RGB colorspace everywhere for
|
D | ChangeLog-2006-02-09 | 10228 …<rdar://problem/3824626> Change to do colormatching for DeviceRGB colorspace causes ~11% Safari sl…
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-08-23 | 5632 * 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…
|
D | ChangeLog-2006-12-31 | 26243 …(WebCore::KRenderingPaintServerSolidQuartz::setup): use a single shared colorspace, avoid a few ma… 26245 (+[WebCoreControlTintObserver WebCore]): store a single shared colorspace instance
|
D | ChangeLog | 20941 WebKit should be using Device RGB colorspace everywhere for
|