Home
last modified time | relevance | path

Searched refs:AlphaPaintType (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp176 enum AlphaPaintType { enum
268 …PassRefPtr<SharedBitmap> getTransparentLayerBitmap(IntRect& origRect, AlphaPaintType alphaPaint, R… in getTransparentLayerBitmap()
319 …rentLayerBitmap(HDC hdc, SharedBitmap* bmp, const IntRect& origRect, AlphaPaintType alphaPaint, co… in paintBackTransparentLayerBitmap()
468 AlphaPaintType m_alphaPaintType;
1591 AlphaPaintType alphaPaintType = mustSupportAlpha ? AlphaPaintOther : AlphaPaintNone; in drawText()