Searched refs:WriteCountAndSting (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 3662 cmsBool WriteCountAndSting(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsMLU* mlu, co… in WriteCountAndSting() function 3707 if (!WriteCountAndSting(self, io, mlu, "nm")) goto Error; in Type_CrdInfo_Write() 3708 if (!WriteCountAndSting(self, io, mlu, "#0")) goto Error; in Type_CrdInfo_Write() 3709 if (!WriteCountAndSting(self, io, mlu, "#1")) goto Error; in Type_CrdInfo_Write() 3710 if (!WriteCountAndSting(self, io, mlu, "#2")) goto Error; in Type_CrdInfo_Write() 3711 if (!WriteCountAndSting(self, io, mlu, "#3")) goto Error; in Type_CrdInfo_Write()
|