HomeSort by relevance Sort by last modified time
    Searched refs:ANPPath (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKit/android/plugins/
ANPPathInterface.cpp 30 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* path, ANPRectF* bounds)
    [all...]
android_npapi.h 88 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...]
SkANP.h 39 struct ANPPath : SkPath {
ANPCanvasInterface.cpp 68 static void anp_clipPath(ANPCanvas* canvas, const ANPPath* path) {
126 static void anp_drawPath(ANPCanvas* canvas, const ANPPath* path,
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.h 56 ANPPath* m_touchPath;
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 123 ANPPath* path = gPathI.newPath();

Completed in 297 milliseconds