Home | History | Annotate | Download | only in html

Lines Matching refs:IntSize

256     IntSize oldSize = size();
257 setSurfaceSize(IntSize(w, h)); // The image buffer gets cleared here.
339 void HTMLCanvasElement::setSurfaceSize(const IntSize& size)
402 IntSize HTMLCanvasElement::convertLogicalToDevice(const FloatSize& logicalSize) const
410 IntSize HTMLCanvasElement::convertToValidDeviceSize(float width, float height) const
416 return IntSize();
420 return IntSize();
423 return IntSize(width, height);
443 IntSize size = convertLogicalToDevice(unscaledSize);
500 IntSize size = convertLogicalToDevice(unscaledSize);