Searched refs:lastc (Results 1 – 4 of 4) sorted by relevance
118 SkPoint lastc = {0, 0}; in parseSVG() local175 points[0].fX -= lastc.fX - c.fX; in parseSVG()176 points[0].fY -= lastc.fY - c.fY; in parseSVG()188 lastc = points[1]; in parseSVG()198 points[0].fX = c.fX * 2 - lastc.fX; in parseSVG()199 points[0].fY = c.fY * 2 - lastc.fY; in parseSVG()203 lastc = points[0]; in parseSVG()
74 SkPoint lastc = {0, 0}; in FromSVGString() local132 points[0].fX -= lastc.fX - c.fX; in FromSVGString()133 points[0].fY -= lastc.fY - c.fY; in FromSVGString()137 lastc = points[1]; in FromSVGString()147 points[0].fX = c.fX * 2 - lastc.fX; in FromSVGString()148 points[0].fY = c.fY * 2 - lastc.fY; in FromSVGString()152 lastc = points[0]; in FromSVGString()
691 int lastc; /* previous c */704 lastc = c;709 /* is there an EOL and/or BOL between lastc and c? */712 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) ||713 (lastc == OUT && !(m->eflags®_NOTBOL)) ) {729 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&733 if ( (lastc != OUT && ISWORD(lastc)) &&776 int lastc; /* previous c */789 lastc = c;792 /* is there an EOL and/or BOL between lastc and c? */[all …]
900 char lastc = 0; in split() local904 if (!dq && c == '\'' && lastc != '\\') { in split()908 else if (!sq && c == '\"' && lastc != '\\') { in split()921 lastc = c; in split()