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

  /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,
113 static void anp_drawRect(ANPCanvas* canvas, const ANPRectF* rect,
119 static void anp_drawOval(ANPCanvas* canvas, const ANPRectF* rect,
152 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[]) {
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 73 ANPRectF clipR;

Completed in 5473 milliseconds