HomeSort by relevance Sort by last modified time
    Searched refs:dest_pixel (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 36 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel ++) {
37 PixelWeight& pixel_weights = *GetPixelWeight(dest_pixel);
38 double src_pos = dest_pixel * scale + scale / 2 + base;
131 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel ++) {
132 PixelWeight& pixel_weights = *GetPixelWeight(dest_pixel);
133 double src_start = dest_pixel * scale + base
    [all...]
fx_dib_main.cpp 1334 int dest_pixel = translate[src_pixel]; local
    [all...]

Completed in 49 milliseconds