Searched refs:dstColors (Results 1 – 6 of 6) sorted by relevance
/external/skia/docs/examples/ |
D | skpaint_xfer.cpp | 61 SkColor dstColors[2] = { in draw() local 65 dstPoints, dstColors, nullptr, 2, in draw()
|
/external/skqp/src/core/ |
D | SkDraw_vertices.cpp | 270 SkPMColor4f* dstColors = nullptr; in drawVertices() local 274 dstColors = convert_colors(colors, vertexCount, fDst.colorSpace(), &outerAlloc); in drawVertices() 295 if (!update_tricolor_matrix(ctmInv, vertices, dstColors, in drawVertices() 321 if (matrix43 && !update_tricolor_matrix(ctmInv, vertices, dstColors, in drawVertices()
|
/external/skia/src/core/ |
D | SkDraw_vertices.cpp | 323 SkPMColor4f* dstColors = nullptr; in draw_fixed_vertices() local 326 dstColors = convert_colors(colors, vertexCount, fDst.colorSpace(), outerAlloc); in draw_fixed_vertices() 345 !triShader->update(ctmInv, positions, dstColors, in draw_fixed_vertices() 377 if (triShader && !triShader->update(ctmInv, positions, dstColors, in draw_fixed_vertices() 393 if (triShader && !triShader->update(ctmInv, positions, dstColors, in draw_fixed_vertices()
|
/external/skqp/src/codec/ |
D | SkGifCodec.cpp | 164 SkPMColor dstColors[256]; in initializeColorTable() local 165 this->applyColorXform(dstColors, currColorTable->readColors(), in initializeColorTable() 167 fCurrColorTable.reset(new SkColorTable(dstColors, currColorTable->count())); in initializeColorTable()
|
/external/skia/third_party/libgifcodec/ |
D | SkLibGifCodec.cpp | 169 SkPMColor dstColors[256]; in initializeColorTable() local 170 this->applyColorXform(dstColors, currColorTable->readColors(), in initializeColorTable() 172 fCurrColorTable.reset(new SkColorTable(dstColors, currColorTable->count())); in initializeColorTable()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendOperationAdvancedTests.cpp | 125 const Vec4 dstColors[] = { variable 1275 …latedColor = calculateFinalColor(m_param, m_param.blendOps[i], srcColors[color], dstColors[color]); in prepareRenderPass() 1302 VkClearValue clearValue = vk::makeClearValueColorVec4(dstColors[color]); in prepareRenderPass() 1557 …lor = calculateFinalColor(m_param, m_param.blendOps[colorAtt], srcColors[color], dstColors[color]); in verifyTestResult() 1585 …lor = calculateFinalColor(m_param, m_param.blendOps[colorAtt], srcColors[color], dstColors[color]); in verifyTestResult() 2060 …latedColor = calculateFinalColor(m_param, m_param.blendOps[i], srcColors[color], dstColors[color]); in prepareRenderPass() 2088 VkClearValue clearValue = vk::makeClearValueColorVec4(dstColors[index]); in prepareRenderPass() 2332 …Vec4 rectColorTmp = calculateFinalColor(m_param, m_param.blendOps[0], srcColors[color], dstColors[… in verifyTestResult()
|