Searched refs:numberOfContours (Results 1 – 1 of 1) sorted by relevance
/trunk/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 543 const sal_Int16 numberOfContours = GetInt16(ptr, 0, 1); in GetSimpleTTOutline() local 544 if( numberOfContours <= 0 ) /*- glyph is not simple */ in GetSimpleTTOutline() 557 for (i=0; i<numberOfContours; i++) { in GetSimpleTTOutline() 561 sal_uInt16 instLen = GetUInt16(ptr, 10 + numberOfContours*2, 1); in GetSimpleTTOutline() 562 const sal_uInt8* p = ptr + 10 + 2 * numberOfContours + 2 + instLen; in GetSimpleTTOutline() 612 for (i=0; i<numberOfContours; i++) { in GetSimpleTTOutline() 623 sal_Int16 e, f, numberOfContours; in GetCompoundTTOutline() local 637 if ((numberOfContours = GetInt16(ptr, 0, 1)) != -1) /*- glyph is not compound */ in GetCompoundTTOutline() 828 sal_Int16 numberOfContours; in GetTTGlyphOutline() local 846 numberOfContours = GetInt16(ptr, 0, 1); in GetTTGlyphOutline() [all …]
|
Completed in 28 milliseconds