summaryrefslogtreecommitdiff
path: root/core/fpdfapi/render
AgeCommit message (Expand)Author
2017-02-14Revert "Cleanup CPDF_MeshStream"dsinclair
2017-02-13Clean up CPDF_TextObject a bitNicolas Pena
2017-02-13Cleanup CPDF_MeshStreamDan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair
2017-02-13core: fix a few uninitialized membersMiklos Vajna
2017-02-09Cleanup CFX_Matrix related methodsDan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2017-02-08Rename x,y to width,height for Size typesdan sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2017-01-30Refcount CPDF_OCContext.Tom Sepez
2017-01-09Remove CFX_ArrayTemplate from fpdfapitsepez
2017-01-05Remove unused CPDF_ImageCacheEntry::GetCachedBitmapNicolas Pena
2017-01-04Kill render_int.hchromium/2973chromium/2972Nicolas Pena
2016-12-14Return unique_ptr from GetAlphaMask.tsepez
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-13Return unique_ptr<>s from fxcodec/chromium/2951tsepez
2016-12-06re-enable skia cachingchromium/2944caryclark
2016-12-06Return unique_ptrs from CFX_DIBitmap::Clone().tsepez
2016-12-02Rename fpdf_render_image and fpdf_render_textchromium/2942chromium/2941chromium/2940npm
2016-12-01Kill off fpdf_render_cache.cppchromium/2939npm
2016-12-01Kill some friends in fpdfapi.tsepez
2016-12-01Remove fpdf_render.cppNicolas Pena
2016-12-01Make CPDF_ImageCacheEntry's private CFX_DIBSources unique_ptrsnpm
2016-11-29Do not clone in CPDF_ImageCacheEntry::GetCachedBitmapnpm
2016-11-28Add some methods in CPDF_ImageRenderernpm
2016-11-28Merge CPDF_ImageLoader with its handlenpm
2016-11-23Remove some .release() calls in cpdf_renderstatustsepez
2016-11-23Avoid cloning in CPDF_ImageCacheEntry::ContinueGetCachedBitmapnpm
2016-11-23Move CPDF_ImageRenderer from render_intnpm
2016-11-22Ensure CPDF_CountedObjects only made from owned references.tsepez
2016-11-22handle antialiased rendering as premultipliedcaryclark
2016-11-21Split fwl/core class pt II.dsinclair
2016-11-21Make CPDF_ImageObject::m_Matrix private.thestig
2016-11-21Check dimensions and content of bitmaps in EmbedderTests.chromium/2927thestig
2016-11-21Continue splitting up render_intnpm
2016-11-17fix corpus testscaryclark
2016-11-17Move CPDF_RenderStatus from render_intnpm
2016-11-17Move CPDF_DocRenderData from render_intnpm
2016-11-16Create a subset of skia support for paths onlycaryclark
2016-11-15Revert of Create a subset of skia support for paths only (patchset #10 id:180...dsinclair
2016-11-15Create a subset of skia support for paths onlycaryclark
2016-11-14Properly release caches in CPDF_DocRenderDatanpm
2016-11-11Relax colorspace checks in CPDF_DIBSource::CreateDecoder().chromium/2917thestig
2016-11-02Remove FX_BOOL from coretsepez
2016-10-28Use CompositeMask instead of TransferBitmap when drawing type 3 textnpm
2016-10-26Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor.tsepez
2016-10-26Fix some bool/int mismatches.tsepez