Home | History | Annotate | Download | only in codec

Lines Matching refs:pWeight

154       PixelWeight* pWeight = GetPixelWeight(des_col);
155 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col;
156 pWeight->m_Weights[0] = 65536;
157 pWeight->m_Weights[1] = 0;
161 pWeight = GetPixelWeight(des_col_index);
162 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col;
163 pWeight->m_Weights[0] = 65536;
164 pWeight->m_Weights[1] = 0;
171 pWeight = GetPixelWeight(des_col_index);
172 pWeight->m_SrcStart = src_col - 1;
173 pWeight->m_SrcEnd = src_col;
174 pWeight->m_Weights[0] =
177 pWeight->m_Weights[1] = 65536 - pWeight->m_Weights[0];
186 PixelWeight* pWeight = GetPixelWeight(des_col);
187 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col;
188 pWeight->m_Weights[0] = 65536;
189 pWeight->m_Weights[1] = 0;
205 PixelWeight* pWeight = GetPixelWeight(des_row);
206 pWeight->m_SrcStart = des_row;
207 pWeight->m_SrcEnd = des_row;
208 pWeight->m_Weights[0] = 65536;
209 pWeight->m_Weights[1] = 0;
223 PixelWeight* pWeight = GetPixelWeight(des_row);
224 pWeight->m_SrcStart = start_step;
225 pWeight->m_SrcEnd = start_step;
226 pWeight->m_Weights[0] = 65536;
227 pWeight->m_Weights[1] = 0;
233 PixelWeight* pWeight = GetPixelWeight(start_step);
234 pWeight->m_SrcStart = start_step;
235 pWeight->m_SrcEnd = start_step;
236 pWeight->m_Weights[0] = 65536;
237 pWeight->m_Weights[1] = 0;
240 PixelWeight* pWeight = GetPixelWeight(des_row);
241 pWeight->m_SrcStart = start_step;
242 pWeight->m_SrcEnd = end_step;
243 pWeight->m_Weights[0] =
245 pWeight->m_Weights[1] = 65536 - pWeight->m_Weights[0];
767 PixelWeight* pWeight = m_WeightVert.GetPixelWeight(des_row_1 - des_top);
769 pDeviceBitmap->GetScanline(pWeight->m_SrcStart + des_top) +
772 pDeviceBitmap->GetScanline(pWeight->m_SrcEnd + des_top) + des_ScanOffet;
785 des_g += pWeight->m_Weights[0] * (*scan_src1++);
786 des_g += pWeight->m_Weights[1] * (*scan_src2++);
792 des_b += pWeight->m_Weights[0] * (*scan_src1++);
793 des_g += pWeight->m_Weights[0] * (*scan_src1++);
794 des_r += pWeight->m_Weights[0] * (*scan_src1++);
796 des_b += pWeight->m_Weights[1] * (*scan_src2++);
797 des_g += pWeight->m_Weights[1] * (*scan_src2++);
798 des_r += pWeight->m_Weights[1] * (*scan_src2++);
807 des_b += pWeight->m_Weights[0] * (*scan_src1++);
808 des_g += pWeight->m_Weights[0] * (*scan_src1++);
809 des_r += pWeight->m_Weights[0] * (*scan_src1++);
810 des_a += pWeight->m_Weights[0] * (*scan_src1++);
811 des_b += pWeight->m_Weights[1] * (*scan_src2++);
812 des_g += pWeight->m_Weights[1] * (*scan_src2++);
813 des_r += pWeight->m_Weights[1] * (*scan_src2++);
814 des_a += pWeight->m_Weights[1] * (*scan_src2++);
933 PixelWeight* pWeight = m_WeightVert.GetPixelWeight(des_row_1 - des_top);
935 pDeviceBitmap->GetScanline(pWeight->m_SrcStart + des_top) +
938 pDeviceBitmap->GetScanline(pWeight->m_SrcEnd + des_top) + des_ScanOffet;
951 des_g += pWeight->m_Weights[0] * (*scan_src1++);
952 des_g += pWeight->m_Weights[1] * (*scan_src2++);
958 des_b += pWeight->m_Weights[0] * (*scan_src1++);
959 des_g += pWeight->m_Weights[0] * (*scan_src1++);
960 des_r += pWeight->m_Weights[0] * (*scan_src1++);
962 des_b += pWeight->m_Weights[1] * (*scan_src2++);
963 des_g += pWeight->m_Weights[1] * (*scan_src2++);
964 des_r += pWeight->m_Weights[1] * (*scan_src2++);
973 des_b += pWeight->m_Weights[0] * (*scan_src1++);
974 des_g += pWeight->m_Weights[0] * (*scan_src1++);
975 des_r += pWeight->m_Weights[0] * (*scan_src1++);
976 des_a += pWeight->m_Weights[0] * (*scan_src1++);
977 des_b += pWeight->m_Weights[1] * (*scan_src2++);
978 des_g += pWeight->m_Weights[1] * (*scan_src2++);
979 des_r += pWeight->m_Weights[1] * (*scan_src2++);
980 des_a += pWeight->m_Weights[1] * (*scan_src2++);
1708 PixelWeight* pWeight = m_WeightVert.GetPixelWeight(des_row_1 - des_top);
1710 pDeviceBitmap->GetScanline(pWeight->m_SrcStart + des_top) +
1713 pDeviceBitmap->GetScanline(pWeight->m_SrcEnd + des_top) + des_ScanOffet;
1726 des_g += pWeight->m_Weights[0] * (*scan_src1++);
1727 des_g += pWeight->m_Weights[1] * (*scan_src2++);
1733 des_b += pWeight->m_Weights[0] * (*scan_src1++);
1734 des_g += pWeight->m_Weights[0] * (*scan_src1++);
1735 des_r += pWeight->m_Weights[0] * (*scan_src1++);
1737 des_b += pWeight->m_Weights[1] * (*scan_src2++);
1738 des_g += pWeight->m_Weights[1] * (*scan_src2++);
1739 des_r += pWeight->m_Weights[1] * (*scan_src2++);
1748 des_b += pWeight->m_Weights[0] * (*scan_src1++);
1749 des_g += pWeight->m_Weights[0] * (*scan_src1++);
1750 des_r += pWeight->m_Weights[0] * (*scan_src1++);
1751 des_a += pWeight->m_Weights[0] * (*scan_src1++);
1752 des_b += pWeight->m_Weights[1] * (*scan_src2++);
1753 des_g += pWeight->m_Weights[1] * (*scan_src2++);
1754 des_r += pWeight->m_Weights[1] * (*scan_src2++);
1755 des_a += pWeight->m_Weights[1] * (*scan_src2++);