summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2018-03-21Change FXSYS_RGB() to FXSYS_BGR().Lei Zhang
2018-03-21Rename one ArgbEncode() variant to AlphaAndColorRefToArgb().Lei Zhang
2018-03-20Rename "RGB" methods/variables to "ColorRef" in CPDF_ColorState.Lei Zhang
2018-03-16Fix methods that have definition with different parameter names.Lei Zhang
2018-03-15Create FPDFPage_RemoveObject().Henrique Nakashima
2018-03-15Rename FX_COLORREF variables from "rgb" to "bgr".Lei Zhang
2018-03-08Remove unused constructordan sinclair
2018-03-08Cleanup CPDF_SimpleParserdan sinclair
2018-03-06Rename IFX classes in core/fxge to Ifacechromium/3364Dan Sinclair
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-03-05Clean up CPDF_DIBSource.Lei Zhang
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 CPDF_DIBSource::LoadJpxBitmap() to return a bitmap.Lei Zhang
2018-03-05Change return types for some rendering Start/Continue methods.Lei Zhang
2018-03-05Add CPDF_DIBSource::LoadState enum class.Lei Zhang
2018-02-22Add namespaces to duplicated Skia code.Jonathan Feinberg
2018-02-16Fix more fallthroughs before reenabling -Wimplicit-fallthrough.Henrique Nakashima
2018-02-16Add ASSERT to check OOB m_CharCodesNicolas Pena
2018-02-16Improve performance of writing path floats.Dan Sinclair
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-02-09Use CFX_Size in CPDF_Page and fpdf_ppo.cpp.Lei Zhang
2018-02-09Get rid of EmbedderTest::RenderPageDeprecated().Lei Zhang
2018-02-07Remove some deprecated RenderPage method usage.Lei Zhang
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-02-05Make EmbedderTest class member style consistent.Lei Zhang
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-30Guard usages of tellp(). It may return -1 in error cases.Henrique Nakashima
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-26Pass nullptr to ParseContentWithParams() instead of 0.Lei Zhang
2018-01-26Fix crash in palette loading with Pattern colorspace.Henrique Nakashima
2018-01-26Change CPDF_RenderStatus::ProcessPathPattern() to pass by pointer.Lei Zhang
2018-01-25Make private some methods in CPDF_DIBSource.Henrique Nakashima
2018-01-24Fix some nits in CPDF_Parser.Lei Zhang
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-17Fix behavior of FPDF_RenderPageBitmapWithMatrixHenrique Nakashima
2018-01-12Move some RetainPtr getters/setters out of headers.Lei Zhang
2018-01-09Expose marked content IDs for images and alt text.Julian Lunger
2018-01-08Encapsulate CPDF_ShadingObject members.Lei Zhang
2018-01-08Make SharedCopyOnWrite use RetainablesDan Sinclair
2017-12-22Only set CPDF_ColorSpace component count on successful load.chromium/3310chromium/3309chromium/3308chromium/3307chromium/3306chromium/3305chromium/3304chromium/3303chromium/3302Lei Zhang
2017-12-21Clean up CPDF_Color.chromium/3301Lei Zhang
2017-12-21Fix various nits in color code.Lei Zhang
2017-12-20Avoid default arguments in EmbedderTest::OpenDocument().chromium/3300Lei Zhang
2017-12-20Combine operator< and ByteString::Compare().Lei Zhang
2017-12-19Add parameter validation to CPDF_ShadingPattern.Henrique Nakashima
2017-12-19Remove some dead code.Lei Zhang
2017-12-19Require valid color space for shading pattern.Henrique Nakashima