summaryrefslogtreecommitdiff
path: root/core/fpdfapi/font
AgeCommit message (Expand)Author
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-08-15Remove GetAt from string classesRyan Harrison
2017-08-11Add checks of index operations on string classesRyan Harrison
2017-08-02Rewrite how string Insert() methods handle out of bound indicesRyan Harrison
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-06-21Clamp instead of checked_cast in TT2PDFNicolas Pena
2017-06-19Add heuristic for improving text rendering in CPDF_CharPosList::LoadNicolas Pena
2017-05-26Use proper file names in core/fpdfapi/fontNicolas Pena
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-25Break apart the pageint.h file.Dan Sinclair
2017-05-24Convert to CFX_UnownedPtr, part 9Tom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 4.Tom Sepez
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-19Fix off-by-one introduced at ab20404Tom Sepez
2017-05-17Reland: Small fix in CPDF_TrueTypeFont loadNicolas Pena
2017-05-17Revert "Small fix in CPDF_TrueTypeFont load"Nicolás Peña
2017-05-16Small fix in CPDF_TrueTypeFont loadNicolas Pena
2017-05-08Remove default params in CFX_DIBSourceNicolas Pena
2017-05-05Split out CPDF_CMap::m_pLeading into separate members.chromium/3093chromium/3092Tom Sepez
2017-05-05Make CPDF_CMap::m_pMapping use std::vectorTom Sepez
2017-05-05Fix CPDF_CMap::m_pAddMapping lack of type information.Tom Sepez
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-05-04Make CPDF_Font member variables protected.Lei Zhang
2017-05-04Remove CFX_GlyphMapTom Sepez
2017-04-26Remove a few more |new|s.Tom Sepez
2017-04-26Get rid of a few |new|s in CPDF_Document.Tom Sepez
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-12Some fixes to the fallback font code.Nicolas Pena
2017-04-07Tweak CFDF_Font::AppendChar()Tom Sepez
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-03Drop FXSYS_ from util methodsDan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from string methodsDan Sinclair
2017-03-30Add some calls to MakeUniqueDan Sinclair
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-24Refcount CPDF_CMap all the time.chromium/3052chromium/3051Tom Sepez
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-15Cleanup nits from prior CLsDan Sinclair
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-03-14Prevent integer overflow in CPDF_CIDFONT::LoadMetricsArrayNicolas Pena
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-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-03-10Bound cbox from tricky faceschromium/3040chromium/3039chromium/3038Nicolas Pena
2017-02-24Remove repeated flags from CPDF_Fontchromium/3023Nicolas Pena