Home | History | Annotate | Download | only in wince

Lines Matching refs:HDC

87     void draw(HDC, const IntRect& dstRect, const IntRect& srcRect, CompositeOperator compositeOp);
88 void drawPattern(HDC, const AffineTransform&, const FloatRect& tileRectIn, const AffineTransform& patternTransform,
93 virtual HDC getDC(SharedBitmap*, unsigned*);
94 virtual void releaseDC(SharedBitmap*, HDC, unsigned);
99 HDC getDC(unsigned* key1) { return s_dcProvider->getDC(this, key1); }
100 void releaseDC(HDC hdc, unsigned key1) { s_dcProvider->releaseDC(this, hdc, key1); }
111 HDC get() const { return m_hdc; }
126 HDC m_hdc;