Lines Matching refs:abspath
721 CString abspath = MakeAbsolutePathname(m_pathinfo); in SetPathProjectRelative() local
723 SaveToPathInfo(m_pathinfo, abspath); in SetPathProjectRelative()
734 CString abspath = MakeAbsolutePathname(m_pathinfo); in SetPathStudioRelative() local
736 SaveToPathInfo(m_pathinfo, abspath); in SetPathStudioRelative()
747 CString abspath = MakeAbsolutePathname(m_pathinfo); in SetPathAbsolute() local
749 SaveToPathInfo(m_pathinfo, abspath); in SetPathAbsolute()
778 CString abspath = MakeAbsolutePathname(info->pathinfo); in HasAlpha() local
779 image_reader* pReader = image_reader::CreateProperReader(abspath); in HasAlpha()
783 if (pReader->CheckImageHasAlphaChannel(abspath)) in HasAlpha()
819 CString abspath = MakeAbsolutePathname(m_pathinfo); in CheckAlphaStatus() local
820 image_reader* pReader = image_reader::CreateProperReader(abspath); in CheckAlphaStatus()
824 if (pReader->CheckImageHasAlphaChannel(abspath)) in CheckAlphaStatus()
893 CString abspath = MakeAbsolutePathname(m_pathinfo); in OnBnClickedRawFormat() local
894 int image_type = image_reader::GetImageType(abspath); in OnBnClickedRawFormat()
903 image_reader* pReader = image_reader::CreateProperReader(abspath); in OnBnClickedRawFormat()
910 if (pReader->ReadImage(abspath)) in OnBnClickedRawFormat()