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()
175 SkImageInfo tmpInfo = bitmap->info().makeColorType(SkColorType::kN32_SkColorType); in copyLayerInto() local177 tmpInfo, 0, kTopLeft_GrSurfaceOrigin, nullptr); in copyLayerInto()195 SkImageInfo tmpInfo = bitmap->info().makeColorType(SkColorType::kN32_SkColorType); in copyLayerInto() local197 !tmpBitmap.tryAllocPixels(tmpInfo) || in copyLayerInto()
223 mComposer->dumpDebugInfo([&](const auto& tmpInfo) { in dumpDebugInfo() argument224 info = tmpInfo.c_str(); in dumpDebugInfo()