Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkTypeface.h279 struct LocalizedString { struct
287 virtual bool next(LocalizedString* localizedString) = 0; argument
/third_party/skia/include/core/
DSkTypeface.h277 struct LocalizedString { struct
285 virtual bool next(LocalizedString* localizedString) = 0; argument
/third_party/flutter/skia/tools/fonts/
DTestEmptyTypeface.h44 bool next(SkTypeface::LocalizedString*) override { return false; } in next()
/third_party/skia/tools/fonts/
DTestEmptyTypeface.h47 bool next(SkTypeface::LocalizedString*) override { return false; } in next()
/third_party/flutter/skia/tests/
DFontMgrTest.cpp148 bool next(SkTypeface::LocalizedString*) override { return false; } in test_matchStyleCSS3()
/third_party/skia/tests/
DFontMgrTest.cpp154 bool next(SkTypeface::LocalizedString*) override { return false; } in DEF_TEST()
/third_party/flutter/skia/src/core/
DSkTypeface.cpp69 bool next(SkTypeface::LocalizedString*) override { return false; } in next()
/third_party/skia/src/core/
DSkTypeface.cpp64 bool next(SkTypeface::LocalizedString*) override { return false; } in next()