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

  /bootable/recovery/minui/
resources.c 136 unsigned char* pRow = pData + y * stride;
137 png_read_row(png_ptr, pRow, NULL);
143 unsigned char r = pRow[sx];
144 unsigned char g = pRow[sx + 1];
145 unsigned char b = pRow[sx + 2];
147 pRow[dx ] = r; // r
148 pRow[dx + 1] = g; // g
149 pRow[dx + 2] = b; // b
150 pRow[dx + 3] = a;
155 unsigned char* pRow = pData + y * stride
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 353 milliseconds