Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_coretext.cpp234 std::vector<SkFont> fontStorage; in shape() local
245 fontStorage.clear(); in shape()
246 fontStorage.reserve(runCount); // ensure the refs won't get invalidated in shape()
264 fontStorage.push_back(run_to_font(run, font)); in shape()
266 fontStorage.back(), // info just stores a ref to the font in shape()