Home | History | Annotate | Download | only in canvas

Lines Matching refs:height

134         void rect(float x, float y, float width, float height);
142 void clearRect(float x, float y, float width, float height);
143 void fillRect(float x, float y, float width, float height);
144 void strokeRect(float x, float y, float width, float height);
145 void strokeRect(float x, float y, float width, float height, float lineWidth);
147 void setShadow(float width, float height, float blur);
148 void setShadow(float width, float height, float blur, const String& color);
149 void setShadow(float width, float height, float blur, float grayLevel);
150 void setShadow(float width, float height, float blur, const String& color, float alpha);
151 void setShadow(float width, float height, float blur, float grayLevel, float alpha);
152 void setShadow(float width, float height, float blur, float r, float g, float b, float a);
153 void setShadow(float width, float height, float blur, float c, float m, float y, float k, float a);
158 void drawImage(HTMLImageElement*, float x, float y, float width, float height, ExceptionCode&);
161 void drawImage(HTMLCanvasElement*, float x, float y, float width, float height, ExceptionCode&);
165 void drawImage(HTMLVideoElement*, float x, float y, float width, float height, ExceptionCode&);
181 PassRefPtr<ImageData> createImageData(float width, float height, ExceptionCode&) const;