Searched refs:nextComponent (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 626 ControlPoint *nextComponent, *pa; in GetCompoundTTOutline() local 678 if ((np = GetTTGlyphOutline(ttf, index, &nextComponent, 0, &glyphlist)) == 0) in GetCompoundTTOutline() 785 cp.flags = nextComponent[i].flags; in GetCompoundTTOutline() 786 …t = fixedMulDiv(a, nextComponent[i].x << 16, m) + fixedMulDiv(c, nextComponent[i].y << 16, m) + (e… in GetCompoundTTOutline() 788 …t = fixedMulDiv(b, nextComponent[i].x << 16, n) + fixedMulDiv(d, nextComponent[i].y << 16, n) + (f… in GetCompoundTTOutline() 792 … fprintf(stderr, "( %d %d ) -> ( %d %d )\n", nextComponent[i].x, nextComponent[i].y, cp.x, cp.y); in GetCompoundTTOutline() 798 free(nextComponent); in GetCompoundTTOutline()
|
/trunk/main/udkapi/com/sun/star/container/ |
H A D | XComponentEnumeration.idl | 57 com::sun::star::lang::XComponent nextComponent()
|
Completed in 46 milliseconds