Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cpdf_psengine.h File Reference

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#include <stddef.h>
#include <stdint.h>
#include <memory>
#include <vector>
#include "core/fxcrt/bytestring.h"
#include "third_party/base/containers/span.h"
+ Include dependency graph for cpdf_psengine.h:
+ This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ PDF_PSOP

enum PDF_PSOP : uint8_t
Enumerator
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 

Definition at line 23 of file cpdf_psengine.h.