Home
last modified time | relevance | path

Searched refs:RGBA (Results 1 – 25 of 55) sorted by relevance

123

/external/webkit/Source/WebCore/html/canvas/
DCanvasStyle.cpp101 : m_type(RGBA) in CanvasStyle()
107 : m_type(RGBA) in CanvasStyle()
113 : m_type(RGBA) in CanvasStyle()
191 case RGBA: in isEquivalentColor()
212 if (m_type != RGBA) in isEquivalentRGBA()
235 case RGBA: in applyStrokeColor()
272 case RGBA: in applyFillColor()
DCanvasStyle.h57 …String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(… in color()
69 … enum Type { RGBA, CMYKA, Gradient, ImagePattern, CurrentColor, CurrentColorWithOverrideAlpha }; enumerator
DWebGLRenderingContext.cpp2811 case GraphicsContext3D::RGBA: in readPixels()
2827 if (format != GraphicsContext3D::RGBA || type != GraphicsContext3D::UNSIGNED_BYTE) { in readPixels()
4104 m_context->texImage2D(GraphicsContext3D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, 1, 1, in createFallbackBlackTextures1x1()
4105 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, black); in createFallbackBlackTextures1x1()
4109 …ntext->texImage2D(GraphicsContext3D::TEXTURE_CUBE_MAP_POSITIVE_X, 0, GraphicsContext3D::RGBA, 1, 1, in createFallbackBlackTextures1x1()
4110 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, black); in createFallbackBlackTextures1x1()
4111 …ntext->texImage2D(GraphicsContext3D::TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GraphicsContext3D::RGBA, 1, 1, in createFallbackBlackTextures1x1()
4112 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, black); in createFallbackBlackTextures1x1()
4113 …ntext->texImage2D(GraphicsContext3D::TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GraphicsContext3D::RGBA, 1, 1, in createFallbackBlackTextures1x1()
4114 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, black); in createFallbackBlackTextures1x1()
[all …]
/external/webkit/Source/WebCore/platform/graphics/chromium/
DCanvas2DLayerChromium.cpp74 …sContext3D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, size.width(), size.height(), 0, GraphicsContex… in updateCompositorResources()
DDrawingBufferChromium.cpp67 …sContext3D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, size.width(), size.height(), 0, GraphicsContex… in generateColorTexture()
DVideoFrameChromium.h56 RGBA, enumerator
DLayerTilerChromium.cpp254 if (!tile->texture()->isValid(m_tileSize, GraphicsContext3D::RGBA)) in update()
257 tile->texture()->reserve(m_tileSize, GraphicsContext3D::RGBA); in update()
323 if (!tile->texture()->reserve(m_tileSize, GraphicsContext3D::RGBA)) { in updateFromPixels()
368 …(), destRect.y(), destRect.width(), destRect.height(), GraphicsContext3D::RGBA, GraphicsContext3D:… in updateFromPixels()
DVideoLayerChromium.cpp178 case VideoFrameChromium::RGBA: in determineTextureFormat()
179 return GraphicsContext3D::RGBA; in determineTextureFormat()
DRenderSurfaceChromium.cpp92 if (!m_contentsTexture->reserve(requiredSize, GraphicsContext3D::RGBA)) { in prepareContentsTexture()
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCHeadsUpDisplay.cpp94 m_hudTexture->reserve(hudSize, GraphicsContext3D::RGBA); in draw()
109 …D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, canvas.size().width(), canvas.size().height(), 0, Graph… in draw()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DTexture.cpp69 *glFormat = GraphicsContext3D::RGBA; in convertFormat()
77 *glFormat = GraphicsContext3D::RGBA; in convertFormat()
163 ASSERT(glFormat == GraphicsContext3D::RGBA && glType == GraphicsContext3D::UNSIGNED_BYTE); in updateSubRect()
DDrawingBuffer.cpp215 internalColorFormat = GraphicsContext3D::RGBA; in reset()
216 colorFormat = GraphicsContext3D::RGBA; in reset()
/external/webp/src/dec/
Dio.c50 const WebPRGBABuffer* const buf = &output->u.RGBA; in EmitSampledRGB()
79 const WebPRGBABuffer* const buf = &output->u.RGBA;
105 const WebPRGBABuffer* const buf = &p->output->u.RGBA; in EmitFancyRGB()
220 const WebPRGBABuffer* const buf = &p->output->u.RGBA; in EmitAlphaRGB()
251 const WebPRGBABuffer* const buf = &p->output->u.RGBA; in EmitAlphaRGBA4444()
362 const WebPRGBABuffer* const buf = &p->output->u.RGBA; in ExportRGB()
407 const WebPRGBABuffer* const buf = &p->output->u.RGBA; in ExportAlpha()
438 const WebPRGBABuffer* const buf = &p->output->u.RGBA; in ExportAlphaRGBA4444()
Dbuffer.c66 const WebPRGBABuffer* const buf = &buffer->u.RGBA; in CheckDecBuffer()
127 WebPRGBABuffer* const buf = &buffer->u.RGBA; in AllocateBuffer()
Didec.c614 idec->output_.u.RGBA.rgba = output_buffer; in WebPINewRGB()
615 idec->output_.u.RGBA.stride = output_stride; in WebPINewRGB()
616 idec->output_.u.RGBA.size = output_buffer_size; in WebPINewRGB()
767 if (stride != NULL) *stride = src->u.RGBA.stride; in WebPIDecGetRGB()
769 return src->u.RGBA.rgba; in WebPIDecGetRGB()
Dwebp.c479 buf.u.RGBA.rgba = rgba; in DecodeIntoRGBABuffer()
480 buf.u.RGBA.stride = stride; in DecodeIntoRGBABuffer()
481 buf.u.RGBA.size = size; in DecodeIntoRGBABuffer()
569 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y; in Decode()
/external/webkit/Source/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.mm116 // 1) 32 bit RGBA/32 bit depth/accelerated/supersampled
117 // 2) 32 bit RGBA/32 bit depth/accelerated
118 // 3) 32 bit RGBA/16 bit depth/accelerated
119 // 4) closest to 32 bit RGBA/16 bit depth/software renderer
/external/libpng/contrib/pngsuite/
DREADME35 basn6a08.png 8-bit RGBA
36 basn6a16.png 16-bit RGBA
/external/libyuv/files/unit_test/
Dplanar_test.cc90 TESTPLANARTOB(I420, 2, 2, RGBA, 4)
99 TESTPLANARTOB(I422, 2, 1, RGBA, 4)
248 TESTATOPLANAR(RGBA, 4, I420, 2, 2)
312 TESTATOB(ARGB, 4, 4, RGBA, 4)
320 TESTATOB(RGBA, 4, 4, ARGB, 4)
370 TESTATOBRANDOM(ARGB, 4, 4, RGBA, 4)
379 TESTATOBRANDOM(RGBA, 4, 4, ARGB, 4)
/external/chromium/webkit/glue/
Dwebvideoframe_impl.cc39 COMPILE_ASSERT_MATCHING_ENUM(FormatRGBA, RGBA);
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp222 config.output.u.RGBA.rgba = (uint8_t*)decodedBitmap->getPixels(); in webp_get_config_resize()
223 config.output.u.RGBA.stride = decodedBitmap->rowBytes(); in webp_get_config_resize()
224 config.output.u.RGBA.size = decodedBitmap->getSize(); in webp_get_config_resize()
/external/skia/legacy/src/images/
DSkImageDecoder_libwebp.cpp228 config.output.u.RGBA.rgba = (uint8_t*)decodedBitmap->getPixels(); in webp_get_config_resize()
229 config.output.u.RGBA.stride = decodedBitmap->rowBytes(); in webp_get_config_resize()
230 config.output.u.RGBA.size = decodedBitmap->getSize(); in webp_get_config_resize()
/external/webp/
DREADME124 (in RGBA format) without any loss. The -q quality parameter will in this case
243 -pam ......... save the raw RGBA samples as a color PAM
372 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with
458 config.output.u.RGBA.rgba = (uint8_t*) memory_buffer;
459 config.output.u.RGBA.stride = scanline_stride;
460 config.output.u.RGBA.size = total_size_of_the_memory_buffer;
484 // F) Decoded image is now in config.output (and config.output.u.RGBA).
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.cpp104 case GraphicsContext3D::RGBA: in computeFormatAndTypeParameters()
245 case RGBA: in extractTextureData()
266 case RGBA: in extractTextureData()
1232 …if (sourceDataFormat == SourceFormatRGBA8 && destinationFormat == RGBA && sourceUnpackAlignment <=… in packPixels()
1251 case RGBA: in packPixels()
1370 && ((sourceDataFormat == SourceFormatRGBA32F && destinationFormat == RGBA) in packPixels()
1390 case RGBA: in packPixels()
/external/libpng/
DANNOUNCE53 always expand to RGBA if transparency is present.

123