Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp678 if (!div_colors[0].BiInterpol(patch_colors, left, bottom, x_scale, in Draw()
683 if (!div_colors[1].BiInterpol(patch_colors, left, bottom + 1, x_scale, in Draw()
687 if (!div_colors[2].BiInterpol(patch_colors, left + 1, bottom + 1, x_scale, in Draw()
691 if (!div_colors[3].BiInterpol(patch_colors, left + 1, bottom, x_scale, in Draw()
766 Coon_Color patch_colors[4]; member
814 tempColors[0] = patch.patch_colors[flag]; in DrawCoonPatchMeshes()
815 tempColors[1] = patch.patch_colors[(flag + 1) % 4]; in DrawCoonPatchMeshes()
816 memcpy(patch.patch_colors, tempColors, sizeof(Coon_Color) * 2); in DrawCoonPatchMeshes()
833 patch.patch_colors[i].comp[0] = (int32_t)(r * 255); in DrawCoonPatchMeshes()
834 patch.patch_colors[i].comp[1] = (int32_t)(g * 255); in DrawCoonPatchMeshes()
[all …]