Searched refs:IsIdentity (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmatrix.h97 inline bool IsIdentity(void) const { return m_isIdentity; } function in class:wxTransformMatrix
H A Dgraphics.h172 virtual bool IsIdentity() const = 0;
232 virtual bool IsIdentity() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmqv.h107 if (!params.IsIdentity(R[0]) || params.IsIdentity(R[1]))
117 if (params.IsIdentity(P))
H A Dgfpcrypt.cpp135 pass = pass && g < p && !IsIdentity(g);
154 pass = pass && IsIdentity(gp);
H A Dluc.h154 bool IsIdentity(const Integer &element) const {return element == Integer::Two();} function in class:DL_GroupParameters_LUC
H A Deccrypto.cpp585 bool pass = !IsIdentity(g) && GetCurve().VerifyPoint(g);
595 pass = pass && IsIdentity(gq);
H A Deccrypto.h94 bool IsIdentity(const Element &element) const {return element.identity;} function in class:DL_GroupParameters_EC
H A Dgfpcrypt.h123 bool IsIdentity(const Integer &element) const {return element == Integer::One();} function in class:DL_GroupParameters_GFP
H A Dpubkey.h601 virtual bool IsIdentity(const Element &element) const =0;
1476 if (!params.IsIdentity(r[0]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicsmatrix.tex64 \membersection{wxGraphicsMatrix::IsIdentity}\label{wxgraphicsmatrixisidentity}
66 \constfunc{bool}{IsIdentity}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmatrix.cpp376 if (IsIdentity())
399 if (IsIdentity())
H A Dgraphcmn.cpp173 bool wxGraphicsMatrix::IsIdentity() const function in class:wxGraphicsMatrix
175 return GetMatrixData()->IsIdentity();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgraphics.cpp189 virtual bool IsIdentity() const;
935 bool wxGDIPlusMatrixData::IsIdentity() const function in class:wxGDIPlusMatrixData
937 return m_matrix->IsIdentity() == TRUE ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgraphicc.cpp201 virtual bool IsIdentity() const;
932 bool wxCairoMatrixData::IsIdentity() const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgraphics.cpp847 virtual bool IsIdentity() const;
952 bool wxMacCoreGraphicsMatrixData::IsIdentity() const

Completed in 105 milliseconds