Searched refs:bgColorIndex (Results 1 – 1 of 1) sorted by relevance
508 const int32_t bgColorIndex = gifPtr_->SBackGroundColor; in ParseBgColor() local509 if (bgColorIndex < 0) { in ParseBgColor()510 …IMAGE_LOGW("[ParseBgColor]bgColor index %{public}d is invalid, use default bgColor", bgColorIndex); in ParseBgColor()514 if ((bgColorMap != nullptr) && (bgColorIndex < bgColorMap->ColorCount)) { in ParseBgColor()515 const GifColorType bgColorType = bgColorMap->Colors[bgColorIndex]; in ParseBgColor()