Searched refs:andData (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/ico/
H A DICO.cpp293 uint8 *andData = NULL; local
295 andData = (uint8 *)andAllocator.Allocate(andDataSize);
296 if (andData == NULL)
309 bytesRead = source.Read(andData, andDataSize);
313 andData = NULL;
363 if (andData != NULL
364 && get_1_bit_per_pixel(get_data_row(andData, andDataSize, andRowBytes, row), x))

Completed in 26 milliseconds