Searched refs:patch_colors (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 723 Coon_Color patch_colors[4]; member 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() 874 tempColors[0] = patch.patch_colors[flag]; in DrawCoonPatchMeshes() 875 tempColors[1] = patch.patch_colors[(flag + 1) % 4]; in DrawCoonPatchMeshes() 876 memcpy(patch.patch_colors, tempColors, sizeof(Coon_Color) * 2); in DrawCoonPatchMeshes() 893 patch.patch_colors[i].comp[0] = (int32_t)(r * 255); in DrawCoonPatchMeshes() 894 patch.patch_colors[i].comp[1] = (int32_t)(g * 255); in DrawCoonPatchMeshes() [all …]
|