OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patternBits
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/win/
ScrollbarThemeWin.cpp
258
static WORD
patternBits
[8] = { 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55 };
259
HBITMAP patternBitmap = ::CreateBitmap(8, 8, 1, 1,
patternBits
);
/external/webkit/Source/WebCore/rendering/
RenderThemeWin.cpp
644
static WORD
patternBits
[8] = {0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55};
645
HBITMAP patternBmp = ::CreateBitmap(8, 8, 1, 1,
patternBits
);
[
all
...]
Completed in 137 milliseconds