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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 581 int[] argb1 = new int[w*h]; local
584 image1.getRGB(0, 0, w, h, argb1, 0, w);
592 if ((argb1[i] & 0xFF000000) != (argb2[i] & 0xFF000000)) {
599 return Arrays.equals(argb1, argb2);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 879 FX_ARGB argb1 = ArgbEncode(255, FXSYS_round(R * 255), FXSYS_round(G * 255), FXSYS_round(B * 255)); local
880 if (argb0 != 0xFF000000 || argb1 != 0xFFFFFFFF) {
882 SetPaletteArgb(1, argb1);
    [all...]

Completed in 65 milliseconds