Searched refs:pValues (Results 1 – 3 of 3) sorted by relevance
257 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()
43 xIndexValue *pValues; member
533 memcpy(reply + 1, pFormat->index.pValues, num * sizeof(xIndexValue)); in ProcRenderQueryPictIndexValues()