Searched refs:m_x1 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp584 m_x1 = theX1;
592 wxOpSetClipping *newOp = new wxOpSetClipping(m_op, m_x1, m_y1, m_x2, m_y2);
602 dc.SetClippingRegion((long)(m_x1 + xoffset), (long)(m_y1 + yoffset), (long)(m_x2 + xoffset), (long)(m_y2 + yoffset));
617 m_x1 *= xScale;
625 m_x1 += x;
638 expr->Append(new wxExpr(m_x1));
656 m_x1 = expr->Nth(1)->RealValue();
676 m_x1 = theX1;
692 wxOpDraw *newOp = new wxOpDraw(m_op, m_x1, m_y1, m_x2, m_y2, m_radius, m_textString);
704 dc.DrawLine(WXROUND(m_x1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Ddrawnp.h130 double m_x1; member in class:wxOpSetClipping
158 double m_x1; member in class:wxOpDraw
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.h173 m_x1, m_y1; member in class:Life
H A Dgame.cpp505 m_x1 = (x1 + 7) & 0xfffffff8;
521 for ( ; m_x <= m_x1; m_x += 8)
546 for ( ; m_x <= m_x1; m_x += 8)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddes.h119 FixedSizeSecBlock<byte, BLOCKSIZE> m_x1, m_x3; member in class:DES_XEX3::Base
H A Ddes.cpp437 memcpy(m_x1, key + (IsForwardTransformation() ? 0 : 16), BLOCKSIZE);
444 xorbuf(outBlock, inBlock, m_x1, BLOCKSIZE);

Completed in 161 milliseconds