Searched refs:WriteCountAndString (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pdfium/third_party/lcms/src/ |
H A D | cmstypes.c | 3767 cmsBool WriteCountAndString(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsMLU* mlu, c… in WriteCountAndString() function 3812 if (!WriteCountAndString(self, io, mlu, "nm")) goto Error; in Type_CrdInfo_Write() 3813 if (!WriteCountAndString(self, io, mlu, "#0")) goto Error; in Type_CrdInfo_Write() 3814 if (!WriteCountAndString(self, io, mlu, "#1")) goto Error; in Type_CrdInfo_Write() 3815 if (!WriteCountAndString(self, io, mlu, "#2")) goto Error; in Type_CrdInfo_Write() 3816 if (!WriteCountAndString(self, io, mlu, "#3")) goto Error; in Type_CrdInfo_Write()
|