Home
last modified time | relevance | path

Searched refs:noSimulations (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp294 bool noSimulations = false; in FirstMatchingFontWithoutSimulations() local
295 while (!noSimulations) { in FirstMatchingFontWithoutSimulations()
304 noSimulations = simulations == DWRITE_FONT_SIMULATIONS_NONE || in FirstMatchingFontWithoutSimulations()
309 noSimulations = true; in FirstMatchingFontWithoutSimulations()
311 if (noSimulations) { in FirstMatchingFontWithoutSimulations()
878 bool noSimulations = false; in fallback() local
879 while (!noSimulations) { in fallback()
900 noSimulations = simulations == DWRITE_FONT_SIMULATIONS_NONE || HasBitmapStrikes(font); in fallback()
902 noSimulations = true; in fallback()
932 bool noSimulations in layoutFallback() local
[all...]

Completed in 3 milliseconds