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

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 126 int32_t set_a = 0, set_r = 0, set_g = 0, set_b = 0; local
130 ArgbDecode(pBitmap->GetPaletteArgb(1), set_a, set_r, set_g, set_b);
151 pBuf[4] = (FX_CHAR)set_g;
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp 2249 int set_r, set_g, set_b; local
2459 int set_r, set_g, set_b; local
2510 int set_r, set_g, set_b; local
3571 int set_r, set_g, set_b; local
3659 int set_r, set_g, set_b; local
    [all...]
fx_dib_convert.cpp 321 uint8_t reset_r, reset_g, reset_b, set_r, set_g, set_b; local
330 FXSYS_GetKValue(src_plt[1]), set_r, set_g, set_b); local
336 set_g = FXARGB_G(src_plt[1]);
340 gray[1] = FXRGB2GRAY(set_r, set_g, set_b);
    [all...]

Completed in 460 milliseconds