Searched refs:preScaledPixelMap (Results 1 – 1 of 1) sorted by relevance
687 …RefPtr<PixelMap> preScaledPixelMap = dragEventActuator_->GetPreScaledPixelMapForDragThroughTouch(p… in GetPreScaledPixelMapIfExist() local688 if (preScale == targetScale && preScaledPixelMap != nullptr) { in GetPreScaledPixelMapIfExist()689 return preScaledPixelMap; in GetPreScaledPixelMapIfExist()692 preScaledPixelMap = PixelMap::CopyPixelMap(defaultPixelMap); in GetPreScaledPixelMapIfExist()693 if (!preScaledPixelMap) { in GetPreScaledPixelMapIfExist()695 preScaledPixelMap = defaultPixelMap; in GetPreScaledPixelMapIfExist()698 preScaledPixelMap->Scale(targetScale, targetScale, AceAntiAliasingOption::HIGH); in GetPreScaledPixelMapIfExist()701 return preScaledPixelMap; in GetPreScaledPixelMapIfExist()