Searched refs:m_gpc (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp969 m_gpc = gs_lgp->gnome_print_job_get_context (m_job);
971 m_layout = gs_lgp->gnome_print_pango_create_layout( m_gpc );
1010 gs_lgp->gnome_print_moveto ( m_gpc, XLOG2DEV(x1), YLOG2DEV(y1) );
1011 gs_lgp->gnome_print_lineto ( m_gpc, XLOG2DEV(x2), YLOG2DEV(y2) );
1012 gs_lgp->gnome_print_stroke ( m_gpc);
1056 gs_lgp->gnome_print_moveto ( m_gpc, XLOG2DEV(xc), YLOG2DEV(yc) );
1057 gs_lgp->gnome_print_arcto( m_gpc, XLOG2DEV(xc), YLOG2DEV(yc), XLOG2DEVREL((int)radius), alpha1, alpha2, 0 );
1059 gs_lgp->gnome_print_fill( m_gpc );
1065 gs_lgp->gnome_print_newpath( m_gpc );
1066 gs_lgp->gnome_print_moveto ( m_gpc, XLOG2DE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Deccrypto.h62 const DL_FixedBasePrecomputation<Element> & GetBasePrecomputation() const {return this->m_gpc;}
63 DL_FixedBasePrecomputation<Element> & AccessBasePrecomputation() {return this->m_gpc;}
122 {return this->m_groupPrecomputation.GetCurve() == rhs.m_groupPrecomputation.GetCurve() && this->m_gpc.GetBase(this->m_groupPrecomputation) == rhs.m_gpc.GetBase(rhs.m_groupPrecomputation);}
H A Dgfpcrypt.h99 const DL_FixedBasePrecomputation<Element> & GetBasePrecomputation() const {return this->m_gpc;}
100 DL_FixedBasePrecomputation<Element> & AccessBasePrecomputation() {return this->m_gpc;}
104 const Integer & GetGenerator() const {return this->m_gpc.GetBase(this->GetGroupPrecomputation());}
107 {this->m_groupPrecomputation.SetModulus(p); this->m_gpc.SetBase(this->GetGroupPrecomputation(), g); this->ParametersChanged();}
H A Dpubkey.h621 const DL_FixedBasePrecomputation<Element> & GetBasePrecomputation() const {return m_gpc;}
622 DL_FixedBasePrecomputation<Element> & AccessBasePrecomputation() {return m_gpc;}
626 BASE_PRECOMP m_gpc; member in class:DL_GroupParametersImpl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h279 GnomePrintContext *m_gpc; member in class:wxGnomePrintDC

Completed in 210 milliseconds