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

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 116 ArgbDecode(pBitmap->GetPaletteArgb(0), reset_a, reset_r, reset_g, reset_b);
117 ArgbDecode(pBitmap->GetPaletteArgb(1), set_a, set_r, set_g, set_b);
230 ArgbDecode(*(pParam->pMatteColor), a, r, g, b);
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 106 ArgbDecode(argb, a, r, g, b);
442 ArgbDecode(fillArgb, a, r, g, b);
474 ArgbDecode(argb, a, r, g, b);
848 ArgbDecode(argb, a, r, g, b);
    [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 86 void ArgbDecode(FX_ARGB argb, int& a, int& r, int&g, int& b);
87 void ArgbDecode(FX_ARGB argb, int& a, FX_COLORREF& rgb);
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 650 ArgbDecode(argb, a, rgb);
675 ArgbDecode(argb, a, rgb);
864 ArgbDecode(fill_color, alpha, rgb);
    [all...]
fx_win32_gdipext.cpp 391 ArgbDecode(argb, a, r, g, b);
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 21 void ArgbDecode(FX_DWORD argb, int& a, int& r, int& g, int& b)
28 void ArgbDecode(FX_DWORD argb, int& a, FX_COLORREF& rgb)
311 ArgbDecode(color, a, r, g, b);
    [all...]
fx_dib_engine.cpp     [all...]
  /external/pdfium/core/src/fxge/skia/
fx_skia_blitter_new.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 158 ArgbDecode(argb, a, r, g, b);
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 307 ArgbDecode(fill_color, a, r, g, b);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]

Completed in 1142 milliseconds