HomeSort by relevance Sort by last modified time
    Searched full:commentptr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/utils/
SkRTConf.cpp 27 char *commentptr = strchr(line, '#'); local
28 if (commentptr == line) {
31 if (NULL != commentptr) {
32 *commentptr = '\0';
  /external/skia/src/utils/
SkRTConf.cpp 27 char *commentptr = strchr(line, '#'); local
28 if (commentptr == line) {
31 if (NULL != commentptr) {
32 *commentptr = '\0';

Completed in 436 milliseconds