Home
last modified time | relevance | path

Searched refs:gFillTypeStrs (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tests/
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/flutter/skia/tests/
DPathOpsExtendedTest.cpp501 char const * const gFillTypeStrs[] = { in json_path_out() local
545 gFillTypeStrs[(int) path.getFillType()], lastField ? "\n}" : ",\n"); in json_path_out()
/third_party/skia/src/core/
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()
/third_party/flutter/skia/src/core/
DSkPath.cpp2149 char const * const gFillTypeStrs[] = { in dump() local
2156 gFillTypeStrs[(int) this->getFillType()]); in dump()
2200 char const * const gFillTypeStrs[] = { in dump() local
2206 …descSk.printf("path.setFillType(SkPath::k%s_FillType);\n", gFillTypeStrs[(int) this->getFillType()… in dump()