OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:firstz
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/svg/
SkSVGPath.cpp
23
const char*
firstZ
= strchr(f_d.c_str(), 'z');
24
if (
firstZ
!= NULL) {
25
firstZ
++; // skip over 'z'
26
while (*
firstZ
== ' ')
27
firstZ
++;
28
hasMultiplePaths = *
firstZ
!= '\0';
Completed in 585 milliseconds