Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_shadingpattern.h29 kTensorProductPatchMeshShading = 7, enumerator
53 m_ShadingType == kTensorProductPatchMeshShading; in IsMeshShading()
Dcpdf_shadingpattern.cpp108 case kTensorProductPatchMeshShading: { in Validate()
135 case kTensorProductPatchMeshShading: { in Validate()
Dcpdf_meshstream.cpp26 case kTensorProductPatchMeshShading: in ShouldCheckBPC()
70 case kTensorProductPatchMeshShading: in ShouldCheckBitsPerFlag()
Dcpdf_streamcontentparser.cpp94 if (type == kTensorProductPatchMeshShading) in GetShadingBBox()
100 if (type == kCoonsPatchMeshShading || type == kTensorProductPatchMeshShading) in GetShadingBBox()
/external/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp780 type == kTensorProductPatchMeshShading); in DrawCoonPatchMeshes()
799 int point_count = type == kTensorProductPatchMeshShading ? 16 : 12; in DrawCoonPatchMeshes()
938 case kTensorProductPatchMeshShading: { in Draw()