Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/
H A DTestFontDataProvider.cpp18 std::atomic<const char*> gFontTestDataBasePath{kTestDataBasePath}; variable
30 gFontTestDataBasePath = FLAGS_fontTestDataPath[0]; in SetFontTestDataDirectory()
42 return SkOSPath::Join(gFontTestDataBasePath, suffix.c_str()); in prefixWithTestDataPath()