Home
last modified time | relevance | path

Searched refs:ANPPath (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/android/plugins/
Dandroid_npapi.h77 struct ANPPath;
422 void (*clipPath)(ANPCanvas*, const ANPPath*);
441 void (*drawPath)(ANPCanvas*, const ANPPath*, const ANPPaint*);
DANPCanvasInterface.cpp68 static void anp_clipPath(ANPCanvas* canvas, const ANPPath* path) { in anp_clipPath()
117 static void anp_drawPath(ANPCanvas* canvas, const ANPPath* path, in anp_drawPath()
DSkANP.h39 struct ANPPath : SkPath { struct