Searched refs:hPath (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/docs/examples/ |
D | Region_intersects_2.cpp | 10 SkPath hPath, dotPath; 11 paint.getTextPath("H", 1, 40, 110, &hPath); 14 hRegion.setPath(hPath, SkRegion({0, 0, 256, 256}));
|
/third_party/skia/docs/examples/ |
D | Region_intersects_2.cpp | 10 SkPath hPath, dotPath; 11 paint.getTextPath("H", 1, 40, 110, &hPath); 14 hRegion.setPath(hPath, SkRegion({0, 0, 256, 256}));
|
/third_party/skia/src/sksl/lex/ |
D | Main.cpp | 35 const std::vector<std::string>& tokens, const char* hPath) { in writeH() argument 36 std::ofstream out(hPath); in writeH() 184 static void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument 222 writeH(dfa, lexer, token, tokens, hPath); in process()
|
/third_party/flutter/skia/src/sksl/lex/ |
D | Main.cpp | 34 const std::vector<std::string>& tokens, const char* hPath) { in writeH() argument 35 std::ofstream out(hPath); in writeH() 173 void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument 205 writeH(dfa, lexer, token, tokens, hPath); in process()
|