Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_shadingpattern.h25 kCoonsPatchMeshShading = 6, enumerator
50 m_ShadingType == kCoonsPatchMeshShading || in IsMeshShading()
Dcpdf_shadingpattern.cpp124 case kCoonsPatchMeshShading: in Validate()
157 case kCoonsPatchMeshShading: in Validate()
Dcpdf_meshstream.cpp20 case kCoonsPatchMeshShading: in ShouldCheckBPC()
64 case kCoonsPatchMeshShading: in ShouldCheckBitsPerFlag()
Dcpdf_streamcontentparser.cpp93 else if (type == kCoonsPatchMeshShading) in GetShadingBBox()
97 if (type == kCoonsPatchMeshShading || type == kTensorProductPatchMeshShading) in GetShadingBBox()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1987 kCoonsPatchMeshShading != shadingType) { in DrawShading()
2001 if (!pCoords && kCoonsPatchMeshShading != shadingType) in DrawShading()
2108 ASSERT(kCoonsPatchMeshShading == shadingType); in DrawShading()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp839 ASSERT(type == kCoonsPatchMeshShading || in DrawCoonPatchMeshes()
2143 case kCoonsPatchMeshShading: in DrawShading()