/aosp_15_r20/external/skia/modules/skshaper/utils/ |
H A D | FactoryHelpers.h | 41 fUnicode = SkUnicodes::ICU::Make(); in HarfbuzzFactory() 44 if (!fUnicode) { in HarfbuzzFactory() 45 fUnicode = SkUnicodes::ICU4X::Make(); in HarfbuzzFactory() 49 if (!fUnicode) { in HarfbuzzFactory() 50 fUnicode = SkUnicodes::Libgrapheme::Make(); in HarfbuzzFactory() 55 return SkShapers::HB::ShaperDrivenWrapper(fUnicode, fallback); in makeShaper() 61 return SkShapers::unicode::BidiRunIterator(fUnicode, utf8, utf8Bytes, bidiLevel); in makeBidiRunIterator() 70 SkUnicode* getUnicode() override { return fUnicode.get(); } in getUnicode() 73 sk_sp<SkUnicode> fUnicode;
|
/aosp_15_r20/external/skia/src/pdf/ |
H A D | SkPDFMakeToUnicodeCmap.cpp | 73 SkUnichar fUnicode; member 79 SkUnichar fUnicode; member 106 SkPDFUtils::WriteUTF16beHex(cmap, bfchar[i + j].fUnicode); in append_bfchar_section() 174 SkPDFUtils::WriteUTF16beHex(cmap, bfrange[i + j].fUnicode); in append_bfrange_section() 238 currentRangeEntry.fUnicode + i - currentRangeEntry.fStart; in SkPDFAppendCmapSections() 243 bfcharEntries.push_back({currentRangeEntry.fStart, currentRangeEntry.fUnicode}); in SkPDFAppendCmapSections() 252 currentRangeEntry.fUnicode = glyphToUnicode[gid]; in SkPDFAppendCmapSections()
|
/aosp_15_r20/external/skia/modules/skparagraph/src/ |
H A D | ParagraphBuilderImpl.cpp | 101 , fUnicode(std::move(unicode)) in ParagraphBuilderImpl() 243 if (fUsingClientInfo && !fUnicode) { in Build() 245 fUnicode = SkUnicodes::Client::Make(this->getText(), in Build() 252 SkASSERT_RELEASE(fUnicode); in Build() 254 fUtf8, fParagraphStyle, fStyledBlocks, fPlaceholders, fFontCollection, fUnicode); in Build()
|
H A D | ParagraphImpl.cpp | 89 , fUnicode(std::move(unicode)) in ParagraphImpl() 94 SkASSERT(fUnicode); in ParagraphImpl() 110 SkASSERT(fUnicode); in ParagraphImpl() 129 fUnicode->forEachCodepoint( in addUnresolvedCodepoints() 269 if (nullptr == fUnicode) { in computeCodeUnitProperties() 277 if (!fUnicode->getBidiRegions(fText.c_str(), fText.size(), textDirection, &fBidiRegions)) { in computeCodeUnitProperties() 283 if (!fUnicode->computeCodeUnitFlags(&fText[0], in computeCodeUnitProperties() 909 if (!fUnicode->getWords(fText.c_str(), fText.size(), nullptr, &fWords)) { in getWordBoundary()
|
H A D | OneLineShaper.cpp | 459 fParagraph->fUnicode.get(), in matchResolvedFonts() 628 auto shaper = SkShapers::HB::ShapeDontWrapOrReorder(fParagraph->fUnicode, in shape() 786 return fUnicode == other.fUnicode && fFontStyle == other.fFontStyle && fLocale == other.fLocale; in operator ==() 790 return SkGoodHash()(key.fUnicode) ^ in operator ()()
|
H A D | ParagraphBuilderImpl.h | 87 fUnicode = std::move(unicode); in SetUnicode() 119 sk_sp<SkUnicode> fUnicode; variable
|
H A D | OneLineShaper.h | 135 : fUnicode(unicode), fFontStyle(fontStyle), fLocale(std::move(locale)) { } in FontKey() 136 SkUnichar fUnicode; member
|
H A D | ParagraphImpl.h | 247 sk_sp<SkUnicode> getUnicode() { return fUnicode; } in getUnicode() 299 sk_sp<SkUnicode> fUnicode; variable
|
/aosp_15_r20/external/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 632 sk_sp<SkUnicode> fUnicode; member in __anon19b7122a0111::ShaperHarfBuzz 731 : fUnicode(unicode) in ShaperHarfBuzz() 736 SkASSERT(fUnicode); in ShaperHarfBuzz() 749 SkShapers::unicode::BidiRunIterator(fUnicode, utf8, utf8Bytes, defaultLevel)); in shape() 879 lineBreakIterator = fUnicode->makeBreakIterator(currentLanguage.c_str(), in wrap() 935 emit(fUnicode.get(), line, handler); in wrap() 955 emit(fUnicode.get(), line, handler); in wrap() 962 emit(fUnicode.get(), line, handler); in wrap() 995 lineBreakIterator = fUnicode->makeBreakIterator(currentLanguage.c_str(), in wrap() 1000 graphemeBreakIterator = fUnicode->makeBreakIterator(currentLanguage.c_str(), in wrap() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | minwinbase.h | 227 WORD fUnicode; member 244 WORD fUnicode; member 253 WORD fUnicode; member
|
D | commctrl.h | 706 #define Header_SetUnicodeFormat(hwnd,fUnicode) (WINBOOL)SNDMSG((hwnd),HDM_SETUNICODEFORMAT,(WPARAM)… argument 2256 #define ListView_SetUnicodeFormat(hwnd,fUnicode) (WINBOOL)SNDMSG((hwnd),LVM_SETUNICODEFORMAT,(WPARA… argument 3762 #define TreeView_SetUnicodeFormat(hwnd,fUnicode) (WINBOOL)SNDMSG((hwnd),TVM_SETUNICODEFORMAT,(WPARA… argument 4378 #define TabCtrl_SetUnicodeFormat(hwnd,fUnicode) (WINBOOL)SNDMSG((hwnd),TCM_SETUNICODEFORMAT,(WPARAM… argument 4539 #define MonthCal_SetUnicodeFormat(hwnd,fUnicode) (WINBOOL)SNDMSG((hwnd),MCM_SETUNICODEFORMAT,(WPARA… argument
|
/aosp_15_r20/external/skia/modules/skunicode/src/ |
H A D | SkUnicode_libgrapheme.cpp | 239 SkUnicode_libgrapheme* fUnicode; member in SkBreakIterator_libgrapheme 244 explicit SkBreakIterator_libgrapheme(SkUnicode_libgrapheme* unicode) : fUnicode(unicode) { } in SkBreakIterator_libgrapheme() 267 fUnicode->isHardBreak(codePoint) in setText()
|
/aosp_15_r20/external/lzma/CPP/Windows/Control/ |
H A D | ComboBox.h | 55 …bool SetUnicodeFormat(bool fUnicode) { return LRESULTToBool(SendMsg(CBEM_SETUNICODEFORMAT, BOOLToB… in SetUnicodeFormat() argument
|
/aosp_15_r20/external/skia/tools/fonts/ |
H A D | TestSVGTypeface.h | 49 SkUnichar fUnicode; // TODO: this limits to 1:1 member
|
H A D | TestSVGTypeface.cpp | 69 fCMap.set(datum.fUnicode, i); in TestSVGTypeface()
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 63310 pub fUnicode: WORD, field 63418 unsafe { ::std::ptr::addr_of!((*ptr).fUnicode) as usize - ptr as usize }, in bindgen_test_layout__CREATE_PROCESS_DEBUG_INFO() 63424 stringify!(fUnicode) in bindgen_test_layout__CREATE_PROCESS_DEBUG_INFO() 63504 pub fUnicode: WORD, field 63566 unsafe { ::std::ptr::addr_of!((*ptr).fUnicode) as usize - ptr as usize }, in bindgen_test_layout__LOAD_DLL_DEBUG_INFO() 63568 concat!("Offset of field: ", stringify!(_LOAD_DLL_DEBUG_INFO), "::", stringify!(fUnicode)) in bindgen_test_layout__LOAD_DLL_DEBUG_INFO() 63610 pub fUnicode: WORD, field 63639 unsafe { ::std::ptr::addr_of!((*ptr).fUnicode) as usize - ptr as usize }, in bindgen_test_layout__OUTPUT_DEBUG_STRING_INFO() 63645 stringify!(fUnicode) in bindgen_test_layout__OUTPUT_DEBUG_STRING_INFO()
|