Home
last modified time | relevance | path

Searched refs:dest_pixel (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp36 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel ++) { in Calc() local
37 PixelWeight& pixel_weights = *GetPixelWeight(dest_pixel); in Calc()
38 double src_pos = dest_pixel * scale + scale / 2 + base; in Calc()
131 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel ++) { in Calc() local
132 PixelWeight& pixel_weights = *GetPixelWeight(dest_pixel); in Calc()
133 double src_start = dest_pixel * scale + base; in Calc()
167 … double area_start = dest_start > (FX_FLOAT)(dest_pixel) ? dest_start : (FX_FLOAT)(dest_pixel); in Calc()
168 … double area_end = dest_end > (FX_FLOAT)(dest_pixel + 1) ? (FX_FLOAT)(dest_pixel + 1) : dest_end; in Calc()
Dfx_dib_main.cpp1334 int dest_pixel = translate[src_pixel]; local
1335 scan[col] = (FX_BYTE)dest_pixel;
1336 int error = -dest_pixel + src_pixel;