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 120 FX_INT32 set_a = 0, set_r = 0, set_g = 0, set_b = 0; local
123 ArgbDecode(pBitmap->GetPaletteArgb(1), set_a, set_r, set_g, set_b);
143 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
3187 int set_r, set_g, set_b; local
3265 int set_r, set_g, set_b; local
    [all...]
fx_dib_convert.cpp 346 set_r, set_g, set_b; local
351 set_r, set_g, set_b); local
356 set_r = FXARGB_R(src_plt[1]);
361 gray[1] = FXRGB2GRAY(set_r, set_g, set_b);
    [all...]

Completed in 211 milliseconds