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_shadingpattern.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <stdint.h>
#include <memory>
#include <vector>
#include "core/fpdfapi/page/cpdf_colorspace.h"
#include "core/fpdfapi/page/cpdf_pattern.h"
#include "core/fxcrt/retain_ptr.h"
+ Include dependency graph for cpdf_shadingpattern.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPDF_ShadingPattern
 

Enumerations

enum  ShadingType {
  kInvalidShading = 0 , kFunctionBasedShading = 1 , kAxialShading = 2 , kRadialShading = 3 ,
  kFreeFormGouraudTriangleMeshShading = 4 , kLatticeFormGouraudTriangleMeshShading = 5 , kCoonsPatchMeshShading = 6 , kTensorProductPatchMeshShading = 7 ,
  kMaxShading = 8
}
 

Enumeration Type Documentation

◆ ShadingType

Enumerator
kInvalidShading 
kFunctionBasedShading 
kAxialShading 
kRadialShading 
kFreeFormGouraudTriangleMeshShading 
kLatticeFormGouraudTriangleMeshShading 
kCoonsPatchMeshShading 
kTensorProductPatchMeshShading 
kMaxShading 

Definition at line 21 of file cpdf_shadingpattern.h.