Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dmiindex.c257 pFormat->index.pValues = xallocarray(num, sizeof(xIndexValue)); in miInitIndexed()
258 if (!pFormat->index.pValues) { in miInitIndexed()
269 pFormat->index.pValues[i].pixel = p; in miInitIndexed()
270 pFormat->index.pValues[i].red = rgb[i].red; in miInitIndexed()
271 pFormat->index.pValues[i].green = rgb[i].green; in miInitIndexed()
272 pFormat->index.pValues[i].blue = rgb[i].blue; in miInitIndexed()
273 pFormat->index.pValues[i].alpha = 0xffff; in miInitIndexed()
311 free(pFormat->index.pValues); in miCloseIndexed()
312 pFormat->index.pValues = NULL; in miCloseIndexed()
H A Dpicturestr.h43 xIndexValue *pValues; member
H A Drender.c533 memcpy(reply + 1, pFormat->index.pValues, num * sizeof(xIndexValue)); in ProcRenderQueryPictIndexValues()