HomeSort by relevance Sort by last modified time
    Searched defs:Emplace (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_path.h 24 void Emplace() { m_Ref.Emplace(); }
cpdf_clippath.h 28 void Emplace() { m_Ref.Emplace(); }
cpdf_generalstate.h 23 void Emplace() { m_Ref.Emplace(); }
cpdf_colorstate.cpp 20 void CPDF_ColorState::Emplace() {
21 m_Ref.Emplace();
cpdf_textstate.cpp 16 void CPDF_TextState::Emplace() {
17 m_Ref.Emplace();
  /external/pdfium/core/fxge/ge/
cfx_graphstate.cpp 18 void CFX_GraphState::Emplace() {
19 m_Ref.Emplace();
  /external/drm_hwcomposer/
platform.h 87 static int Emplace(std::vector<DrmCompositionPlane> *composition,
96 composition->emplace(precomp, type, plane, crtc, source_layer);
  /external/pdfium/core/fxcrt/
cfx_shared_copy_on_write.h 24 ObjClass* Emplace(Args... params) {
41 return Emplace(params...);

Completed in 530 milliseconds