summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_render
AgeCommit message (Expand)Author
2016-08-29Revert "Replace wrapper methods in CPDF_Path with -> operator."tsepez
2016-08-29Revert "Use ->() in CPDF_ColorState"tsepez
2016-08-29Use ->() in CPDF_ColorStatetsepez
2016-08-29Replace wrapper methods in CPDF_Path with -> operator.tsepez
2016-08-26Add -> operators to CFX_CountRef.chromium/2842tsepez
2016-08-26Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness.tsepez
2016-08-26Remove CFX_CountRef::IsNull in favor of operator booltsepez
2016-08-24Allow CPDF_Font to use fallback fontsnpm
2016-08-24Delete unused methods from CFX_RenderDevicenpm
2016-08-19Move CFX_FaceCache to its own filenpm
2016-08-17Split fx_font into multiple files, part 1.npm
2016-08-15add native draw bitmap with alpha maskcaryclark
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-09Fix typos of the word outer.thestig
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-05Add CPDF_ImageObject::GetImage().thestig
2016-08-04Move CFX_GEModule into its own filenpm
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-26Remove unused m_bFirstLayer in CPDF_RenderContext.jaepark
2016-07-25Remove FX_FONTCACHE_DEFINEtsepez
2016-07-21Use smart pointers for graphics device classesweili
2016-07-19Use smart pointers for various Jbig2 decoding contextsweili
2016-07-12Replace void* to actual type for jbig2 context to avoid castsweili
2016-07-11Use smart pointers for class owned member variablesweili
2016-07-06Change class member variables in raw pointer type into unique_ptrweili
2016-07-06copy graphics state fullycaryclark
2016-06-29fix skia unit testscaryclark
2016-06-29Disable failing embedder tests for Skia builds.thestig
2016-06-27Clean up some CPDF_Font subclasses.thestig
2016-06-27Simplify CPDF_TextRenderer::DrawTextString().thestig
2016-06-21Move ifx_renderdevicedriver to a separate file to shareweili
2016-06-20Another round of fx_ge cleanup.thestig
2016-06-13Remove default arguments from IFX_RenderDeviceDriver.thestig
2016-06-13Make code compile with clang_use_chrome_plugin (part I)weili
2016-06-08Remove implicit CFX_CountedRef::operator T*()tsepez
2016-06-07Get rid of NULLs in core/thestig
2016-06-06Remove unused PS generation code.thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-02The PDFium source in core/fxge/dib implements a bit-blitting backend.caryclark
2016-06-01Validate the BitsPerFlag entry in shading dictionaries.thestig
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-26Clean up CPDF_TextRenderer slightly.thestig
2016-05-26Remove default arguments in CFX_RenderDevice.thestig
2016-05-26Remove default argument from RestoreState() methods.thestig
2016-05-25Remove CFX_PrivateData from CPDF_Documenttsepez
2016-05-23Make CPDF_Function::Load() return an unique_ptr.chromium/2750chromium/2749chromium/2748thestig
2016-05-20Add an enum to represent text rendering modes.thestig
2016-05-19Fix leak in CPDF_StreamContentParser::AddTextObject().thestig
2016-05-19Clean up CFX_RenderDevice::DrawNormalText().thestig
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez