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

  /frameworks/base/tools/aapt/
Images.cpp 878 int *colorType, png_bytepp outRows)
908 png_bytep out = outRows[j];
992 // Write the palette index for the pixel to outRows optimistically.
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 251 png_bytepp outRows) {
275 png_bytep out = outRows[j];
326 // Write the palette index for the pixel to outRows optimistically
410 // If the image is gray or gray + alpha, compact the pixels into outRows
413 png_bytep out = outRows[j];
448 png_bytepp outRows =
450 if (outRows == (png_bytepp)0) {
455 outRows[i] = (png_bytep)malloc(2 * (int)info->width);
456 if (outRows[i] == (png_bytep)0) {
475 &paletteEntries, &hasTransparency, &colorType, outRows);
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.cpp     [all...]

Completed in 63 milliseconds