Home
last modified time | relevance | path

Searched refs:andAllocator (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/ico/
H A DICO.cpp285 TempAllocator xorAllocator, andAllocator, rowAllocator; in convert_data_to_bits() local
295 andData = (uint8 *)andAllocator.Allocate(andDataSize); in convert_data_to_bits()
393 TempAllocator xorAllocator, andAllocator; in convert_bits_to_data() local
399 uint8 *andRowData = (uint8 *)andAllocator.Allocate(andRowBytes); in convert_bits_to_data()