Searched refs:CPDF_MeshStream (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_meshstream.cpp | 92 CPDF_MeshStream::CPDF_MeshStream( in CPDF_MeshStream() function in CPDF_MeshStream 116 CPDF_MeshStream::~CPDF_MeshStream() {} in ~CPDF_MeshStream() 118 bool CPDF_MeshStream::Load() { in Load() 161 bool CPDF_MeshStream::CanReadFlag() const { in CanReadFlag() 165 bool CPDF_MeshStream::CanReadCoords() const { in CanReadCoords() 169 bool CPDF_MeshStream::CanReadColor() const { in CanReadColor() 173 uint32_t CPDF_MeshStream::ReadFlag() { in ReadFlag() 178 CFX_PointF CPDF_MeshStream::ReadCoords() { in ReadCoords() 196 std::tuple<float, float, float> CPDF_MeshStream::ReadColor() { in ReadColor() 226 bool CPDF_MeshStream::ReadVertex(const CFX_Matrix& pObject2Bitmap, in ReadVertex() [all …]
|
D | cpdf_meshstream.h | 36 class CPDF_MeshStream { 38 CPDF_MeshStream(ShadingType type, 42 ~CPDF_MeshStream();
|
D | cpdf_streamcontentparser.cpp | 81 CPDF_MeshStream stream(type, pShading->GetFuncs(), pStream, pCS); in GetShadingBBox()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 482 CPDF_MeshStream stream(kFreeFormGouraudTriangleMeshShading, funcs, in DrawFreeGouraudShading() 527 CPDF_MeshStream stream(kLatticeFormGouraudTriangleMeshShading, funcs, in DrawLatticeGouraudShading() 844 CPDF_MeshStream stream(type, funcs, pShadingStream, pCS); in DrawCoonPatchMeshes()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 2112 CPDF_MeshStream stream(shadingType, pPattern->GetFuncs(), pStream, in DrawShading()
|