Searched refs:div_colors (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 739 Coon_Color div_colors[4]; in Draw() local 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() 761 d_bottom = div_colors[3].Distance(div_colors[0]); in Draw() 762 d_left = div_colors[1].Distance(div_colors[0]); in Draw() 763 d_top = div_colors[1].Distance(div_colors[2]); in Draw() 764 d_right = div_colors[2].Distance(div_colors[3]); in Draw() 781 FXARGB_MAKE(alpha, div_colors[0].comp[0], div_colors[0].comp[1], in Draw() [all …]
|