Searched refs:BiInterpol (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 701 bool BiInterpol(Coon_Color colors[4], in BiInterpol() function 744 if (!div_colors[0].BiInterpol(patch_colors, left, bottom, x_scale, in Draw() 749 if (!div_colors[1].BiInterpol(patch_colors, left, bottom + 1, x_scale, in Draw() 753 if (!div_colors[2].BiInterpol(patch_colors, left + 1, bottom + 1, x_scale, in Draw() 757 if (!div_colors[3].BiInterpol(patch_colors, left + 1, bottom, x_scale, in Draw()
|