Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DPath.h102 typedef void (*PathApplierFunction)(void* info, const PathElement*); typedef
147 void apply(void* info, PathApplierFunction) const;
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp262 PathApplierFunction function;
293 void Path::apply(void* info, PathApplierFunction function) const in apply()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp147 void Path::apply(void* info, PathApplierFunction function) const in apply()
/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp126 void Path::apply(void* info, PathApplierFunction function) const in apply()
DPlatformPathWinCE.h167 void apply(void* info, PathApplierFunction function) const;
DPlatformPathWinCE.cpp757 void PlatformPath::apply(void* info, PathApplierFunction function) const in apply()
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp220 void Path::apply(void* info, PathApplierFunction function) const in apply()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp190 void Path::apply(void* info, PathApplierFunction function) const in apply()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp242 void Path::apply(void* info, PathApplierFunction function) const in apply()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp439 void Path::apply(void* info, PathApplierFunction function) const in apply()
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp356 void Path::apply(void* info, PathApplierFunction function) const in apply()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPathCairo.cpp319 void Path::apply(void* info, PathApplierFunction function) const in apply()