Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmssm.c303 cmsGDB* gbd = (cmsGDB*) _cmsMallocZero(ContextID, sizeof(cmsGDB)); in cmsGBDAlloc() local
304 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() local
316 _cmsFree(gbd->ContextID, (void*) gbd); in cmsGBDFree()
322 cmsGDBPoint* GetPoint(cmsGDB* gbd, const cmsCIELab* Lab, cmsSpherical* sp) in GetPoint() argument
328 _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 …]