/external/skia/gm/ |
getpostextpath.cpp | 42 sk_tool_utils::get_text_path(font, text, len, kUTF8_SkTextEncoding, &path, nullptr); 63 sk_tool_utils::get_text_path(font, text, len, kUTF8_SkTextEncoding, &path, &pos[0]);
|
/external/skqp/gm/ |
getpostextpath.cpp | 42 sk_tool_utils::get_text_path(font, text, len, kUTF8_SkTextEncoding, &path, nullptr); 63 sk_tool_utils::get_text_path(font, text, len, kUTF8_SkTextEncoding, &path, &pos[0]);
|
/external/skia/tools/ |
sk_tool_utils.h | 71 void get_text_path(const SkFont&, const void* text, size_t length, SkTextEncoding, SkPath*,
|
sk_tool_utils.cpp | 152 void get_text_path(const SkFont& font, const void* text, size_t length, SkTextEncoding encoding, function in namespace:sk_tool_utils
|
/external/skqp/tools/ |
sk_tool_utils.h | 76 void get_text_path(const SkFont&, const void* text, size_t length, SkTextEncoding, SkPath*,
|
sk_tool_utils.cpp | 151 void get_text_path(const SkFont& font, const void* text, size_t length, SkTextEncoding encoding, function in namespace:sk_tool_utils
|