Searched refs:ANPRectF (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebKit/android/plugins/ |
D | SkANP.h | 69 static SkRect* SetRect(SkRect* dst, const ANPRectF& src); 72 static ANPRectF* SetRect(ANPRectF* dst, const SkRect& src);
|
D | android_npapi.h | 71 struct ANPRectF { struct 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,
|
D | ANPCanvasInterface.cpp | 63 static void anp_clipRect(ANPCanvas* canvas, const ANPRectF* rect) { in anp_clipRect() 80 static bool anp_getLocalClipBounds(ANPCanvas* canvas, ANPRectF* r, in anp_getLocalClipBounds() 114 static void anp_drawRect(ANPCanvas* canvas, const ANPRectF* rect, in anp_drawRect() 120 static void anp_drawOval(ANPCanvas* canvas, const ANPRectF* rect, in anp_drawOval() 153 const ANPRectI* src, const ANPRectF* dst, in anp_drawBitmapRect()
|
D | SkANP.cpp | 31 SkRect* SkANP::SetRect(SkRect* dst, const ANPRectF& src) { in SetRect() 52 ANPRectF* SkANP::SetRect(ANPRectF* dst, const SkRect& src) { in SetRect()
|
D | ANPVideo_npapi.h | 54 …void (*setWindowDimensions)(NPP instance, const ANativeWindow* window, const ANPRectF* dimensions);
|
D | ANPPaintInterface.cpp | 144 uint32_t byteLength, ANPRectF* bounds) { in anp_measureText() 156 uint32_t byteLength, float widths[], ANPRectF bounds[]) { in anp_getTextWidths()
|
D | ANPVideoInterface.cpp | 54 const ANPRectF* dimensions) { in anp_setWindowDimensions()
|
D | ANPPathInterface.cpp | 54 static void anp_getBounds(const ANPPath* path, ANPRectF* bounds) { in anp_getBounds()
|