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

  /bootable/recovery/minui/
resources.c 142 unsigned char* pRow = pData + y * stride;
143 png_read_row(png_ptr, pRow, NULL);
149 unsigned char r = pRow[sx];
150 unsigned char g = pRow[sx + 1];
151 unsigned char b = pRow[sx + 2];
153 pRow[dx ] = r; // r
154 pRow[dx + 1] = g; // g
155 pRow[dx + 2] = b; // b
156 pRow[dx + 3] = a;
161 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 42 milliseconds