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

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 122 ArgbDecode(pBitmap->GetPaletteArgb(0), reset_a, reset_r, reset_g, reset_b);
123 ArgbDecode(pBitmap->GetPaletteArgb(1), set_a, set_r, set_g, set_b);
237 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 636 ArgbDecode(argb, a, rgb);
664 ArgbDecode(argb, a, rgb);
853 ArgbDecode(fill_color, alpha, rgb);
    [all...]
fx_win32_gdipext.cpp 389 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)
324 ArgbDecode(color, a, r, g, b);
    [all...]
fx_dib_engine.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 165 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 332 ArgbDecode(fill_color, a, r, g, b);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]

Completed in 126 milliseconds