summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_image.cpp
AgeCommit message (Expand)Author
2018-10-24Assert CPDF_Image::m_pDocument is never nullptr.Lei Zhang
2018-10-16Use unique_ptr and span in CPDF_Image::SetImage().Lei Zhang
2018-10-02Remove dead code in CPDF_PageRenderCache::ResetBitmap().Lei Zhang
2018-09-21Validate more image values in CPDF_DIBBase.Lei Zhang
2018-09-20Validate some image data in CPDF_Image::InitJPEG().Lei Zhang
2018-08-28Use std::span<> in CCodec_JPEGModuleTom Sepez
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-23Use pdfium::span<> in CPDF_Stream::SetData().Tom Sepez
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-05-09Mark numerious pointers as const.Lei Zhang
2018-04-17Re-land "Return pdfium::span<char> from ByteString::GetBuffer().""Tom Sepez
2018-04-17Add constants for PDF 1.7 spec, table 3.4.Lei Zhang
2018-04-16Revert "Return pdfium::span<char> from ByteString::GetBuffer()."Tom Sepez
2018-04-12Return pdfium::span<char> from ByteString::GetBuffer().Tom Sepez
2018-03-16Fix methods that have definition with different parameter names.Lei Zhang
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-03-05Make FPDFBitmap_GetFormat() work for JBIG images.Lei Zhang
2018-03-05Use CPDF_DIBSource::LoadState enum class in more places.Lei Zhang
2018-03-05Change return types for some rendering Start/Continue methods.Lei Zhang
2018-01-30Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned.""Tom Sepez
2018-01-30Revert "Use UnownedPtr instead of T* in MaybeOwned."Tom Sepez
2018-01-30Use UnownedPtr instead of T* in MaybeOwned.Tom Sepez
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2017-12-11Move some GetDict() calls out of header files.Lei Zhang
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-20Forward declare codec modules in fx_codec.h.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Split IFX_Pause out of fx_basicDan Sinclair
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-05-24Convert to CFX_UnownedPtr, part 8chromium/3110Tom Sepez
2017-05-23Make CPDF_ImageCacheEntry retain CPDF_ImageTom Sepez
2017-04-20Let {Argb,Cmyk}Decode return tuplesNicolas Pena
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-01-05Remove unused CPDF_ImageCacheEntry::GetCachedBitmapNicolas Pena
2017-01-04Kill render_int.hchromium/2973chromium/2972Nicolas Pena
2016-12-15Return unique_ptr from CFX_BinaryBuf::DetachBuffer()tsepez
2016-12-14Return unique_ptr from GetAlphaMask.tsepez
2016-12-14Remove some usage of |return XXX.release()| anti-pattern.tsepez
2016-12-14Add inline JPEGs.rbpotter
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-11-23Use CFX_MaybeOwned<> in CPDF_Imagetsepez
2016-11-21Use more unique_ptrs in CPDF_Image.thestig
2016-11-21Remove some WrapUnique() calls by returing unique_ptrstsepez