Searched defs:EnableStdConversion (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp545 virtual void EnableStdConversion(FX_BOOL bEnabled);
666 void CPDF_ICCBasedCS::EnableStdConversion(FX_BOOL bEnabled) function in class:CPDF_ICCBasedCS
668 CPDF_ColorSpace::EnableStdConversion(bEnabled);
670 m_pAlterCS->EnableStdConversion(bEnabled);
733 virtual void EnableStdConversion(FX_BOOL bEnabled);
817 void CPDF_IndexedCS::EnableStdConversion(FX_BOOL bEnabled) function in class:CPDF_IndexedCS
819 CPDF_ColorSpace::EnableStdConversion(bEnabled);
821 m_pBaseCS->EnableStdConversion(bEnabled);
884 virtual void EnableStdConversion(FX_BOOL bEnabled);
959 void CPDF_SeparationCS::EnableStdConversion(FX_BOO function in class:CPDF_SeparationCS
1036 void CPDF_DeviceNCS::EnableStdConversion(FX_BOOL bEnabled) function in class:CPDF_DeviceNCS
1235 void CPDF_ColorSpace::EnableStdConversion(FX_BOOL bEnabled) function in class:CPDF_ColorSpace
[all...]

Completed in 810 milliseconds