Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_pattern.cpp279 if (type == kTensorProductPatchMeshShading) in GetShadingBBox()
285 if (type == kCoonsPatchMeshShading || type == kTensorProductPatchMeshShading) in GetShadingBBox()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h692 kTensorProductPatchMeshShading = 7, enumerator
709 m_ShadingType == kTensorProductPatchMeshShading; in IsMeshShading()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp899 case kTensorProductPatchMeshShading: { in DrawShading()
901 pPattern->m_ShadingType == kTensorProductPatchMeshShading, pBitmap, in DrawShading()