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
pdfium::transparency Namespace Reference

Variables

const char kNormal [] = "Normal"
 
const char kMultiply [] = "Multiply"
 
const char kScreen [] = "Screen"
 
const char kOverlay [] = "Overlay"
 
const char kDarken [] = "Darken"
 
const char kLighten [] = "Lighten"
 
const char kColorDodge [] = "ColorDodge"
 
const char kColorBurn [] = "ColorBurn"
 
const char kHardLight [] = "HardLight"
 
const char kSoftLight [] = "SoftLight"
 
const char kDifference [] = "Difference"
 
const char kExclusion [] = "Exclusion"
 
const char kHue [] = "Hue"
 
const char kSaturation [] = "Saturation"
 
const char kColor [] = "Color"
 
const char kLuminosity [] = "Luminosity"
 
const char kSoftMaskSubType [] = "S"
 
const char kAlpha [] = "Alpha"
 
const char kG [] = "G"
 
const char kBC [] = "BC"
 
const char kTR [] = "TR"
 
const char kGroupSubType [] = "S"
 
const char kTransparency [] = "Transparency"
 
const char kCS [] = "CS"
 
const char kI [] = "I"
 

Variable Documentation

◆ kAlpha

const char pdfium::transparency::kAlpha = "Alpha"

Definition at line 34 of file transparency.cpp.

◆ kBC

const char pdfium::transparency::kBC = "BC"

Definition at line 36 of file transparency.cpp.

◆ kColor

const char pdfium::transparency::kColor = "Color"

Definition at line 28 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kColorBurn

const char pdfium::transparency::kColorBurn = "ColorBurn"

Definition at line 18 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kColorDodge

const char pdfium::transparency::kColorDodge = "ColorDodge"

Definition at line 17 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kCS

const char pdfium::transparency::kCS = "CS"

Definition at line 43 of file transparency.cpp.

◆ kDarken

const char pdfium::transparency::kDarken = "Darken"

Definition at line 15 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kDifference

const char pdfium::transparency::kDifference = "Difference"

Definition at line 21 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kExclusion

const char pdfium::transparency::kExclusion = "Exclusion"

Definition at line 22 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kG

const char pdfium::transparency::kG = "G"

Definition at line 35 of file transparency.cpp.

◆ kGroupSubType

const char pdfium::transparency::kGroupSubType = "S"

Definition at line 41 of file transparency.cpp.

Referenced by CPDF_PageObjectHolder::LoadTransparencyInfo().

◆ kHardLight

const char pdfium::transparency::kHardLight = "HardLight"

Definition at line 19 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kHue

const char pdfium::transparency::kHue = "Hue"

Definition at line 26 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kI

const char pdfium::transparency::kI = "I"

Definition at line 44 of file transparency.cpp.

Referenced by CPDF_PageObjectHolder::LoadTransparencyInfo().

◆ kLighten

const char pdfium::transparency::kLighten = "Lighten"

Definition at line 16 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kLuminosity

const char pdfium::transparency::kLuminosity = "Luminosity"

Definition at line 29 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kMultiply

const char pdfium::transparency::kMultiply = "Multiply"

Definition at line 12 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kNormal

const char pdfium::transparency::kNormal = "Normal"

Definition at line 11 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kOverlay

const char pdfium::transparency::kOverlay = "Overlay"

Definition at line 14 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kSaturation

const char pdfium::transparency::kSaturation = "Saturation"

Definition at line 27 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kScreen

const char pdfium::transparency::kScreen = "Screen"

Definition at line 13 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kSoftLight

const char pdfium::transparency::kSoftLight = "SoftLight"

Definition at line 20 of file transparency.cpp.

Referenced by CPDF_GeneralState::GetBlendMode().

◆ kSoftMaskSubType

const char pdfium::transparency::kSoftMaskSubType = "S"

Definition at line 33 of file transparency.cpp.

◆ kTR

const char pdfium::transparency::kTR = "TR"

Definition at line 37 of file transparency.cpp.

◆ kTransparency

const char pdfium::transparency::kTransparency = "Transparency"

Definition at line 42 of file transparency.cpp.

Referenced by CPDF_PageObjectHolder::LoadTransparencyInfo().