Home
last modified time | relevance | path

Searched refs:PathElement (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DPath.h97 struct PathElement { struct
102 typedef void (*PathApplierFunction)(void* info, const PathElement*); argument
DPath.cpp44 static void pathLengthApplierFunction(void* info, const PathElement* element) in pathLengthApplierFunction()
/external/webkit/Source/WebCore/rendering/svg/
DSVGMarkerData.h89 void updateMarkerDataForPathElement(const PathElement* element) in updateMarkerDataForPathElement()
DSVGMarkerLayoutInfo.cpp44 static inline void processStartAndMidMarkers(void* infoPtr, const PathElement* element) in processStartAndMidMarkers()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp194 PathElement pathElement; in apply()
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp269 PathElement pelement; in CGPathApplierToPathApplier()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp247 PathElement elem; in apply()
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp358 PathElement pelement; in apply()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPathCairo.cpp324 PathElement pelement; in apply()
/external/clang/lib/Sema/
DSemaLookup.cpp1513 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local
1522 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
1523 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()
1528 != Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()
1556 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()
/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.cpp759 PathElement pelement; in apply()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1056906 Path::apply creates a PathElement and its points array on the stack,