Home
last modified time | relevance | path

Searched refs:lastc (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/utils/
DSkParsePath.cpp79 SkPoint lastc = {0, 0}; in FromSVGString() local
142 points[0].fX -= lastc.fX - c.fX; in FromSVGString()
143 points[0].fY -= lastc.fY - c.fY; in FromSVGString()
147 lastc = points[1]; in FromSVGString()
157 points[0].fX -= lastc.fX - c.fX; in FromSVGString()
158 points[0].fY -= lastc.fY - c.fY; in FromSVGString()
162 lastc = points[0]; in FromSVGString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregengine.inc691 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&REG_NEWLINE) ||
713 (lastc == OUT && !(m->eflags&REG_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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregengine.inc691 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&REG_NEWLINE) ||
713 (lastc == OUT && !(m->eflags&REG_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 …]
/third_party/ffmpeg/libavutil/
Dlog.c323 char lastc = part[3].len && part[3].len <= part[3].size ? part[3].str[part[3].len - 1] : 0; in format_line() local
324 *print_prefix = lastc == '\n' || lastc == '\r'; in format_line()
/third_party/curl/lib/
Dcookie.c496 struct Cookie *lastc = NULL; in Curl_cookie_add() local
1141 lastc = clist; in Curl_cookie_add()
1174 if(lastc) in Curl_cookie_add()
1175 lastc->next = co; in Curl_cookie_add()
/third_party/python/Tools/scripts/
Dtexi2html.py1997 lastc = s[-1]
1998 if lastc in sequence:
1999 i = sequence.index(lastc) + 1
/third_party/NuttX/
DReleaseNotes22741 - sscanf(): Initialized the lastc pointer to avoid the checks for