Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
TestFontDataProvider.cpp File Reference
#include "tools/TestFontDataProvider.h"
#include "include/core/SkData.h"
#include "include/private/base/SkDebug.h"
#include "src/utils/SkOSPath.h"
#include "tools/flags/CommandLineFlags.h"

Go to the source code of this file.

Namespaces

namespace  skiatest
 

Functions

static skiatest::DEFINE_string (fontTestDataPath, "", "Path to extracted data from googlefonts_testdata CIPD file.")
 
void skiatest::SetFontTestDataDirectory ()
 

Variables

const char kTestDataJsonFilename [] = "raster_test.json"
 
const char kTestDataBasePath [] = "third_party/externals/googlefonts_testdata/data/"
 
std::atomic< const char * > gFontTestDataBasePath {kTestDataBasePath}
 

Variable Documentation

◆ gFontTestDataBasePath

std::atomic<const char*> gFontTestDataBasePath {kTestDataBasePath}

Definition at line 18 of file TestFontDataProvider.cpp.

const char kTestDataBasePath[]

◆ kTestDataBasePath

const char kTestDataBasePath[] = "third_party/externals/googlefonts_testdata/data/"

Definition at line 16 of file TestFontDataProvider.cpp.

◆ kTestDataJsonFilename

const char kTestDataJsonFilename[] = "raster_test.json"

Definition at line 15 of file TestFontDataProvider.cpp.