HomeSort by relevance Sort by last modified time
    Searched refs:CPDF_MeshStream (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_meshstream.cpp 7 #include "core/fpdfapi/page/cpdf_meshstream.h"
92 CPDF_MeshStream::CPDF_MeshStream(
116 CPDF_MeshStream::~CPDF_MeshStream() {}
118 bool CPDF_MeshStream::Load() {
161 bool CPDF_MeshStream::CanReadFlag() const {
165 bool CPDF_MeshStream::CanReadCoords() const {
169 bool CPDF_MeshStream::CanReadColor() const {
173 uint32_t CPDF_MeshStream::ReadFlag()
    [all...]
cpdf_meshstream.h 36 class CPDF_MeshStream {
38 CPDF_MeshStream(ShadingType type,
42 ~CPDF_MeshStream();
cpdf_streamcontentparser.cpp 21 #include "core/fpdfapi/page/cpdf_meshstream.h"
81 CPDF_MeshStream stream(type, pShading->GetFuncs(), pStream, pCS);
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 26 #include "core/fpdfapi/page/cpdf_meshstream.h"
482 CPDF_MeshStream stream(kFreeFormGouraudTriangleMeshShading, funcs,
527 CPDF_MeshStream stream(kLatticeFormGouraudTriangleMeshShading, funcs,
844 CPDF_MeshStream stream(type, funcs, pShadingStream, pCS);
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 11 #include "core/fpdfapi/page/cpdf_meshstream.h"
    [all...]

Completed in 210 milliseconds