summaryrefslogtreecommitdiff
path: root/core/fpdfapi/render
AgeCommit message (Expand)Author
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
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-16Fix more fallthroughs before reenabling -Wimplicit-fallthrough.Henrique Nakashima
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-02-09Get rid of EmbedderTest::RenderPageDeprecated().Lei Zhang
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
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-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-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-08Encapsulate CPDF_ShadingObject members.Lei Zhang
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-01Encapsulate CPDF_Type3Char members.Lei Zhang
2017-11-27Remove CollectionSize from CPDF_RenderStatusDan Sinclair
2017-11-27Remove CollectionSize from CPDF_CharPosListDan Sinclair
2017-11-27Convert CPDF_ClipPath::Get{Path|Text}Count to size_tDan Sinclair
2017-11-02Encapsulate CPDF_FormObject members.Lei Zhang
2017-11-02Rename Transparency to iTransparency.Lei Zhang
2017-11-02Remove some redundent code in CPDF_DIBSource::StartLoadDIBSource().Lei Zhang
2017-10-23Validate pattern sizes before usageDan Sinclair
2017-10-19Tidy up bits of CPDF_RenderStatus.Lei Zhang
2017-10-06Fix a crash in CPDF_ImageRenderer.chromium/3236chromium/3235Lei Zhang
2017-10-05Move CPDF_RenderOptions members to privateDan Sinclair
2017-10-05Cleanup CPDF_RenderStatusDan Sinclair
2017-10-04Remove friends from CPDF_TextObjectchromium/3233Dan Sinclair
2017-10-04Make CPDF_TransferFunc members privateDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-09-21Move CFX_AutoRestorer to fxcrt::AutoRestorerDan Sinclair
2017-09-20Forward declare codec modules in fx_codec.h.Lei Zhang
2017-09-20Move CCodec_ScanlineDecoder to its own file.Lei Zhang
2017-09-19Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Change CPDF_Form::ParseContent() to ParseContentWithParams().Lei Zhang