Searched defs:ColorContentType (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h89 enum ContentType { HTMLContentType, DirectImageContentType, ColorContentType, MediaContentType, Canvas3DContentType}; enumerator in enum:WebCore::TextureMapperNode::ContentType
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp168 enum StaticContentType { HTMLContentType, PixmapContentType, ColorContentType, MediaContentType, Canvas3DContentType}; enumerator in enum:WebCore::GraphicsLayerQtImpl::StaticContentType
611 || (m_currentContent.contentType == ColorContentType && m_currentContent.contentsBackgroundColor.alpha() == 0xff)
655 case ColorContentType:
780 case ColorContentType:
1244 m_impl->m_pendingContent.contentType = GraphicsLayerQtImpl::ColorContentType;

Completed in 58 milliseconds