Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
H A DSkPDFMakeToUnicodeCmap.cpp64 SkUnichar fUnicode; member
70 SkUnichar fUnicode; member
97 SkPDFUtils::WriteUTF16beHex(cmap, bfchar[i + j].fUnicode); in append_bfchar_section()
119 SkPDFUtils::WriteUTF16beHex(cmap, bfrange[i + j].fUnicode); in append_bfrange_section()
182 currentRangeEntry.fUnicode + i - currentRangeEntry.fStart; in SkPDFAppendCmapSections()
187 bfcharEntries.push_back({currentRangeEntry.fStart, currentRangeEntry.fUnicode}); in SkPDFAppendCmapSections()
196 currentRangeEntry.fUnicode = glyphToUnicode[gid]; in SkPDFAppendCmapSections()
/third_party/skia/experimental/sktext/samples/
H A DText.cpp42 TextSample_Align_Dir() : fUnicode(SkUnicode::Make()) { } in TextSample_Align_Dir()
121 std::unique_ptr<SkUnicode> fUnicode;
139 std::unique_ptr<SkUnicode> fUnicode;
166 std::unique_ptr<SkUnicode> fUnicode;
185 std::unique_ptr<SkUnicode> fUnicode;
/third_party/skia/modules/skparagraph/src/
H A DOneLineShaper.h133 : fUnicode(unicode), fFontStyle(fontStyle), fLocale(locale) { } in FontKey()
136 : fUnicode(unicode), fFontStyle(fontStyle), fLocale(locale) { } in FontKey()
139 SkUnichar fUnicode; member
H A DParagraphBuilderImpl.cpp47 , fUnicode(std::move(unicode)) in ParagraphBuilderImpl()
201 fUnicode = SkUnicode::MakeClientBasedUnicode(this->getText(), in Build()
207 SkASSERT(fUnicode); in Build()
209 fUtf8, fParagraphStyle, fStyledBlocks, fPlaceholders, fFontCollection, fUnicode); in Build()
H A DParagraphBuilderImpl.h82 fUnicode = std::move(unicode);
110 std::shared_ptr<SkUnicode> fUnicode; member in skia::textlayout::ParagraphBuilderImpl
H A DParagraphImpl.cpp127 , fUnicode(std::move(unicode)) in ParagraphImpl()
132 SkASSERT(fUnicode); in ParagraphImpl()
148 SkASSERT(fUnicode); in ParagraphImpl()
212 fUnicode->forEachCodepoint( in GetLineFontMetrics()
478 fPlaceholders, fFontCollection, fUnicode); in GetLineFontMetrics()
726 if (nullptr == fUnicode) { in GetLineFontMetrics()
734 if (!fUnicode->getBidiRegions(fText.c_str(), fText.size(), textDirection, &fBidiRegions)) { in GetLineFontMetrics()
740 if (!fUnicode->computeCodeUnitFlags(&fText[0], in GetLineFontMetrics()
1635 if (!fUnicode->getWords(fText.c_str(), fText.size(), nullptr, &fWords)) { in GetLineFontMetrics()
1971 fUnicode in GetLineFontMetrics()
[all...]
H A DOneLineShaper.cpp661 auto shaper = SkShaper::MakeShapeDontWrapOrReorder(fParagraph->fUnicode->copy());
848 return fUnicode == other.fUnicode && fFontStyle == other.fFontStyle && fLocale == other.fLocale;
852 return SkGoodHash()(key.fUnicode) ^
H A DParagraphImpl.h294 SkUnicode* getUnicode() { return fUnicode.get(); } in getUnicode()
434 std::shared_ptr<SkUnicode> fUnicode; member in skia::textlayout::final
/third_party/lzma/CPP/Windows/Control/
H A DComboBox.h55 bool SetUnicodeFormat(bool fUnicode) { return LRESULTToBool(SendMsg(CBEM_SETUNICODEFORMAT, BOOLToBool(fUnicode), 0)); } in SetUnicodeFormat() argument
/third_party/skia/experimental/sktext/src/
H A DText.cpp11 , fUnicode(std::move(unicode)) { in UnicodeText()
16 : fUnicode(std::move(unicode)) { in UnicodeText()
17 fText16 = fUnicode->convertUtf8ToUtf16(utf8); in UnicodeText()
31 if (!fUnicode) { in initialize()
32 SkASSERT(fUnicode); in initialize()
37 this->fUnicode->forEachCodepoint((char16_t*)utf16.data(), utf16.size(), in initialize()
39 if (this->fUnicode->isWhitespace(unichar)) { in initialize()
46 this->fUnicode->forEachBreak((char16_t*)utf16.data(), utf16.size(), SkUnicode::BreakType::kGraphemes, in initialize()
51 this->fUnicode->forEachBreak((char16_t*)utf16.data(), utf16.size(), SkUnicode::BreakType::kLines, in initialize()
/third_party/skia/tools/fonts/
H A DTestSVGTypeface.h49 SkUnichar fUnicode; // TODO: this limits to 1:1 member
H A DTestSVGTypeface.cpp65 fCMap.set(datum.fUnicode, i); in TestSVGTypeface()
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp814 std::unique_ptr<SkUnicode> fUnicode; member in __anon18616::ShaperHarfBuzz
960 : fUnicode(std::move(unicode))
979 std::unique_ptr<BiDiRunIterator> bidi(MakeSkUnicodeBidiRunIterator(fUnicode.get(),
1172 emit(fUnicode.get(), line, handler);
1192 emit(fUnicode.get(), line, handler);
1199 emit(fUnicode.get(), line, handler);
1363 fUnicode->reorderVisual(runLevels, numRuns, logicalFromVisual);
/third_party/skia/experimental/sktext/include/
H A DText.h54 SkUnicode* getUnicode() const { return fUnicode.get(); } in getUnicode()
86 std::unique_ptr<SkUnicode> fUnicode; member in skia::text::UnicodeText

Completed in 16 milliseconds