Home | History | Annotate | Download | only in canvas

Lines Matching refs:drawImage

170     void drawImage(HTMLImageElement*, float x, float y, ExceptionCode&);
171 void drawImage(HTMLImageElement*, float x, float y, float width, float height, ExceptionCode&);
172 void drawImage(HTMLImageElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionCode&);
173 void drawImage(HTMLImageElement*, const FloatRect& srcRect, const FloatRect& dstRect, ExceptionCode&);
174 void drawImage(HTMLCanvasElement*, float x, float y, ExceptionCode&);
175 void drawImage(HTMLCanvasElement*, float x, float y, float width, float height, ExceptionCode&);
176 void drawImage(HTMLCanvasElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionCode&);
177 void drawImage(HTMLCanvasElement*, const FloatRect& srcRect, const FloatRect& dstRect, ExceptionCode&);
178 void drawImage(HTMLImageElement*, const FloatRect& srcRect, const FloatRect& dstRect, const CompositeOperator&, ExceptionCode&);
180 void drawImage(HTMLVideoElement*, float x, float y, ExceptionCode&);
181 void drawImage(HTMLVideoElement*, float x, float y, float width, float height, ExceptionCode&);
182 void drawImage(HTMLVideoElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionCode&);
183 void drawImage(HTMLVideoElement*, const FloatRect& srcRect, const FloatRect& dstRect, ExceptionCode&);