Searched refs:fNonTexMap (Results 1 – 2 of 2) sorted by relevance
19 auto it = context->fNonTexMap.find(originalId); in collectNonTextureImagesProc()20 if (it == context->fNonTexMap.end()) { in collectNonTextureImagesProc()21 context->fNonTexMap[originalId] = img->makeNonTextureImage(); in collectNonTextureImagesProc()45 auto iter2 = context->fNonTexMap.find(id); in serializeImage()46 if (iter2 != context->fNonTexMap.end()) { in serializeImage()
41 std::unordered_map<uint32_t, sk_sp<SkImage>> fNonTexMap; member