summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2018-04-11Avoid stack overflow when loading CPDF_Function.chromium/3395Henrique Nakashima
2018-04-10Load CIDToGIDMap stream for CID fonts if it exists.Lei Zhang
2018-04-10Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref.Lei Zhang
2018-04-09Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393Tom Sepez
2018-04-09Pass FX_RECT by const-ref in rendering code.Lei Zhang
2018-04-09Remove RenderDeviceDriverIface::GetCTM().Lei Zhang
2018-04-09Cleanup CPDF_RenderStatus::GetObjectClippedRect().Lei Zhang
2018-04-09Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser.Tom Sepez
2018-04-06Add span.h from chromium base.chromium/3392Tom Sepez
2018-04-05Combine if/else blocks in CPDF_DIBSource::TranslateScanline24bpp().Lei Zhang
2018-04-05Split CPDF_DIBSource::TranslateScanline24bpp().Lei Zhang
2018-04-05Fix const casts in CPDF_Encryptor.Lei Zhang
2018-04-05Get rid of a const_cast in CPDF_FlateEncoder.Lei Zhang
2018-04-05Remove some const_casts in CPDF_Creator.Lei Zhang
2018-04-05Ignore bad data in the shared object hint table.Lei Zhang
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-04-03Off-by-one in CPDF_StreamParser::ParseNextElement()Tom Sepez
2018-03-28Use CPDF_DefaultAppearance instead of custom parsingDan Sinclair
2018-03-28Use ByteStringView in parsersDan Sinclair
2018-03-28Remove ByteString PDF_NameDecodeDan Sinclair
2018-03-26Do not call CPDF_PageObjectList directly in fpdfeditpage.cpp.Henrique Nakashima
2018-03-21Use more const pointers in CPDF_ContentMarkItem.Lei Zhang
2018-03-21Explain how CPDF_Page::GetDisplayMatrix() inverts y.Henrique Nakashima
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