summaryrefslogtreecommitdiff
path: root/core/fpdfapi/edit/cpdf_pagecontentgenerator_unittest.cpp
AgeCommit message (Expand)Author
2018-10-24Make CPDF_PathObject::m_Path private.Lei Zhang
2018-10-24Make CPDF_PathObject::m_FillType private.Lei Zhang
2018-10-24Make CPDF_PathObject::m_bStroke private.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-06-27Rework of loading of CPDF_Document.Artem Strygin
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-06-05Tidy parser lifecycle state machine in CPDF_PageObjectHolder.Tom Sepez
2018-06-05Revert "Create m_ContentStream field in CPDF_PageObject."Henrique Nakashima
2018-06-05Create m_ContentStream field in CPDF_PageObject.Henrique Nakashima
2018-06-04Revert "Make CPDF_Document cache CPDF_Pages"Tom Sepez
2018-05-30Make CPDF_Document cache CPDF_PagesTom Sepez
2018-05-25Make CPDF_Page retainable.Tom Sepez
2018-05-14Cleanup CPDF_Form parsing codechromium/3431Dan Sinclair
2018-04-13Rename the other CPDF_Color::SetValue() variant.Lei Zhang
2018-02-16Improve performance of writing path floats.Dan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Change CPDF_Form::ParseContent() to ParseContentWithParams().Lei Zhang
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-10Move graphic state operations outside BT/ET operationsRyan Wiley
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-06-29Basic APIs and tests for extracting and setting annotation pathsJane Liu
2017-06-27Modified CPDF_PageContentGenerator to work with both Form and PageJane Liu
2017-06-13Converting CFX_ByteTextBuf to ostringstream in cpdf_pagecontentgenerator.Henrique Nakashima
2017-05-26Add public API for setting the fill color on a text objectwileyrya
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-04-24Use a pdfium-specific unittest main rather than gtest'sTom Sepez
2017-03-26Use PartitionAlloc for JavaScript ArrayBuffers and strings.Chris Palmer
2017-03-20Allow processing fonts with indirect dictNicolas Pena
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-14Add ProcessText supporting standard fontsNicolas Pena
2017-02-10Add line width option for stroking pathschromium/3011chromium/3010chromium/3009Nicolas Pena
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2017-02-06Add support for fill and stroke RGBA in CPDF_PageContentGeneratorNicolas Pena
2017-02-02Add CPDF_PageContentGenerator::ProcessPath supporting path constructionNicolas Pena