Searched refs:ANPPath (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebKit/android/plugins/
H A DANPPathInterface.cpp30 static ANPPath* anp_newPath() {
31 return new ANPPath;
34 static void anp_deletePath(ANPPath* path) {
38 static void anp_copy(ANPPath* dst, const ANPPath* src) {
42 static bool anp_equal(const ANPPath* p0, const ANPPath* p1) {
46 static void anp_reset(ANPPath* path) {
50 static bool anp_isEmpty(const ANPPath* path) {
54 static void anp_getBounds(const ANPPath* pat
[all...]
H A Dandroid_npapi.h88 struct ANPPath;
306 ANPPath* (*newPath)();
308 /** Delete a path previously allocated by ANPPath() */
309 void (*deletePath)(ANPPath*);
314 void (*copy)(ANPPath* dst, const ANPPath* src);
318 bool (*equal)(const ANPPath* path0, const ANPPath* path1);
321 void (*reset)(ANPPath*);
324 bool (*isEmpty)(const ANPPath*);
[all...]
H A DSkANP.h39 struct ANPPath : SkPath { struct in inherits:SkPath
H A DANPCanvasInterface.cpp68 static void anp_clipPath(ANPCanvas* canvas, const ANPPath* path) {
126 static void anp_drawPath(ANPCanvas* canvas, const ANPPath* path,

Completed in 51 milliseconds