Searched refs:TextSize (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmstypes.c | 3534 cmsUInt32Number TextSize; in Type_UcrBg_Write() local 3546 TextSize = cmsMLUgetASCII(Value ->Desc, cmsNoLanguage, cmsNoCountry, NULL, 0); in Type_UcrBg_Write() 3547 Text = (char*) _cmsMalloc(self ->ContextID, TextSize); in Type_UcrBg_Write() 3548 …if (cmsMLUgetASCII(Value ->Desc, cmsNoLanguage, cmsNoCountry, Text, TextSize) != TextSize) return … in Type_UcrBg_Write() 3550 if (!io ->Write(io, TextSize, Text)) return FALSE; in Type_UcrBg_Write() 3640 cmsUInt32Number TextSize; in WriteCountAndSting() local 3643 TextSize = cmsMLUgetASCII(mlu, "PS", Section, NULL, 0); in WriteCountAndSting() 3644 Text = (char*) _cmsMalloc(self ->ContextID, TextSize); in WriteCountAndSting() 3646 if (!_cmsWriteUInt32Number(io, TextSize)) return FALSE; in WriteCountAndSting() 3648 if (cmsMLUgetASCII(mlu, "PS", Section, Text, TextSize) == 0) return FALSE; in WriteCountAndSting() [all …]
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 1995 <!-- @attribute textSize TextSize specifies the point size of the text. -->
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |