HomeSort by relevance Sort by last modified time
    Searched refs:GetBlue (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusColor.h 119 BYTE GetBlue() const
126 return GetBlue();
148 return RGB(GetRed(), GetGreen(), GetBlue());
  /external/chromium_org/pdf/
draw_utils.cc 16 inline uint8 GetBlue(const uint32& pixel) {
84 uint8 blue = ProcessColor(GetBlue(*src_pixel),
85 GetBlue(*dest_pixel), alpha);
107 GradientChannel(GetBlue(start_color), GetBlue(end_color), ratio),
268 uint8 blue = ProcessColor(0, GetBlue(background), alpha);
  /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 14 #define GetBlue(rgb) ((FX_BYTE)((rgb)>>16))
380 cp.sBackgroundColor = CPWL_Color(GetRed(color), GetGreen(color), GetBlue(color));
385 cp.sBorderColor = CPWL_Color(GetRed(color), GetGreen(color), GetBlue(color));
392 cp.sTextColor = CPWL_Color(GetRed(color), GetGreen(color), GetBlue(color));

Completed in 874 milliseconds