Searched refs:gbd (Results 1 – 1 of 1) sorted by relevance
303 cmsGDB* gbd = (cmsGDB*) _cmsMallocZero(ContextID, sizeof(cmsGDB)); in cmsGBDAlloc() local304 if (gbd == NULL) return NULL; in cmsGBDAlloc()306 gbd -> ContextID = ContextID; in cmsGBDAlloc()308 return (cmsHANDLE) gbd; in cmsGBDAlloc()314 cmsGDB* gbd = (cmsGDB*) hGBD; in cmsGBDFree() local316 _cmsFree(gbd->ContextID, (void*) gbd); in cmsGBDFree()322 cmsGDBPoint* GetPoint(cmsGDB* gbd, const cmsCIELab* Lab, cmsSpherical* sp) in GetPoint() argument328 _cmsAssert(gbd != NULL); in GetPoint()339 cmsSignalError(gbd ->ContextID, cmsERROR_RANGE, "spherical value out of range"); in GetPoint()347 cmsSignalError(gbd ->ContextID, cmsERROR_RANGE, " quadrant out of range"); in GetPoint()[all …]