Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stddef.h>
#include <stdint.h>
#include <memory>
#include <vector>
#include "core/fxcrt/bytestring.h"
#include "third_party/base/containers/span.h"
Go to the source code of this file.
Classes | |
class | CPDF_PSOP |
class | CPDF_PSProc |
class | CPDF_PSEngine |
Enumerations | |
enum | PDF_PSOP : uint8_t { PSOP_ADD , PSOP_SUB , PSOP_MUL , PSOP_DIV , PSOP_IDIV , PSOP_MOD , PSOP_NEG , PSOP_ABS , PSOP_CEILING , PSOP_FLOOR , PSOP_ROUND , PSOP_TRUNCATE , PSOP_SQRT , PSOP_SIN , PSOP_COS , PSOP_ATAN , PSOP_EXP , PSOP_LN , PSOP_LOG , PSOP_CVI , PSOP_CVR , PSOP_EQ , PSOP_NE , PSOP_GT , PSOP_GE , PSOP_LT , PSOP_LE , PSOP_AND , PSOP_OR , PSOP_XOR , PSOP_NOT , PSOP_BITSHIFT , PSOP_TRUE , PSOP_FALSE , PSOP_IF , PSOP_IFELSE , PSOP_POP , PSOP_EXCH , PSOP_DUP , PSOP_COPY , PSOP_INDEX , PSOP_ROLL , PSOP_PROC , PSOP_CONST } |
enum PDF_PSOP : uint8_t |
Definition at line 23 of file cpdf_psengine.h.