Searched refs:lastFragment (Results 1 – 1 of 1) sorted by relevance
38 SVGTextFragment* lastFragment = 0; in calculateLength() local58 if (!lastFragment) { in calculateLength()59 lastFragment = &fragment; in calculateLength()65 length += fragment.y - (lastFragment->y + lastFragment->height); in calculateLength()67 length += fragment.x - (lastFragment->x + lastFragment->width); in calculateLength()69 lastFragment = &fragment; in calculateLength()