OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_points
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPolyElement.h
59
mutable SVGSynchronizableAnimatedProperty<SVGPointList>
m_points
;
member in class:WebCore::SVGPolyElement
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterMeshGenerator.h
50
const IntSize& points() const { return
m_points
; }
51
unsigned pointsCount() const { return
m_points
.width() *
m_points
.height(); }
112
IntSize
m_points
;
member in class:WebCore::CustomFilterMeshGenerator
Completed in 59 milliseconds