Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmstypes.c3558 cmsUInt32Number TextSize; in Type_UcrBg_Write() local
3570 TextSize = cmsMLUgetASCII(Value ->Desc, cmsNoLanguage, cmsNoCountry, NULL, 0); in Type_UcrBg_Write()
3571 Text = (char*) _cmsMalloc(self ->ContextID, TextSize); in Type_UcrBg_Write()
3572 …if (cmsMLUgetASCII(Value ->Desc, cmsNoLanguage, cmsNoCountry, Text, TextSize) != TextSize) return … in Type_UcrBg_Write()
3574 if (!io ->Write(io, TextSize, Text)) return FALSE; in Type_UcrBg_Write()
3664 cmsUInt32Number TextSize; in WriteCountAndSting() local
3667 TextSize = cmsMLUgetASCII(mlu, "PS", Section, NULL, 0); in WriteCountAndSting()
3668 Text = (char*) _cmsMalloc(self ->ContextID, TextSize); in WriteCountAndSting()
3670 if (!_cmsWriteUInt32Number(io, TextSize)) return FALSE; in WriteCountAndSting()
3672 if (cmsMLUgetASCII(mlu, "PS", Section, Text, TextSize) == 0) return FALSE; in WriteCountAndSting()
[all …]
/external/python/cpython2/Mac/Demo/textedit/
Dped.py34 Qd.TextSize(9)
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c5764 #ifndef TextSize in Qd_TextSize()
5765 PyMac_PRECHECK(TextSize); in Qd_TextSize()
5770 TextSize(size); in Qd_TextSize()