HomeSort by relevance Sort by last modified time
    Searched defs:FromSVGString (Results 1 - 4 of 4) sorted by null

  /external/skia/src/utils/
SkParsePath.cpp 75 bool SkParsePath::FromSVGString(const char data[], SkPath* result) {
  /external/skqp/src/utils/
SkParsePath.cpp 75 bool SkParsePath::FromSVGString(const char data[], SkPath* result) {
  /external/skia/modules/pathkit/
pathkit_wasm_bindings.cpp 234 SkPathOrNull EMSCRIPTEN_KEEPALIVE FromSVGString(std::string str) {
236 if (SkParsePath::FromSVGString(str.c_str(), &path)) {
550 function("FromSVGString", &FromSVGString);
  /external/skqp/modules/pathkit/
pathkit_wasm_bindings.cpp 234 SkPathOrNull EMSCRIPTEN_KEEPALIVE FromSVGString(std::string str) {
236 if (SkParsePath::FromSVGString(str.c_str(), &path)) {
550 function("FromSVGString", &FromSVGString);

Completed in 126 milliseconds