Searched refs:TextAdjustment (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 180 EAdjustment TextAdjustment;
member 190 EAdjustment TextAdjustment;
member 402 f.TextAdjustment = fii.TextAdjustment;
in Init() 706 PrintUString(f.TextAdjustment, width, TempWString, TempAString);
in PrintItemInfo() 716 PrintStringToString(temp + tempPos, f.TextAdjustment, width, s);
in PrintItemInfo() 746 PrintNumber(f.TextAdjustment, f.Width, st.Size);
in PrintSum() 748 PrintNumber(f.TextAdjustment, f.Width, st.PackSize);
in PrintSum() 755 PrintString(f.TextAdjustment, f.Width, s);
in PrintSum() 766 PrintString(f.TextAdjustment, in PrintSum() [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.h | 56 enum TextAdjustment { enum in skia::textlayout::TextLine 137 SkScalar iterateThroughSingleRunByStyles(TextAdjustment textAdjustment, 182 TextAdjustment textAdjustment) const; 320 template <> struct is_bitmask_enum<skia::textlayout::TextLine::TextAdjustment> : std::true_type {};
|
H A D | TextLine.cpp | 236 TextAdjustment::GlyphCluster, run, runOffsetInLine, textRange, StyleType::kBackground, 255 TextAdjustment::GlyphCluster, run, runOffsetInLine, textRange, StyleType::kShadow, 280 TextAdjustment::GlyphCluster, run, runOffsetInLine, textRange, 299 TextAdjustment::GlyphCluster, run, runOffsetInLine, textRange, StyleType::kDecorations, 379 TextAdjustment::GlyphCluster, run, runOffsetInLine, textRange, StyleType::kBackground, 449 TextAdjustment::GlyphCluster, 536 TextAdjustment::GlyphCluster, 1241 TextAdjustment textAdjustment) const { 1280 if ((textAdjustment & TextAdjustment::Grapheme) == 0) { 1439 SkScalar TextLine::iterateThroughSingleRunByStyles(TextAdjustment textAdjustmen [all...] |
Completed in 6 milliseconds