Searched refs:getUnicode (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/experimental/sktext/tests/ |
D | ShapedText.cpp | 47 if (!unicodeText.getUnicode()) return; in UNIX_ONLY_TEST() 66 if (!unicodeText.getUnicode()) return; in UNIX_ONLY_TEST()
|
D | FontResolvedText.cpp | 47 if (!unicodeText.getUnicode()) return; in UNIX_ONLY_TEST() 67 if (!unicodeText.getUnicode()) return; in UNIX_ONLY_TEST()
|
D | SelectableText.cpp | 100 if (!unicodeText.getUnicode()) return; in UNIX_ONLY_TEST() 148 if (!unicodeText.getUnicode()) return; in UNIX_ONLY_TEST() 190 if (!unicodeText.getUnicode()) return; in UNIX_ONLY_TEST() 231 if (!unicodeText.getUnicode()) return; in UNIX_ONLY_TEST() 272 if (!unicodeText.getUnicode()) return; in UNIX_ONLY_TEST()
|
D | WrappedText.cpp | 98 if (!unicodeText.getUnicode()) return; in UNIX_ONLY_TEST() 147 if (!unicodeText.getUnicode()) return; in UNIX_ONLY_TEST()
|
/third_party/skia/experimental/sktext/src/ |
D | Text.cpp | 236 unicodeText->getUnicode()->forEachCodepoint(text8.c_str(), text8.size(), in shape() 275 …unicodeText->getUnicode(), text8.c_str(), text8.size(), textDirection == TextDirection::kLtr ? 0 :… in shape() 277 …SkShaper::MakeSkUnicodeHbScriptRunIterator(unicodeText->getUnicode(), text8.c_str(), text8.size())… in shape() 336 this->addLine(wrappedText.get(), unicodeText->getUnicode(), line, spaces, true); in wrap() 410 this->addLine(wrappedText.get(), unicodeText->getUnicode(), line, spaces, false); in wrap() 430 this->addLine(wrappedText.get(), unicodeText->getUnicode(), line, spaces, false); in wrap()
|
/third_party/skia/modules/skparagraph/src/ |
D | OneLineShaper.cpp | 326 bool isControl8 = fParagraph->getUnicode()->isControl(codepoint); in sortOutGlyphs() 374 bool isControl8 = fParagraph->getUnicode()->isControl(codepoint); in sortOutGlyphs() 380 bool isWhitespace8 = fParagraph->getUnicode()->isWhitespace(codepoint); in sortOutGlyphs() 691 … (fParagraph->getUnicode(), unresolvedText.begin(), unresolvedText.size()); in shape()
|
D | ParagraphImpl.h | 226 SkUnicode* getUnicode() { return fUnicode.get(); }
|
D | TextLine.cpp | 150 fOwner->getUnicode()->reorderVisual(runLevels.data(), numRuns, logicalOrder.data()); in TextLine()
|
/third_party/skia/experimental/sktext/include/ |
D | Interface.h | 43 SkUnicode* getUnicode() const;
|
D | Text.h | 54 SkUnicode* getUnicode() const { return fUnicode.get(); } in getUnicode() function
|