Searched refs:tmpInfo (Results 1 – 3 of 3) sorted by relevance
36 FileInfo tmpInfo; in findEntry() local38 tmpInfo.setFileName(fileName); in findEntry()39 return pVector->indexOf(tmpInfo); in findEntry()
177 SkImageInfo tmpInfo = bitmap->info().makeColorType(SkColorType::kN32_SkColorType); in copyLayerInto() local179 tmpInfo, 0, kTopLeft_GrSurfaceOrigin, nullptr); in copyLayerInto()197 SkImageInfo tmpInfo = bitmap->info().makeColorType(SkColorType::kN32_SkColorType); in copyLayerInto() local199 !tmpBitmap.tryAllocPixels(tmpInfo) || in copyLayerInto()
244 mComposer->dumpDebugInfo([&](const auto& tmpInfo) { in dumpDebugInfo() argument245 info = tmpInfo.c_str(); in dumpDebugInfo()