HomeSort by relevance Sort by last modified time
    Searched refs:m_attrs (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
WebGLContextAttributes.cpp 52 , m_attrs(attributes)
62 return m_attrs.alpha;
67 m_attrs.alpha = alpha;
72 return m_attrs.depth;
77 m_attrs.depth = depth;
82 return m_attrs.stencil;
87 m_attrs.stencil = stencil;
92 return m_attrs.antialias;
97 m_attrs.antialias = antialias;
102 return m_attrs.premultipliedAlpha
    [all...]
WebGLContextAttributes.h 82 GraphicsContext3D::Attributes m_attrs; member in class:WebCore::WebGLContextAttributes
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 42 private StringToIntTable m_attrs = null; field in class:ElemDesc
159 if (null == m_attrs)
160 m_attrs = new StringToIntTable();
162 m_attrs.put(name, flags);
175 return (null != m_attrs)
176 ? ((m_attrs.getIgnoreCase(name) & flags) != 0)
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
AttList.java 46 NamedNodeMap m_attrs; field in class:AttList
66 // m_attrs = attrs;
67 // m_lastIndex = m_attrs.getLength() - 1;
81 m_attrs = attrs;
82 m_lastIndex = m_attrs.getLength() - 1;
94 return m_attrs.getLength();
107 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index)));
123 return m_dh.getLocalNameOfNode(((Attr) m_attrs.item(index)));
136 return ((Attr) m_attrs.item(i)).getName();
162 return ((Attr) m_attrs.item(i)).getValue()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
AttList.java 37 NamedNodeMap m_attrs; field in class:AttList
57 // m_attrs = attrs;
58 // m_lastIndex = m_attrs.getLength() - 1;
72 m_attrs = attrs;
73 m_lastIndex = m_attrs.getLength() - 1;
85 return m_attrs.getLength();
98 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index)));
114 return m_dh.getLocalNameOfNode(((Attr) m_attrs.item(index)));
127 return ((Attr) m_attrs.item(i)).getName();
153 return ((Attr) m_attrs.item(i)).getValue()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DGtk.cpp 58 , m_attrs(attributes)
85 if (!m_attrs.antialias && (m_attrs.stencil || m_attrs.depth))
89 if (m_attrs.antialias) {
94 if (m_attrs.stencil || m_attrs.depth)
127 if (m_attrs.antialias) {
129 if (m_attrs.stencil || m_attrs.depth
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
ISimpleElement.java 62 return m_attrs;
70 if (! m_attrs.isEmpty ())
73 m_attrs.emit (out);
85 m_attrs = attrs;
90 protected final AttributeSet m_attrs; field in class:ISimpleElement.Factory.SimpleElementImpl
IElement.java 54 if (! m_attrs.isEmpty ())
57 m_attrs.emit (out);
  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContext3DMac.mm 94 , m_attrs(attrs)
187 if (!m_attrs.antialias && (m_attrs.stencil || m_attrs.depth))
191 if (m_attrs.antialias) {
196 if (m_attrs.stencil || m_attrs.depth)
230 if (m_attrs.antialias) {
232 if (m_attrs.stencil || m_attrs.depth
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 60 if (m_attrs.stencil) {
64 m_attrs.depth = true;
66 m_attrs.stencil = false;
68 if (m_attrs.antialias) {
75 m_attrs.antialias = false;
89 if (m_attrs.antialias) {
133 if (!m_attrs.premultipliedAlpha) {
150 if (m_attrs.premultipliedAlpha)
181 if (m_attrs.alpha) {
188 if (m_attrs.stencil || m_attrs.depth)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 259 GraphicsContext3D::Attributes m_attrs; member in class:WebCore::GraphicsContext3DInternal
295 : m_attrs(attrs)
323 m_attrs.stencil = false;
325 if (m_attrs.stencil)
326 m_attrs.depth = true;
328 m_attrs.antialias = false;
439 if (m_attrs.depth)
489 if (m_attrs.alpha)
495 if (m_attrs.depth) {
501 if (m_attrs.stencil
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 908 Attributes m_attrs; member in class:WebCore::GraphicsContext3D
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 113 milliseconds