3#ifndef INKSCAPE_UI_WIDGET_CANVAS_TEXTURE_H
4#define INKSCAPE_UI_WIDGET_CANVAS_TEXTURE_H
29 GLuint
id()
const {
return _id; }
31 explicit operator bool()
const {
return _id; }
Cartesian point / 2D vector and related operations.
Two-dimensional point with integer coordinates.
Texture & operator=(Texture &&other) noexcept
void _movefrom(Texture &other) noexcept
Texture(GLuint id, Geom::IntPoint const &size)
Geom::IntPoint const & size() const
Texture(Texture &&other) noexcept