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

  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 336 bgr_ptr[1] = FXARGB_G(src_plt[0]);
339 bgr_ptr[4] = FXARGB_G(src_plt[1]);
354 reset_g = FXARGB_G(src_plt[0]);
357 set_g = FXARGB_G(src_plt[1]);
391 *bgr_ptr++ = FXARGB_G(src_plt[i]);
407 gray[i] = FXRGB2GRAY(FXARGB_R(src_plt[i]), FXARGB_G(src_plt[i]), FXARGB_B(src_plt[i]));
506 *bgr_ptr++ = FXARGB_G(src_plt[i]);
661 bgr_ptr[1] = FXARGB_G(src_plt[0]);
664 bgr_ptr[4] = FXARGB_G(src_plt[1]);
706 *bgr_ptr++ = FXARGB_G(src_plt[i]);
    [all...]
fx_dib_main.cpp 25 g = FXARGB_G(argb);
31 rgb = FXSYS_RGB(FXARGB_R(argb), FXARGB_G(argb), FXARGB_B(argb));
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp     [all...]
fpdf_render_image.cpp 228 *dest_buf++ = m_RampG[FXARGB_G(src_argb)];
590 int matte_g = FXARGB_G(m_Loader.m_MatteColor);
677 int matte_g = FXARGB_G(m_Loader.m_MatteColor);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 412 rgb[1] = FXARGB_G(crStroke) / 255.0f;
430 rgb[1] = FXARGB_G(crFill) / 255.0f;
459 rgb[1] = FXARGB_G(crText) / 255.0f;
  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 263 RGB(FXARGB_R(text_color), FXARGB_G(text_color), FXARGB_B(text_color))
  /external/pdfium/core/include/fxge/
fx_dib.h 95 #define FXARGB_G(argb) ((FX_BYTE)((argb) >> 8))
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 622 FXARGB_G(argb) / 255.f,
747 FXARGB_G(argb) / 255.f,
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 499 buf << FXARGB_R(color) / 255.0 << FX_BSTRC(" ") << FXARGB_G(color) / 255.0 << FX_BSTRC(" ")

Completed in 89 milliseconds