Searched refs:GetPrivateCopy (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_generalstate.cpp | 77 m_Ref.GetPrivateCopy()->m_RenderIntent = RI_StringToId(ri); in SetRenderIntent() 124 m_Ref.GetPrivateCopy()->m_BlendType = type; in SetBlendType() 133 m_Ref.GetPrivateCopy()->m_FillAlpha = alpha; in SetFillAlpha() 142 m_Ref.GetPrivateCopy()->m_StrokeAlpha = alpha; in SetStrokeAlpha() 151 m_Ref.GetPrivateCopy()->m_pSoftMask.Reset(pObject); in SetSoftMask() 160 m_Ref.GetPrivateCopy()->m_pTR.Reset(pObject); in SetTR() 170 m_Ref.GetPrivateCopy()->m_pTransferFunc = pFunc; in SetTransferFunc() 174 StateData* pData = m_Ref.GetPrivateCopy(); in SetBlendMode() 185 m_Ref.GetPrivateCopy()->m_SMaskMatrix = matrix; in SetSMaskMatrix() 194 m_Ref.GetPrivateCopy()->m_FillOP = op; in SetFillOP() [all …]
|
D | cpdf_colorstate.cpp | 26 m_Ref.GetPrivateCopy()->SetDefault(); in SetDefault() 34 m_Ref.GetPrivateCopy()->m_FillColorRef = colorref; in SetFillColorRef() 42 m_Ref.GetPrivateCopy()->m_StrokeColorRef = colorref; in SetStrokeColorRef() 51 return &m_Ref.GetPrivateCopy()->m_FillColor; in GetMutableFillColor() 65 return &m_Ref.GetPrivateCopy()->m_StrokeColor; in GetMutableStrokeColor() 75 ColorData* pData = m_Ref.GetPrivateCopy(); in SetFillColor() 81 ColorData* pData = m_Ref.GetPrivateCopy(); in SetStrokeColor() 87 ColorData* pData = m_Ref.GetPrivateCopy(); in SetFillPattern() 93 ColorData* pData = m_Ref.GetPrivateCopy(); in SetStrokePattern()
|
D | cpdf_textstate.cpp | 26 m_Ref.GetPrivateCopy()->SetFont(pFont); in SetFont() 34 m_Ref.GetPrivateCopy()->m_FontSize = size; in SetFontSize() 42 return m_Ref.GetPrivateCopy()->m_Matrix; in GetMutableMatrix() 50 m_Ref.GetPrivateCopy()->m_CharSpace = sp; in SetCharSpace() 58 m_Ref.GetPrivateCopy()->m_WordSpace = sp; in SetWordSpace() 70 m_Ref.GetPrivateCopy()->m_TextMode = mode; in SetTextMode() 78 return m_Ref.GetPrivateCopy()->m_CTM; in GetMutableCTM()
|
D | cpdf_path.cpp | 20 m_Ref.GetPrivateCopy()->ClosePath(); in ClosePath() 41 m_Ref.GetPrivateCopy()->Transform(matrix); in Transform() 45 m_Ref.GetPrivateCopy()->Append(pData, pMatrix); in Append() 49 m_Ref.GetPrivateCopy()->AppendFloatRect(rect); in AppendFloatRect() 53 m_Ref.GetPrivateCopy()->AppendRect(left, bottom, right, top); in AppendRect()
|
D | cpdf_clippath.cpp | 78 PathData* pData = m_Ref.GetPrivateCopy(); in AppendPath() 96 PathData* pData = m_Ref.GetPrivateCopy(); in AppendTexts() 114 PathData* pData = m_Ref.GetPrivateCopy(); in Transform()
|
/external/pdfium/core/fxge/ |
D | cfx_graphstate.cpp | 25 CFX_GraphStateData* pData = m_Ref.GetPrivateCopy(); in SetLineDash() 37 m_Ref.GetPrivateCopy()->m_LineWidth = width; in SetLineWidth() 45 m_Ref.GetPrivateCopy()->m_LineCap = cap; in SetLineCap() 54 m_Ref.GetPrivateCopy()->m_LineJoin = join; in SetLineJoin() 62 m_Ref.GetPrivateCopy()->m_MiterLimit = limit; in SetMiterLimit()
|
/external/pdfium/core/fxcrt/ |
D | shared_copy_on_write_unittest.cpp | 115 EXPECT_NE(nullptr, ptr.GetPrivateCopy(&observer, std::string("one"))); in TEST() 119 EXPECT_NE(nullptr, ptr.GetPrivateCopy(&observer, std::string("one"))); in TEST() 124 EXPECT_NE(nullptr, ptr.GetPrivateCopy(&observer, std::string("one"))); in TEST()
|
D | shared_copy_on_write.h | 44 ObjClass* GetPrivateCopy(Args... params) { in GetPrivateCopy() function
|