Searched defs:startColor (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp685 // side color given by startColor and the right side color given by
686 // endColor. The startColor and endColor values are specified in the format
693 ColorFract startColor, ColorFract endColor)
710 ColorFract color(startColor.c1() + (endColor.c1() - startColor.c1())
712 startColor.c2() + (endColor.c2() - startColor.c2())
714 startColor.c3() + (endColor.c3() - startColor.c3())
692 hwcTestFillColorHBlend(GraphicBuffer *gBuf, uint32_t colorFormat, ColorFract startColor, ColorFract endColor) argument

Completed in 140 milliseconds