Home
last modified time | relevance | path

Searched refs:ShadingType (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_shadingpattern.h18 enum ShadingType { enum
55 ShadingType GetShadingType() const { return m_ShadingType; } in GetShadingType()
70 ShadingType m_ShadingType;
Dcpdf_meshstream.h38 CPDF_MeshStream(ShadingType type,
67 const ShadingType m_type;
Dcpdf_meshstream.cpp16 bool ShouldCheckBPC(ShadingType type) { in ShouldCheckBPC()
61 bool ShouldCheckBitsPerFlag(ShadingType type) { in ShouldCheckBitsPerFlag()
93 ShadingType type, in CPDF_MeshStream()
Dcpdf_shadingpattern.cpp21 ShadingType ToShadingType(int type) { in ToShadingType()
24 ? static_cast<ShadingType>(type) in ToShadingType()
Dcpdf_streamcontentparser.cpp75 ShadingType type = pShading->GetShadingType(); in GetShadingBBox()
/external/pdfium/testing/resources/
Dbug_547706.in34 << /BitsPerComponent 16 /ColorSpace /DeviceRGB /ShadingType 5 >>
Dbug_551460.in42 /ShadingType 1
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1985 ShadingType shadingType = pPattern->GetShadingType(); in DrawShading()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp830 ShadingType type, in DrawCoonPatchMeshes()