Searched refs:iconIndex (Results 1 – 1 of 1) sorted by relevance
514 int32 iconIndex = 0; in identify() local523 if (settings->FindInt32(kDocumentIndex, &iconIndex) == B_OK) in identify()524 iconIndex--; in identify()526 iconIndex = 0; in identify()528 if (iconIndex < 0 || iconIndex >= header.entry_count) in identify()532 TRACE(("iconIndex = %ld, count = %ld\n", iconIndex, header.entry_count)); in identify()560 if ((uint32)iconIndex == i) in identify()585 int32 iconIndex = 0; in convert_ico_to_bits() local589 if (settings->FindInt32(kDocumentIndex, &iconIndex) == B_OK) in convert_ico_to_bits()590 iconIndex--; in convert_ico_to_bits()[all …]