Home
last modified time | relevance | path

Searched refs:gFillTypeStrs (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp409 char const * const gFillTypeStrs[] = { in json_path_out() local
446 gFillTypeStrs[(int) path.getFillType()], lastField ? "\n}" : ",\n"); in json_path_out()
/third_party/skia/src/core/
H A DSkPath.cpp1907 char const * const gFillTypeStrs[] = { in dump() local
1914 gFillTypeStrs[(int) this->getFillType()]); in dump()
1958 char const * const gFillTypeStrs[] = { in dump() local
1964 descSk.printf("path.setFillType(SkPath::k%s_FillType);\n", gFillTypeStrs[(int) this->getFillType()]); in dump()
2045 char const * const gFillTypeStrs[] = { in dumpArrays() local
2056 gFillTypeStrs[(int)this->getFillType()], in dumpArrays()

Completed in 8 milliseconds