summaryrefslogtreecommitdiff
path: root/core/fpdfapi/render
AgeCommit message (Expand)Author
2018-06-26Add some more consts to unowned pointers.Tom Sepez
2018-06-25Combine common code into CPDF_RenderStatus::ClipPattern().Lei Zhang
2018-06-25Make DrawRadialShading() slightly more compact.Lei Zhang
2018-06-21Avoid const-refs to implicitly constructed strings.Tom Sepez
2018-06-13Remove CFX_FixedBufGrow from cpdf_renderstatus.cppNicolas Pena
2018-06-13Remove almost all usages of CFX_FixedBufGrow from cpdf_dibsource.cppNicolas Pena
2018-06-07Rename CPDF_PageObjectHolder::GetFormDict() to GetDict().Henrique Nakashima
2018-06-05Tidy parser lifecycle state machine in CPDF_PageObjectHolder.Tom Sepez
2018-06-05Revert "Create m_ContentStream field in CPDF_PageObject."Henrique Nakashima
2018-06-05Create m_ContentStream field in CPDF_PageObject.Henrique Nakashima
2018-05-31Clean up some nits in CPDF_Type3GlyphNicolas Pena
2018-05-31Handle image mask continuous loading correctlyWei Li
2018-05-30Exclude certain colorspace types for calculating transparency backdrop color.Lei Zhang
2018-05-29Get rid of FXARGB_MAKE macro.Lei Zhang
2018-05-28Revert 'Remove almost all usages of CFX_FixedBufGrow with std::vector'chromium/3444Nicolas Pena
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor().Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441Lei Zhang
2018-05-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-14Cleanup CPDF_Form parsing codechromium/3431Dan Sinclair
2018-05-11Use more smart pointer types in CPDF_DIBSource.Tom Sepez
2018-05-10Add CPDF_Transparency.Lei Zhang
2018-05-10Fix destruction order in CPDF_Dibsource.Tom Sepez
2018-05-09Mark numerious pointers as const.Lei Zhang
2018-05-09Add constants for PDF 1.7 spec, table 7.13.Lei Zhang
2018-05-09Break backcolor code out of CPDF_RenderStatus::LoadSMask().Lei Zhang
2018-05-08Remove almost all usages of CFX_FixedBufGrow with std::vectorNicolas Pena
2018-05-08Move CalculatePitch8() to core/fxcodec.Lei Zhang
2018-05-07Add some getters for CPDF_PageObjectHolder.Lei Zhang
2018-05-07Initialize CPDF_RenderStatus members in the header.Lei Zhang
2018-05-07Use checked large integer in ContinueQuickStretchchromium/3424Ryan Harrison
2018-04-25Introduce ScopedFPDF types in public/cpp/fpdf_scopers.hTom Sepez
2018-04-19Change SHADING_STEPS from a #define to a constant.Lei Zhang
2018-04-18Fix integer overflow in shading drawing code.Lei Zhang
2018-04-16Remove non-const CPDF_PageObjectHolder::GetPageObjectList().Henrique Nakashima
2018-04-12More CPDF_Color improvements.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-05Combine if/else blocks in CPDF_DIBSource::TranslateScanline24bpp().Lei Zhang
2018-04-05Split CPDF_DIBSource::TranslateScanline24bpp().Lei Zhang
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
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-15Rename FX_COLORREF variables from "rgb" to "bgr".Lei Zhang
2018-03-06Rename IFX classes in core/fxge to Ifacechromium/3364Dan Sinclair