Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp575 void BiInterpol(Coon_Color colors[4], int x, int y, int x_scale, int y_scale) in BiInterpol() function
608 div_colors[0].BiInterpol(patch_colors, left, bottom, x_scale, y_scale); in Draw()
610 div_colors[1].BiInterpol(patch_colors, left, bottom + 1, x_scale, y_scale); in Draw()
611 div_colors[2].BiInterpol(patch_colors, left + 1, bottom + 1, x_scale, y_scale); in Draw()
612 div_colors[3].BiInterpol(patch_colors, left + 1, bottom, x_scale, y_scale); in Draw()