• Home
  • Raw
  • Download

Lines Matching refs:pWeight

143       PixelWeight* pWeight = GetPixelWeight(dest_col);  in Calc()  local
144 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col; in Calc()
145 pWeight->m_Weights[0] = 65536; in Calc()
146 pWeight->m_Weights[1] = 0; in Calc()
150 pWeight = GetPixelWeight(dest_col_index); in Calc()
151 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col; in Calc()
152 pWeight->m_Weights[0] = 65536; in Calc()
153 pWeight->m_Weights[1] = 0; in Calc()
160 pWeight = GetPixelWeight(dest_col_index); in Calc()
161 pWeight->m_SrcStart = src_col - 1; in Calc()
162 pWeight->m_SrcEnd = src_col; in Calc()
163 pWeight->m_Weights[0] = in Calc()
166 pWeight->m_Weights[1] = 65536 - pWeight->m_Weights[0]; in Calc()
175 PixelWeight* pWeight = GetPixelWeight(dest_col); in Calc() local
176 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col; in Calc()
177 pWeight->m_Weights[0] = 65536; in Calc()
178 pWeight->m_Weights[1] = 0; in Calc()
193 PixelWeight* pWeight = GetPixelWeight(dest_row); in Calc() local
194 pWeight->m_SrcStart = dest_row; in Calc()
195 pWeight->m_SrcEnd = dest_row; in Calc()
196 pWeight->m_Weights[0] = 65536; in Calc()
197 pWeight->m_Weights[1] = 0; in Calc()
211 PixelWeight* pWeight = GetPixelWeight(dest_row); in Calc() local
212 pWeight->m_SrcStart = start_step; in Calc()
213 pWeight->m_SrcEnd = start_step; in Calc()
214 pWeight->m_Weights[0] = 65536; in Calc()
215 pWeight->m_Weights[1] = 0; in Calc()
221 PixelWeight* pWeight = GetPixelWeight(start_step); in Calc() local
222 pWeight->m_SrcStart = start_step; in Calc()
223 pWeight->m_SrcEnd = start_step; in Calc()
224 pWeight->m_Weights[0] = 65536; in Calc()
225 pWeight->m_Weights[1] = 0; in Calc()
228 PixelWeight* pWeight = GetPixelWeight(dest_row); in Calc() local
229 pWeight->m_SrcStart = start_step; in Calc()
230 pWeight->m_SrcEnd = end_step; in Calc()
231 pWeight->m_Weights[0] = in Calc()
233 pWeight->m_Weights[1] = 65536 - pWeight->m_Weights[0]; in Calc()
628 PixelWeight* pWeight = m_WeightVert.GetPixelWeight(dest_row_1 - dest_top); in ResampleVertBT() local
630 pDeviceBitmap->GetScanline(pWeight->m_SrcStart + dest_top) + in ResampleVertBT()
633 pDeviceBitmap->GetScanline(pWeight->m_SrcEnd + dest_top) + in ResampleVertBT()
647 dest_g += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVertBT()
648 dest_g += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVertBT()
656 dest_b += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVertBT()
657 dest_g += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVertBT()
658 dest_r += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVertBT()
660 dest_b += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVertBT()
661 dest_g += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVertBT()
662 dest_r += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVertBT()
674 dest_b += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVertBT()
675 dest_g += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVertBT()
676 dest_r += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVertBT()
677 dest_a += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVertBT()
678 dest_b += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVertBT()
679 dest_g += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVertBT()
680 dest_r += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVertBT()
681 dest_a += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVertBT()
939 PixelWeight* pWeight = m_WeightVert.GetPixelWeight(dest_row_1 - dest_top); in GifDoubleLineResampleVert() local
941 pDeviceBitmap->GetScanline(pWeight->m_SrcStart + dest_top) + in GifDoubleLineResampleVert()
944 pDeviceBitmap->GetScanline(pWeight->m_SrcEnd + dest_top) + in GifDoubleLineResampleVert()
958 dest_g += pWeight->m_Weights[0] * (*scan_src1++); in GifDoubleLineResampleVert()
959 dest_g += pWeight->m_Weights[1] * (*scan_src2++); in GifDoubleLineResampleVert()
967 dest_b += pWeight->m_Weights[0] * (*scan_src1++); in GifDoubleLineResampleVert()
968 dest_g += pWeight->m_Weights[0] * (*scan_src1++); in GifDoubleLineResampleVert()
969 dest_r += pWeight->m_Weights[0] * (*scan_src1++); in GifDoubleLineResampleVert()
971 dest_b += pWeight->m_Weights[1] * (*scan_src2++); in GifDoubleLineResampleVert()
972 dest_g += pWeight->m_Weights[1] * (*scan_src2++); in GifDoubleLineResampleVert()
973 dest_r += pWeight->m_Weights[1] * (*scan_src2++); in GifDoubleLineResampleVert()
985 dest_b += pWeight->m_Weights[0] * (*scan_src1++); in GifDoubleLineResampleVert()
986 dest_g += pWeight->m_Weights[0] * (*scan_src1++); in GifDoubleLineResampleVert()
987 dest_r += pWeight->m_Weights[0] * (*scan_src1++); in GifDoubleLineResampleVert()
988 dest_a += pWeight->m_Weights[0] * (*scan_src1++); in GifDoubleLineResampleVert()
989 dest_b += pWeight->m_Weights[1] * (*scan_src2++); in GifDoubleLineResampleVert()
990 dest_g += pWeight->m_Weights[1] * (*scan_src2++); in GifDoubleLineResampleVert()
991 dest_r += pWeight->m_Weights[1] * (*scan_src2++); in GifDoubleLineResampleVert()
992 dest_a += pWeight->m_Weights[1] * (*scan_src2++); in GifDoubleLineResampleVert()
2051 PixelWeight* pWeight = m_WeightVert.GetPixelWeight(dest_row_1 - dest_top); in ResampleVert() local
2053 pDeviceBitmap->GetScanline(pWeight->m_SrcStart + dest_top) + in ResampleVert()
2056 pDeviceBitmap->GetScanline(pWeight->m_SrcEnd + dest_top) + in ResampleVert()
2070 dest_g += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVert()
2071 dest_g += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVert()
2079 dest_b += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVert()
2080 dest_g += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVert()
2081 dest_r += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVert()
2083 dest_b += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVert()
2084 dest_g += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVert()
2085 dest_r += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVert()
2097 dest_b += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVert()
2098 dest_g += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVert()
2099 dest_r += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVert()
2100 dest_a += pWeight->m_Weights[0] * (*scan_src1++); in ResampleVert()
2101 dest_b += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVert()
2102 dest_g += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVert()
2103 dest_r += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVert()
2104 dest_a += pWeight->m_Weights[1] * (*scan_src2++); in ResampleVert()