Searched refs:CPDF_MeshStream (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_meshstream.cpp | 97 CPDF_MeshStream::CPDF_MeshStream( in CPDF_MeshStream() function in CPDF_MeshStream 121 CPDF_MeshStream::~CPDF_MeshStream() {} in ~CPDF_MeshStream() 123 bool CPDF_MeshStream::Load() { in Load() 165 bool CPDF_MeshStream::CanReadFlag() const { in CanReadFlag() 169 bool CPDF_MeshStream::CanReadCoords() const { in CanReadCoords() 173 bool CPDF_MeshStream::CanReadColor() const { in CanReadColor() 177 uint32_t CPDF_MeshStream::ReadFlag() { in ReadFlag() 182 CFX_PointF CPDF_MeshStream::ReadCoords() { in ReadCoords() 200 std::tuple<float, float, float> CPDF_MeshStream::ReadColor() { in ReadColor() 230 bool CPDF_MeshStream::ReadVertex(const CFX_Matrix& pObject2Bitmap, in ReadVertex() [all …]
|
D | cpdf_meshstream.h | 38 class CPDF_MeshStream { 40 CPDF_MeshStream(ShadingType type, 44 ~CPDF_MeshStream();
|
D | cpdf_streamcontentparser.cpp | 84 CPDF_MeshStream stream(type, pShading->GetFuncs(), pStream, pCS); in GetShadingBBox()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendershading.cpp | 421 CPDF_MeshStream stream(kFreeFormGouraudTriangleMeshShading, funcs, in DrawFreeGouraudShading() 466 CPDF_MeshStream stream(kLatticeFormGouraudTriangleMeshShading, funcs, in DrawLatticeGouraudShading() 784 CPDF_MeshStream stream(type, funcs, pShadingStream, pCS); in DrawCoonPatchMeshes()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 2248 CPDF_MeshStream stream(shadingType, pPattern->GetFuncs(), pStream, in DrawShading()
|