Searched refs:descStart (Results 1 – 2 of 2) sorted by relevance
/external/skia/tools/bookmaker/ |
D | definition.cpp | 502 const char* descStart = fContentStart; in checkMethod() local 533 TextParser emptyCheck(fFileName, descStart, child->fStart, child->fLineCount); in checkMethod() 535 descStart = emptyCheck.fChar; in checkMethod() 541 descStart = child->fTerminator; in checkMethod() 548 TextParser description(fFileName, descStart, descEnd, fLineCount); in checkMethod() 550 SkASSERT(descStart < descEnd); in checkMethod() 551 if (!isupper(descStart[0])) { in checkMethod()
|
/external/skqp/tools/bookmaker/ |
D | definition.cpp | 502 const char* descStart = fContentStart; in checkMethod() local 533 TextParser emptyCheck(fFileName, descStart, child->fStart, child->fLineCount); in checkMethod() 535 descStart = emptyCheck.fChar; in checkMethod() 541 descStart = child->fTerminator; in checkMethod() 548 TextParser description(fFileName, descStart, descEnd, fLineCount); in checkMethod() 550 SkASSERT(descStart < descEnd); in checkMethod() 551 if (!isupper(descStart[0])) { in checkMethod()
|