Home
last modified time | relevance | path

Searched refs:kLatticeFormGouraudTriangleMeshShading (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_shadingpattern.h23 kLatticeFormGouraudTriangleMeshShading = 5, enumerator
48 m_ShadingType == kLatticeFormGouraudTriangleMeshShading || in IsMeshShading()
Dcpdf_meshstream.cpp19 case kLatticeFormGouraudTriangleMeshShading: in ShouldCheckBPC()
Dcpdf_streamcontentparser.cpp87 type == kLatticeFormGouraudTriangleMeshShading; in GetShadingBBox()
101 if (type != kLatticeFormGouraudTriangleMeshShading) { in GetShadingBBox()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp526 CPDF_MeshStream stream(kLatticeFormGouraudTriangleMeshShading, funcs, in DrawLatticeGouraudShading()
2093 case kLatticeFormGouraudTriangleMeshShading: { in DrawShading()