HomeSort by relevance Sort by last modified time
    Searched refs:floatColors (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 635 float floatColors[4];
640 floatColors[0] = blendConst.fR;
641 floatColors[1] = blendConst.fG;
642 floatColors[2] = blendConst.fB;
643 floatColors[3] = blendConst.fA;
645 memset(floatColors, 0, 4 * sizeof(float));
647 cmdBuffer->setBlendConstants(gpu, floatColors);
  /external/skqp/src/gpu/vk/
GrVkPipeline.cpp 624 float floatColors[4];
629 floatColors[0] = blendConst.fR;
630 floatColors[1] = blendConst.fG;
631 floatColors[2] = blendConst.fB;
632 floatColors[3] = blendConst.fA;
634 memset(floatColors, 0, 4 * sizeof(float));
636 cmdBuffer->setBlendConstants(gpu, floatColors);
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 411 float floatColors[3];
415 floatColors[j] = colorsMin[j] + (colorsMax[j] - colorsMin[j]) * interp;
418 SkPackARGB32(0xFF, FloatToByte(floatColors[0]),
419 FloatToByte(floatColors[1]), FloatToByte(floatColors[2]));
    [all...]

Completed in 367 milliseconds