Home
last modified time | relevance | path

Searched defs:KoInsets (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoInsets.h30 struct KRITAFLAKE_EXPORT KoInsets struct
40 KoInsets(qreal top, qreal left, qreal bottom, qreal right) in KoInsets() argument
51 KoInsets() : top(0.), bottom(0.), left(0.), right(0.) { in KoInsets() function
69 KRITAFLAKE_EXPORT QDebug operator<<(QDebug, const KoInsets &); argument
/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoInsets.h30 struct FLAKE_EXPORT KoInsets struct
40 KoInsets(qreal top, qreal left, qreal bottom, qreal right) { in KoInsets() function
50 KoInsets() : top(0.), bottom(0.), left(0.), right(0.) { in KoInsets() function
68 FLAKE_EXPORT QDebug operator<<(QDebug, const KoInsets &); argument