Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_shadingpattern.h25 kTensorProductPatchMeshShading = 7, enumerator
50 m_ShadingType == kTensorProductPatchMeshShading; in IsMeshShading()
Dcpdf_meshstream.cpp21 case kTensorProductPatchMeshShading: in ShouldCheckBPC()
65 case kTensorProductPatchMeshShading: in ShouldCheckBitsPerFlag()
Dcpdf_streamcontentparser.cpp90 if (type == kTensorProductPatchMeshShading) in GetShadingBBox()
96 if (type == kCoonsPatchMeshShading || type == kTensorProductPatchMeshShading) in GetShadingBBox()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp817 type == kTensorProductPatchMeshShading); in DrawCoonPatchMeshes()
836 int point_count = type == kTensorProductPatchMeshShading ? 16 : 12; in DrawCoonPatchMeshes()
2102 case kTensorProductPatchMeshShading: { in DrawShading()