OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBlue
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolor.h
220
BYTE
GetBlue
() const
257
return RGB(GetRed(), GetGreen(),
GetBlue
());
/external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp
16
#define
GetBlue
(rgb) ((uint8_t)((rgb) >> 16))
308
CPWL_Color(GetRed(color), GetGreen(color),
GetBlue
(color));
313
CPWL_Color(GetRed(color), GetGreen(color),
GetBlue
(color));
319
cp.sTextColor = CPWL_Color(GetRed(color), GetGreen(color),
GetBlue
(color));
Completed in 98 milliseconds