summaryrefslogtreecommitdiff
path: root/core/fxge/win32/cfx_psrenderer.cpp
AgeCommit message (Expand)Author
2018-10-25Change StartDIBits() to take a matrix by reference.Lei Zhang
2018-10-16Use more unique_ptrs in cfx_psrenderer.cpp for FaxCompressData().Lei Zhang
2018-10-16Make {A85,RunLength}Encode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-10-15Make FlateEncode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-09-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-08-30Use pdfium::span<> arg in A85 and RLE encoder methodsTom Sepez
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-02-14Pdfium: Allow negative font sizes for PostScript printingrbpotter
2018-01-30Guard usages of tellp(). It may return -1 in error cases.Henrique Nakashima
2018-01-30Remove not reachable branch in fxge code.Lei Zhang
2017-12-06Fix ps rendering.chromium/3287Henrique Nakashima
2017-10-20PostScript: Do not send fonts with size <= 0 to printerschromium/3246rbpotter
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-26Remove fx_text_int.hDan 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-20Forward declare codec modules in fx_codec.h.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-02Replace CFX_ByteTextBuf with ostringstream in cfx_psrenderer.cpp.Henrique Nakashima
2017-07-10Move core/fxge/ge to core/fxge.Dan Sinclair
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-15Convert CPSOutput to an IFX_WriteStreamdan sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-04-03Split fx_dib part 4Nicolas Pena
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-21Convert more TransformPoint calls to TransformDan Sinclair
2017-02-16Change FXTEXT_CHARPOS to use CFX_PointFDan Sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)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-12Add postscript pathrbpotter
2017-01-10Remove CFX_ArrayTemplate in cfx_psrender.tsepez
2017-01-06Revert postscript code removal.rbpotter