Home | History | Annotate | Download | only in aapt

Lines Matching refs:xff

97         png_set_add_alpha(read_ptr, 0xFF, PNG_FILLER_AFTER);
138 if (p[3] != 0xff) {
148 if (p[3] != 0xFF) {
151 if (p[0] == 0xFF && p[1] == 0xFF && p[2] == 0xFF) {
374 (p[0] != 0xFF || p[1] != 0xFF || p[2] != 0xFF || p[3] != 0xFF)) {
721 if (aa != 0xff) {
808 rgbPalette[idx].red = (png_byte) ((col >> 24) & 0xff);
809 rgbPalette[idx].green = (png_byte) ((col >> 16) & 0xff);
810 rgbPalette[idx].blue = (png_byte) ((col >> 8) & 0xff);
811 alphaPalette[idx] = (png_byte) (col & 0xff);