(f6626cf3c3e7336567293b4b943a97b76e4e5f3d)
#include "qopengltextureglyphcache_p.h"
#include <private/qopenglpaintengine_p.h>
#include "private/qopenglengineshadersource_p.h"
#include <private/qopenglextensions_p.h>
#include <qrgb.h>
#include <private/qdrawhelper_p.h>
Go to the source code of this file.
|
static QT_BEGIN_NAMESPACE int | next_qopengltextureglyphcache_serial_number () |
|
static bool | isCoreProfile () |
|
static void | load_glyph_image_to_texture (QOpenGLContext *ctx, QImage &img, GLuint texture, int tx, int ty) |
|
static void | load_glyph_image_region_to_texture (QOpenGLContext *ctx, const QImage &srcImg, int x, int y, int w, int h, GLuint texture, int tx, int ty) |
|
◆ isCoreProfile()
static bool isCoreProfile |
( |
| ) |
|
|
inlinestatic |
◆ load_glyph_image_region_to_texture()
static void load_glyph_image_region_to_texture |
( |
QOpenGLContext * | ctx, |
|
|
const QImage & | srcImg, |
|
|
int | x, |
|
|
int | y, |
|
|
int | w, |
|
|
int | h, |
|
|
GLuint | texture, |
|
|
int | tx, |
|
|
int | ty ) |
|
static |
◆ load_glyph_image_to_texture()
◆ next_qopengltextureglyphcache_serial_number()