Searched refs:polyCurve (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DFontInstance.cpp418 TTPOLYCURVE const *polyCurve=(TTPOLYCURVE const *)(buffer+curveOffset); local
419 POINTFX const *p=polyCurve->apfx;
420 POINTFX const *endp=p+polyCurve->cpfx;
422 switch (polyCurve->wType) {
430 g_assert(polyCurve->cpfx >= 2);
446 g_assert(polyCurve->cpfx % 3 == 0);
455 curveOffset += sizeof(TTPOLYCURVE)+sizeof(POINTFX)*(polyCurve->cpfx-1);

Completed in 15 milliseconds