Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skparagraph/src/
DFontResolver.cpp142 if (fWhitespaces.find(w) == nullptr) { in resolveAllCharactersByFont()
143 fWhitespaces.set(w, font); in resolveAllCharactersByFont()
199 auto found = fWhitespaces.find(index); in addResolvedWhitespacesToMapping()
DFontResolver.h72 SkTHashMap<size_t, FontDescr> fWhitespaces; variable
/third_party/skia/experimental/sktext/src/
DLine.h188 TextRange whitespaces() const { return fWhitespaces; } in whitespaces()
198 TextRange fWhitespaces; variable
DLine.cpp12 , fWhitespaces(spaces.textRange()) in LogicalLine()