(02de77535f2a94cbeb7e0ea01895ba4e556e165c)
#include "qxcbscreen.h"
#include "qxcbwindow.h"
#include "qxcbcursor.h"
#include "qxcbimage.h"
#include "qnamespace.h"
#include "qxcbxsettings.h"
#include <stdio.h>
#include <QDebug>
#include <QtAlgorithms>
#include <qpa/qwindowsysteminterface.h>
#include <private/qmath_p.h>
#include <QtGui/private/qhighdpiscaling_p.h>
Go to the source code of this file.
|
static QSizeF | sizeInMillimeters (const QSize &size, const QDpi &dpi) |
static bool | parseXftInt (const QByteArray &stringValue, int *value) |
static bool | parseXftDpi (const QByteArray &stringValue, int *value) |
static QFontEngine::HintStyle | parseXftHintStyle (const QByteArray &stringValue) |
static QFontEngine::SubpixelAntialiasingType | parseXftRgba (const QByteArray &stringValue) |
static bool | translate (xcb_connection_t *connection, xcb_window_t child, xcb_window_t parent, int *x, int *y) |
static void | formatRect (QDebug &debug, const QRect r) |
static void | formatSizeF (QDebug &debug, const QSizeF s) |
QDebug | operator<< (QDebug debug, const QXcbScreen *screen) |
◆ formatRect()
◆ formatSizeF()
◆ operator<<()
◆ parseXftDpi()
bool parseXftDpi |
( |
const QByteArray & | stringValue, |
|
|
int * | value ) |
|
static |
◆ parseXftHintStyle()
◆ parseXftInt()
bool parseXftInt |
( |
const QByteArray & | stringValue, |
|
|
int * | value ) |
|
static |
◆ parseXftRgba()
◆ sizeInMillimeters()
◆ translate()
bool translate |
( |
xcb_connection_t * | connection, |
|
|
xcb_window_t | child, |
|
|
xcb_window_t | parent, |
|
|
int * | x, |
|
|
int * | y ) |
|
inlinestatic |