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

  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.h 43 ANPRectF* m_activeNav;
44 ANPRectF m_navUp;
45 ANPRectF m_navDown;
46 ANPRectF m_navLeft;
47 ANPRectF m_navRight;
48 ANPRectF m_navCenter;
54 ANPPaint* getPaint(ANPRectF*);
NavigationPlugin.cpp 54 static void inval(NPP instance, const ANPRectF& r, bool doAA) {
101 ANPRectF clipR;
162 ANPPaint* NavigationPlugin::getPaint(ANPRectF* input) {
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.h 52 ANPPaint* getPaint(ANPRectF*);
53 ANPRectF* validTouch(int x, int y);
55 ANPRectF m_trackRect;
56 ANPRectF m_playRect;
57 ANPRectF m_pauseRect;
58 ANPRectF m_stopRect;
70 ANPRectF* m_activeTouchRect;
71 ANPRectF* m_activeRect;
AudioPlugin.cpp 55 static void inval(NPP instance, const ANPRectF& r, bool doAA) {
194 ANPRectF clipR;
271 ANPPaint* AudioPlugin::getPaint(ANPRectF* input) {
318 ANPRectF* AudioPlugin::validTouch(int x, int y) {
341 ANPRectF* currentRect = validTouch(x,y);
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.h 42 ANPCanvas* getCanvas(ANPRectF* dirtyRect);
50 ANPRectF* validTouch(int x, int y);
58 ANPRectF m_drawingSurface;
59 ANPRectF m_inputToggle;
60 ANPRectF m_colorToggle;
61 ANPRectF m_fullScreenToggle;
62 ANPRectF m_clearSurface;
PaintPlugin.cpp 111 ANPRectF clipR;
122 ANPCanvas* PaintPlugin::getCanvas(ANPRectF* dirtyRect) {
283 ANPRectF* rect = validTouch(evt->data.touch.x, evt->data.touch.y);
318 ANPRectF* rect = validTouch(evt->data.mouse.x, evt->data.mouse.y);
373 ANPRectF* PaintPlugin::validTouch(int x, int y) {
424 ANPRectF point;
452 ANPRectF bounds;
  /external/webkit/Source/WebKit/android/plugins/
SkANP.h 69 static SkRect* SetRect(SkRect* dst, const ANPRectF& src);
72 static ANPRectF* SetRect(ANPRectF* dst, const SkRect& src);
ANPVideo_npapi.h 54 void (*setWindowDimensions)(NPP instance, const ANativeWindow* window, const ANPRectF* dimensions);
SkANP.cpp 31 SkRect* SkANP::SetRect(SkRect* dst, const ANPRectF& src) {
52 ANPRectF* SkANP::SetRect(ANPRectF* dst, const SkRect& src) {
android_npapi.h 71 struct ANPRectF {
340 void (*getBounds)(const ANPPath*, ANPRectF* bounds);
586 ANPRectF* bounds);
594 float widths[], ANPRectF bounds[]);
625 void (*clipRect)(ANPCanvas*, const ANPRectF*);
635 bool (*getLocalClipBounds)(ANPCanvas*, ANPRectF* bounds, bool aa);
645 void (*drawRect)(ANPCanvas*, const ANPRectF*, const ANPPaint*);
646 void (*drawOval)(ANPCanvas*, const ANPRectF*, const ANPPaint*);
655 const ANPRectI* src, const ANPRectF* dst,
    [all...]
ANPCanvasInterface.cpp 63 static void anp_clipRect(ANPCanvas* canvas, const ANPRectF* rect) {
80 static bool anp_getLocalClipBounds(ANPCanvas* canvas, ANPRectF* r,
114 static void anp_drawRect(ANPCanvas* canvas, const ANPRectF* rect,
120 static void anp_drawOval(ANPCanvas* canvas, const ANPRectF* rect,
153 const ANPRectI* src, const ANPRectF* dst,
ANPVideoInterface.cpp 54 const ANPRectF* dimensions) {
ANPPathInterface.cpp 54 static void anp_getBounds(const ANPPath* path, ANPRectF* bounds) {
ANPPaintInterface.cpp 144 uint32_t byteLength, ANPRectF* bounds) {
156 uint32_t byteLength, float widths[], ANPRectF bounds[]) {
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.h 32 ANPRectF rect;
FormPlugin.cpp 54 static void inval(NPP instance, const ANPRectF& r, bool doAA) {
120 ANPRectF clipR;
193 ANPRectF oval;
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 73 ANPRectF clipR;

Completed in 208 milliseconds