Home | History | Annotate | Download | only in aapt

Lines Matching refs:png_byte

943             rgbPalette[idx].red   = (png_byte) ((col >> 24) & 0xff);
944 rgbPalette[idx].green = (png_byte) ((col >> 16) & 0xff);
945 rgbPalette[idx].blue = (png_byte) ((col >> 8) & 0xff);
946 alphaPalette[idx] = (png_byte) (col & 0xff);
962 *out++ = (png_byte) (rr * 0.2126f + gg * 0.7152f + bb * 0.0722f);
1006 png_byte alphaPalette[256];
1058 png_byte *chunk_names = imageInfo.haveLayoutBounds
1059 ? (png_byte*)"npLb\0npTc\0"
1060 : (png_byte*)"npTc";
1063 unknowns[p_index].data = (png_byte*)imageInfo.info9Patch.serialize();
1071 unknowns[b_index].data = (png_byte*) calloc(chunk_size, 1);