Searched refs:Emplace (Results 1 - 21 of 21) sorted by relevance

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_graphicstates.cpp14 m_ColorState.Emplace();
H A Dcpdf_path.h24 void Emplace() { m_Ref.Emplace(); } function in class:CPDF_Path
H A Dcpdf_clippath.h28 void Emplace() { m_Ref.Emplace(); } function in class:CPDF_ClipPath
H A Dcpdf_generalstate.h23 void Emplace() { m_Ref.Emplace(); } function in class:CPDF_GeneralState
H A Dcpdf_colorstate.h25 void Emplace();
H A Dcpdf_textstate.h33 void Emplace();
H A Dcpdf_colorstate.cpp20 void CPDF_ColorState::Emplace() { function in class:CPDF_ColorState
21 m_Ref.Emplace();
H A Dcpdf_textstate.cpp16 void CPDF_TextState::Emplace() { function in class:CPDF_TextState
17 m_Ref.Emplace();
H A Dcpdf_streamcontentparser.cpp290 m_pCurStates->m_GeneralState.Emplace();
291 m_pCurStates->m_GraphState.Emplace();
292 m_pCurStates->m_TextState.Emplace();
293 m_pCurStates->m_ColorState.Emplace();
H A Dcpdf_contentparser.cpp87 ClipPath.Emplace();
/external/pdfium/core/fxge/
H A Dcfx_graphstate.h21 void Emplace();
/external/pdfium/core/fxcrt/
H A Dcfx_shared_copy_on_write.h24 ObjClass* Emplace(Args... params) { function in class:CFX_SharedCopyOnWrite
41 return Emplace(params...);
H A Dcfx_shared_copy_on_write_unittest.cpp61 ptr1.Emplace(&observer, std::string("one"));
82 ptr1.Emplace(&observer, std::string("one"));
83 ptr1.Emplace(&observer, std::string("two"));
96 ptr1.Emplace(&observer, std::string("one"));
98 ptr1.Emplace(&observer, std::string("two"));
/external/pdfium/core/fxge/ge/
H A Dcfx_graphstate.cpp18 void CFX_GraphState::Emplace() { function in class:CFX_GraphState
19 m_Ref.Emplace();
H A Dcfx_cliprgn.cpp52 CFX_DIBitmap* new_dib = m_Mask.Emplace();
83 CFX_DIBitmap* new_dib = new_mask.Emplace();
/external/drm_hwcomposer/
H A Dplatform.cpp103 ret = Emplace(composition, planes, DrmCompositionPlane::Type::kLayer, crtc,
177 int ret = Emplace(composition, planes, DrmCompositionPlane::Type::kLayer,
H A Dplatform.h87 static int Emplace(std::vector<DrmCompositionPlane> *composition, function in class:android::Planner::PlanStage
/external/llvm/unittests/ADT/
H A DOptionalTest.cpp201 TEST_F(OptionalTest, Emplace) {
/external/libchrome/base/
H A Doptional_unittest.cc532 TEST(OptionalTest, Emplace) {
/external/pdfium/core/fxge/agg/
H A Dfx_agg_driver.cpp530 CFX_DIBitmap* pThisLayer = mask.Emplace();
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp1413 CFX_DIBitmap* pThisLayer = mask.Emplace();

Completed in 309 milliseconds