HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 76 - 100 of 146) sorted by null

1 2 34 5 6

  /external/jpeg/
jcmainct.c 10 * compressor proper; it holds downsampled data in the JPEG colorspace.
wrrle.c 92 * - Colorspace is expected to be grayscale or RGB.
jpeglib.h 286 J_COLOR_SPACE in_color_space; /* colorspace of input image */
301 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
430 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
437 J_COLOR_SPACE out_color_space; /* colorspace for output */
    [all...]
jdmaster.c 188 /* Report number of components in selected colorspace. */
212 default: /* else must be same colorspace as in file */
jcmarker.c 462 * be used for any other JPEG colorspace. The Adobe marker is helpful
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 137 /* find the appropriate BeOS colorspace descriptor */
  /external/webkit/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 49 ImageBuffer::ImageBuffer(const IntSize& size, ImageColorSpace colorSpace, bool& success)
PathAndroid.cpp 354 // TODO(benm): Confirm with reed that it's correct to use the (default) DeviceRGB ColorSpace parameter in the call to create below.
  /external/webkit/WebCore/rendering/
RenderFileUploadControl.cpp 218 paintInfo.context->setFillColor(style()->color(), style()->colorSpace());
RenderListMarker.cpp     [all...]
RenderThemeWin.cpp 822 paintInfo.context->drawImage(isPressed(o) ? cancelPressedImage : cancelImage, o->style()->colorSpace(), bounds);
871 paintInfo.context->drawImage(magnifierImage, o->style()->colorSpace(), bounds);
    [all...]
RenderReplaced.cpp 156 paintInfo.context->fillRect(selectionPaintingRect, selectionBackgroundColor(), style()->colorSpace());
SVGRenderSupport.cpp 106 paintInfo.context->setShadow(IntSize(shadow->x, shadow->y), shadow->blur, shadow->color, style->colorSpace());
RenderObject.cpp 737 graphicsContext->setStrokeColor(c, m_style->colorSpace());
758 graphicsContext->setFillColor(c, m_style->colorSpace());
871 graphicsContext->setFillColor(c, m_style->colorSpace());
    [all...]
SVGInlineTextBox.cpp 414 styleToUse->colorSpace());
523 font.ascent() + font.descent(), color, style->colorSpace(), startPos - adjust, endPos - adjust);
  /external/webkit/WebCore/svg/graphics/
SVGImage.cpp 177 void SVGImage::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace, CompositeOperator compositeOp)
SVGPaintServerGradient.cpp 240 context->setStrokeColor(color, style->colorSpace());
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 179 fprintf( stderr, "unsupported jpeg colorspace %d with %d components\n",
  /external/webkit/WebCore/editing/
SelectionController.cpp     [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 371 return return_false(cinfo, *bm, "jpeg colorspace");
621 return return_false(*cinfo, *bm, "jpeg colorspace");
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 781 static CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();
794 RetainPtr<CGImageRef> frameImage(AdoptCF, CGImageCreate(width, height, 8, bitsPerPixel, rowBytes, colorSpace,
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h 31 #include "ColorSpace.h"
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 886 CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceCMYK();
887 CGColorRef shadowColor = CGColorCreate(colorSpace, components);
888 CGColorSpaceRelease(colorSpace);
    [all...]
  /hardware/ti/omap3/liboverlay/
v4l2_utils.c 98 LOGI("color: %x\n", pix->colorspace);
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 773 CGColorSpaceRef colorSpace = CGImageGetColorSpace(m_pendingContentsImage.get());
776 if (colorSpace && CFEqual(colorSpace, deviceRGB)) {
    [all...]

Completed in 451 milliseconds

1 2 34 5 6