Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libgif.cpp166 SavedImage temp_save; in onDecode() local
167 temp_save.ExtensionBlocks=NULL; in onDecode()
168 temp_save.ExtensionBlockCount=0; in onDecode()
169 SkAutoTCallVProc<SavedImage, CheckFreeExtension> acp2(&temp_save); in onDecode()
230 transpIndex = find_transpIndex(temp_save, colorCount); in onDecode()
304 if (DGifGetExtension(gif, &temp_save.Function, in onDecode()
311 if (AddExtensionBlock(&temp_save, extData[0], in onDecode()
318 temp_save.Function = 0; in onDecode()
/external/giflib/
Ddgif_lib.c1025 SavedImage temp_save; local
1027 temp_save.ExtensionBlocks = NULL;
1028 temp_save.ExtensionBlockCount = 0;
1050 if (temp_save.ExtensionBlocks) {
1051 sp->ExtensionBlocks = temp_save.ExtensionBlocks;
1052 sp->ExtensionBlockCount = temp_save.ExtensionBlockCount;
1054 temp_save.ExtensionBlocks = NULL;
1055 temp_save.ExtensionBlockCount = 0;
1065 if (DGifGetExtension(GifFile, &temp_save.Function, &ExtData) ==
1071 if (AddExtensionBlock(&temp_save, ExtData[0], &ExtData[1])
[all …]
/external/qemu/tcg/
Dtcg.c1345 static void temp_save(TCGContext *s, int temp, TCGRegSet allocated_regs) in temp_save() function
1384 temp_save(s, i, allocated_regs); in save_globals()
1398 temp_save(s, i, allocated_regs); in tcg_reg_alloc_bb_end()