Home
last modified time | relevance | path

Searched refs:kCoonsPatchMeshShading (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_shadingpattern.h28 kCoonsPatchMeshShading = 6, enumerator
52 m_ShadingType == kCoonsPatchMeshShading || in IsMeshShading()
Dcpdf_shadingpattern.cpp107 case kCoonsPatchMeshShading: in Validate()
134 case kCoonsPatchMeshShading: in Validate()
Dcpdf_meshstream.cpp25 case kCoonsPatchMeshShading: in ShouldCheckBPC()
69 case kCoonsPatchMeshShading: in ShouldCheckBitsPerFlag()
Dcpdf_streamcontentparser.cpp96 else if (type == kCoonsPatchMeshShading) in GetShadingBBox()
100 if (type == kCoonsPatchMeshShading || type == kTensorProductPatchMeshShading) in GetShadingBBox()
/external/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp779 ASSERT(type == kCoonsPatchMeshShading || in DrawCoonPatchMeshes()
937 case kCoonsPatchMeshShading: in Draw()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2123 kCoonsPatchMeshShading != shadingType) { in DrawShading()
2137 if (!pCoords && kCoonsPatchMeshShading != shadingType) in DrawShading()
2244 ASSERT(kCoonsPatchMeshShading == shadingType); in DrawShading()