MCPcopy Create free account
hub / github.com/dillo-browser/dillo / Rectangle

Method Rectangle

dw/types.cc:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace core {
29
30Rectangle::Rectangle (int x, int y, int width, int height)
31{
32 this->x = x;
33 this->y = y;
34 this->width = width;
35 this->height = height;
36}
37
38/*
39 * Draw rectangle in view relative to point (x,y).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected