OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pathpolygon
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp
204
static void addArcPoint(
PathPolygon
& poly, const PathPoint& center, const PathPoint& radius, double angle)
213
static void addArcPoints(
PathPolygon
& poly, const PlatformPathElement::ArcTo& data)
235
static void drawPolygons(HDC dc, const Vector<
PathPolygon
>& polygons, bool fill, const AffineTransform* transformation)
237
for (Vector<
PathPolygon
>::const_iterator i = polygons.begin(); i != polygons.end(); ++i) {
313
void
PathPolygon
::move(const FloatSize& offset)
319
void
PathPolygon
::transform(const AffineTransform& t)
325
bool
PathPolygon
::contains(const FloatPoint& point) const
486
m_subpaths.append(
PathPolygon
());
591
for (Vector<
PathPolygon
>::iterator it = m_subpaths.begin(); it != m_subpaths.end(); ++it)
601
for (Vector<
PathPolygon
>::iterator it = m_subpaths.begin(); it != m_subpaths.end(); ++it
[
all
...]
PlatformPathWinCE.h
57
struct
PathPolygon
: public Vector<PathPoint> {
175
Vector<
PathPolygon
> m_subpaths;
Completed in 32 milliseconds