Home
last modified time | relevance | path

Searched refs:m_shape (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/Platform/
DRegion.cpp45 , m_shape(rect) in Region()
53 …for (Shape::SpanIterator span = m_shape.spans_begin(), end = m_shape.spans_end(); span != end && s… in rects()
57 …for (Shape::SegmentIterator segment = m_shape.segments_begin(span), end = m_shape.segments_end(spa… in rects()
414 m_shape.dump(); in dump()
421 m_shape = Shape(); in intersect()
426 Shape intersectedShape = Shape::intersectShapes(m_shape, region.m_shape); in intersect()
428 m_shape.swap(intersectedShape); in intersect()
429 m_bounds = m_shape.bounds(); in intersect()
434 Shape unitedShape = Shape::unionShapes(m_shape, region.m_shape); in unite()
436 m_shape.swap(unitedShape); in unite()
[all …]
DRegion.h115 Shape m_shape; variable
/external/webkit/Source/WebCore/html/
DHTMLAreaElement.cpp45 , m_shape(Unknown) in HTMLAreaElement()
59 m_shape = Default; in parseMappedAttribute()
61 m_shape = Circle; in parseMappedAttribute()
63 m_shape = Poly; in parseMappedAttribute()
65 m_shape = Rect; in parseMappedAttribute()
99 if (m_shape == Default) in computePath()
121 if (!m_coords && m_shape != Default) in getRegion()
128 Shape shape = m_shape; in getRegion()
DHTMLAreaElement.h40 bool isDefault() const { return m_shape == Default; } in isDefault()
69 Shape m_shape; variable
/external/webkit/Source/WebCore/css/
DCSSGradientValue.h139 void setShape(PassRefPtr<CSSPrimitiveValue> val) { m_shape = val; } in setShape()
164 RefPtr<CSSPrimitiveValue> m_shape; variable
DCSSGradientValue.cpp600 if (m_shape || m_sizingBehavior) { in cssText()
602 if (m_shape) in cssText()
603 result += m_shape->cssText() + " "; in cssText()
756 …if (m_shape && m_shape->primitiveType() == CSSPrimitiveValue::CSS_IDENT && m_shape->getIdent() == … in createGradient()
/external/opencv/cvaux/include/
Dcvvidsurv.hpp739 CvDrawShape m_shape[16]; member in CvImageDrawer