summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page
AgeCommit message (Expand)Author
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-21Move CFX_WeakPtr to WeakPtrDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Move CFX_StringPoolTemplate to StringPoolTemplateDan Sinclair
2017-09-21Move CFX_SharedCopyOnWrite to SharedCopyOnWriteDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-09-20Isolate lcms2 usage to a few files.Lei Zhang
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-09-13Change behaviour of FPDF_RenderPageBitmapWithMatrixNicolas Pena
2017-08-31Fix colorspace loading for mutually referencing colorspaces.Henrique Nakashima
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Prevent duplicate parses of same data, in the same recursive descentRyan Harrison
2017-08-31Change CPDF_Form::ParseContent() to ParseContentWithParams().Lei Zhang
2017-08-31Split IFX_Pause out of fx_basicDan Sinclair
2017-08-30Split CFX_FixedBufGrow out of fx_basicchromium/3201Dan Sinclair
2017-08-30Move CFX_BitStream to its own fileDan Sinclair
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-08-29Make some CPDF_StreamContentParser methods static.Lei Zhang
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-23Verify image returned from AddImageDan Sinclair
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-21Converted CFX_FloatRect::{Init|Update}Rect() to take point objectsJane Liu
2017-08-17Fix some issues with individual image mask renderingrbpotter
2017-08-03APIs and tests for retrieving raw/decoded data from image objectsJane Liu
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-31Initialize CPDF_PathObject members on constructor.Henrique Nakashima
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-27Remove single param Mid() method from string classesRyan Harrison
2017-07-19Basic APIs and tests for extracting attachmentsJane Liu
2017-07-17Let CPDF_MeshStream::ReadVertexRow return a vectorNicolas Pena
2017-07-12Nits in CFX_RenderDevice and CPDF_ContentParserNicolas Pena
2017-07-12Remove unused methods from CPDF_ColorSpaceNicolas Pena
2017-07-12Move CMYKtoRGB methods to fx_codec and clean them upNicolas Pena
2017-07-12Cleanup ICC code part 1Nicolas Pena
2017-06-30Remove pointless CFX_FloatRect construction.Lei Zhang
2017-06-28Set default graphics before generating page contentsNicolas Pena
2017-06-27Modified CPDF_PageContentGenerator to work with both Form and PageJane Liu
2017-06-20Cleanup fpdf_parser_decodeNicolas Pena
2017-06-20Cleanup tiling and shading patterns in correct orderDan Sinclair
2017-06-14Add blend to GraphicsDataNicolas Pena
2017-06-08Replacing CFX_ByteTextBuf with stringstream in cpdf_streamparser.cpp.Henrique Nakashima
2017-06-01Fix content generation to only generate dirty page objects.wileyrya
2017-05-26Add public API for setting the blend mode on a page object.wileyrya
2017-05-26Release unowned CS reference before maybe destroying owned oneTom Sepez
2017-05-26Use proper file names in core/fpdfapi/fontNicolas Pena
2017-05-26Simplify CPDF_Page ctor.Lei Zhang