Home
last modified time | relevance | path

Searched defs:LocalizedString (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkTypeface.h262 struct LocalizedString { struct
269 virtual bool next(LocalizedString* localizedString) = 0; argument
/external/skia/tests/
DFontMgrTest.cpp145 bool next(SkTypeface::LocalizedString*) override { return false; } in test_matchStyleCSS3()
/external/skia/src/core/
DSkTypeface.cpp68 bool next(SkTypeface::LocalizedString*) override { return false; } in next()