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

  /external/webkit/WebKit/android/plugins/
ANPSurface_npapi.h 40 bool (*lock)(JNIEnv* env, jobject surface, ANPBitmap* bitmap, ANPRectI* dirtyRect);
SkANP.h 70 static SkIRect* SetRect(SkIRect* dst, const ANPRectI& src);
71 static ANPRectI* SetRect(ANPRectI* dst, const SkIRect& src);
PluginWidgetAndroid.h 115 void setVisibleScreen(const ANPRectI& visibleScreenRect, float zoom);
126 void setVisibleRects(const ANPRectI rects[], int32_t count);
195 ANPRectI m_requestedVisibleRects[MAX_REQUESTED_RECTS];
SkANP.cpp 39 SkIRect* SkANP::SetRect(SkIRect* dst, const ANPRectI& src) {
44 ANPRectI* SkANP::SetRect(ANPRectI* dst, const SkIRect& src) {
ANPWindowInterface.cpp 39 static void anp_setVisibleRects(NPP instance, const ANPRectI rects[], int32_t count) {
android_npapi.h 78 struct ANPRectI {
626 bool (*getDeviceClipBounds)(ANPCanvas*, ANPRectI* bounds);
642 const ANPRectI* src, const ANPRectF* dst,
656 void (*setVisibleRects)(NPP instance, const ANPRectI rects[], int32_t count);
    [all...]
ANPCanvasInterface.cpp 91 static bool anp_getDeviceClipBounds(ANPCanvas* canvas, ANPRectI* r) {
153 const ANPRectI* src, const ANPRectF* dst,
PluginWidgetAndroid.cpp 342 void PluginWidgetAndroid::setVisibleScreen(const ANPRectI& visibleDocRect, float zoom) {
392 void PluginWidgetAndroid::setVisibleRects(const ANPRectI rects[], int32_t count) {
437 ANPRectI* rect = &m_requestedVisibleRects[counter];
ANPSurfaceInterface.cpp 94 static bool anp_lock(JNIEnv* env, jobject surfaceView, ANPBitmap* bitmap, ANPRectI* dirtyRect) {
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.h 38 void drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip);
EventPlugin.cpp 47 void EventPlugin::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) {
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.h 38 void drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip);
AnimationPlugin.cpp 100 void BallAnimation::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) {
165 ANPRectI visibleRects[1];
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.h 45 void drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip);
57 ANPRectI m_visibleRect;
FormPlugin.cpp 117 void FormPlugin::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) {
362 ANPRectI visibleRects[1];
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.h 39 void drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip);
NavigationPlugin.cpp 98 void NavigationPlugin::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) {
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.h 48 void drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip);
AudioPlugin.cpp 191 void AudioPlugin::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) {
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.h 41 ANPCanvas* getCanvas(ANPRectI* dirtyRect = NULL);
PaintPlugin.cpp 96 ANPCanvas* PaintPlugin::getCanvas(ANPRectI* dirtyRect) {
124 ANPRectI newRect;
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 3158 milliseconds