Home
last modified time | relevance | path

Searched refs:kTensorProductPatchMeshShading (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_shadingpattern.h26 kTensorProductPatchMeshShading = 7, enumerator
51 m_ShadingType == kTensorProductPatchMeshShading; in IsMeshShading()
Dcpdf_shadingpattern.cpp125 case kTensorProductPatchMeshShading: { in Validate()
158 case kTensorProductPatchMeshShading: { in Validate()
Dcpdf_meshstream.cpp21 case kTensorProductPatchMeshShading: in ShouldCheckBPC()
65 case kTensorProductPatchMeshShading: in ShouldCheckBitsPerFlag()
Dcpdf_streamcontentparser.cpp91 if (type == kTensorProductPatchMeshShading) in GetShadingBBox()
97 if (type == kCoonsPatchMeshShading || type == kTensorProductPatchMeshShading) in GetShadingBBox()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp840 type == kTensorProductPatchMeshShading); in DrawCoonPatchMeshes()
859 int point_count = type == kTensorProductPatchMeshShading ? 16 : 12; in DrawCoonPatchMeshes()
2144 case kTensorProductPatchMeshShading: { in DrawShading()