Searched refs:img_desc (Results 1 – 2 of 2) sorted by relevance
107 GifImageDesc* img_desc = &this_image->ImageDesc; in Decode() local109 int imgLeft = img_desc->Left; in Decode()110 int imgTop = img_desc->Top; in Decode()111 int imgRight = img_desc->Left + img_desc->Width; in Decode()112 int imgBottom = img_desc->Top + img_desc->Height; in Decode()114 if (img_desc->Left != 0 || img_desc->Top != 0 || img_desc->Width != width || in Decode()115 img_desc->Height != height) { in Decode()152 this_image->RasterBits[(i - img_desc->Top) * (img_desc->Width) + in Decode()153 (j - img_desc->Left)]; in Decode()
2367 auto img_desc = static_cast<const ImageDescriptor *>(src_desc); in VerifyCopyUpdateContents() local2368 auto image_view = img_desc->GetImageView(); in VerifyCopyUpdateContents()2369 auto image_layout = img_desc->GetImageLayout(); in VerifyCopyUpdateContents()