Searched refs:sub_image (Results 1 – 8 of 8) sorted by relevance
90 ConstBufferView sub_image = image[element->region()]; in DetectAll() local91 sub_image_list->push_back(sub_image); in DetectAll()92 size_t pos = sub_image.begin() - image.begin(); in DetectAll()93 size_t prog_size = sub_image.size(); in DetectAll()96 auto disasm = MakeDisassemblerOfType(sub_image, element->exe_type); in DetectAll()
286 ConstBufferView sub_image(old_image[(*old_elements)[iold]]); in RunMatch() local287 old_his[iold].Compute(sub_image); in RunMatch()322 ConstBufferView sub_image(old_image[cur_old_element.region()]); in RunMatch() local323 if (sub_image.equals(cur_new_sub_image)) { in RunMatch()
115 WebPPicture sub_image; in GIFReadFrame() local133 rect.width, rect.height, &sub_image)) { in GIFReadFrame()138 dst = sub_image.argb; in GIFReadFrame()149 const size_t stride = (size_t)sub_image.argb_stride; in GIFReadFrame()161 for (y = 0; y < rect.height; ++y, ptr += sub_image.argb_stride) { in GIFReadFrame()169 if (!ok) picture->error_code = sub_image.error_code; in GIFReadFrame()170 WebPPictureFree(&sub_image); in GIFReadFrame()
1424 WebPPicture sub_image; in DecodeFrameOntoCanvas() local1433 config.input.width, config.input.height, &sub_image)) { in DecodeFrameOntoCanvas()1438 config.output.u.RGBA.rgba = (uint8_t*)sub_image.argb; in DecodeFrameOntoCanvas()1439 config.output.u.RGBA.stride = sub_image.argb_stride * 4; in DecodeFrameOntoCanvas()1440 config.output.u.RGBA.size = config.output.u.RGBA.stride * sub_image.height; in DecodeFrameOntoCanvas()
376 KHR-GLES2.texture_3d.sub_image.rgba8377 KHR-GLES2.texture_3d.sub_image.negative
2093 pub sub_image: ::std::option::Option< field