Home
last modified time | relevance | path

Searched refs:get_text_path (Results 1 – 3 of 3) sorted by relevance

/external/skia/gm/
Dgetpostextpath.cpp51 ToolUtils::get_text_path(font, text, len, SkTextEncoding::kUTF8, &path, nullptr);
72 ToolUtils::get_text_path(font, text, len, SkTextEncoding::kUTF8, &path, &pos[0]);
/external/skia/tools/
DToolUtils.h66 void get_text_path(const SkFont&,
DToolUtils.cpp234 void get_text_path(const SkFont& font, in get_text_path() function