Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusPath.h29 GraphicsPath(IN FillMode fillMode = FillModeAlternate)
38 IN FillMode fillMode = FillModeAlternate)
51 IN FillMode fillMode = FillModeAlternate)
91 FillMode fillmode = FillModeAlternate; in GetFillMode()
DGdiPlusEnums.h38 FillModeAlternate, // 0 enumerator
DGdiPlusGraphics.h1076 return FillPolygon(brush, points, count, FillModeAlternate); in FillPolygon()
1094 return FillPolygon(brush, points, count, FillModeAlternate); in FillPolygon()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp15 #define GdiFillType2Gdip(fill_type) (fill_type == ALTERNATE ? FillModeAlternate : FillModeWinding)