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

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 114 FX_INT32 set_a = 0, set_r = 0, set_g = 0, set_b = 0; local
117 ArgbDecode(pBitmap->GetPaletteArgb(1), set_a, set_r, set_g, set_b);
137 pBuf[3] = (FX_CHAR)set_r;
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp 2026 int set_r, set_g, set_b; local
2223 int set_r, set_g, set_b; local
2271 int set_r, set_g, set_b; local
3186 int set_r, set_g, set_b; local
3264 int set_r, set_g, set_b; local
    [all...]
fx_dib_convert.cpp 334 set_r, set_g, set_b; local
339 set_r, set_g, set_b); local
344 set_r = FXARGB_R(src_plt[1]);
349 gray[1] = FXRGB2GRAY(set_r, set_g, set_b);
    [all...]

Completed in 31 milliseconds