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

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 128 ArgbDecode(pBitmap->GetPaletteArgb(0), reset_a, reset_r, reset_g,
130 ArgbDecode(pBitmap->GetPaletteArgb(1), set_a, set_r, set_g, set_b);
248 ArgbDecode(*(pParam->pMatteColor), a, r, g, b);
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 91 ArgbDecode(argb, a, r, g, b);
404 ArgbDecode(fillArgb, a, r, g, b);
433 ArgbDecode(argb, a, r, g, b);
782 ArgbDecode(argb, a, r, g, b);
    [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 88 void ArgbDecode(FX_ARGB argb, int& a, int& r, int& g, int& b);
89 void ArgbDecode(FX_ARGB argb, int& a, FX_COLORREF& rgb);
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 730 ArgbDecode(argb, a, rgb);
755 ArgbDecode(argb, a, rgb);
    [all...]
fx_win32_gdipext.cpp 576 ArgbDecode(argb, a, r, g, b);
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 797 ArgbDecode(pSource->GetPaletteEntry(0), a0, r0, g0, b0);
798 ArgbDecode(pSource->GetPaletteEntry(1), a1, r1, g1, b1);
    [all...]
fx_dib_main.cpp 31 void ArgbDecode(FX_DWORD argb, int& a, int& r, int& g, int& b) {
37 void ArgbDecode(FX_DWORD argb, int& a, FX_COLORREF& rgb) {
304 ArgbDecode(color, a, r, g, b);
    [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
formtp.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 92 ArgbDecode(color, a, r, g, b);
180 ArgbDecode(foreColor, a, r, g, b);
190 ArgbDecode(stippleColor, a, r, g, b);
200 ArgbDecode(endColor, a, r, g, b);
210 ArgbDecode(endColor, a, r, g, b);
    [all...]
xfa_object_imp.cpp     [all...]
  /external/pdfium/core/src/fxge/skia/
fx_skia_blitter_new.cpp     [all...]
  /external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 131 ArgbDecode(argb, a, r, g, b);
    [all...]
  /external/pdfium/core/src/fxge/agg/src/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 381 ArgbDecode(fill_color, a, r, g, b);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]

Completed in 4476 milliseconds