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

/frameworks/base/libs/hwui/
H A DSkiaShader.h69 FloatColor endColor; member in struct:android::uirenderer::SkiaShaderData::GradientShaderData
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp683 // endColor. The startColor and endColor values are specified in the format
690 ColorFract startColor, ColorFract endColor)
707 ColorFract color(startColor.c1() + (endColor.c1() - startColor.c1())
709 startColor.c2() + (endColor.c2() - startColor.c2())
711 startColor.c3() + (endColor.c3() - startColor.c3())
689 hwcTestFillColorHBlend(GraphicBuffer *gBuf, uint32_t colorFormat, ColorFract startColor, ColorFract endColor) argument

Completed in 383 milliseconds