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

  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 36 extern ANPPathInterfaceV0 gPathI;
60 m_touchPath = gPathI.newPath();
88 gPathI.deletePath(m_touchPath);
286 gPathI.moveTo(m_touchPath, x, y);
292 gPathI.lineTo(m_touchPath, x, y);
296 gPathI.lineTo(m_touchPath, x, y);
299 gPathI.reset(m_touchPath);
303 gPathI.reset(m_touchPath);
453 gPathI.getBounds(m_touchPath, &bounds);
  /development/samples/BrowserPlugin/jni/
main.cpp 75 ANPPathInterfaceV0 gPathI;
124 { kPathInterfaceV0_ANPGetValue, sizeof(gPathI), &gPathI },
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 35 extern ANPPathInterfaceV0 gPathI;
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 67 ANPPathInterfaceV0 gPathI;

Completed in 83 milliseconds