| /third_party/lzma/CPP/Windows/Control/ |
| H A D | ListView.cpp | 14 bool CListView::CreateEx(DWORD exStyle, DWORD style,
in CreateEx() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | number_utils.cpp | 52 const char16_t* utils::getPatternForStyle(const Locale& locale, const char* nsName, CldrPatternStyle style, in getPatternForStyle() argument
|
| /third_party/skia/src/fonts/ |
| H A D | SkFontMgr_indirect.cpp | 143 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const onMatchFamilyStyleCharacter() argument [all...] |
| /third_party/skia/src/effects/ |
| H A D | Sk1DPathEffect.cpp | 112 SkPath1DPathEffect::Style style = buffer.read32LE(SkPath1DPathEffect::kLastEnum_Style); in CreateProc() local 63 SkPath1DPathEffectImpl(const SkPath& path, SkScalar advance, SkScalar phase, SkPath1DPathEffect::Style style) SkPath1DPathEffectImpl() argument 238 Make(const SkPath& path, SkScalar advance, SkScalar phase, Style style) Make() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrStyle.cpp | 11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { in KeySize() argument 33 void GrStyle::WriteKey(uint32_t *key, const GrStyle &style, Apply apply, SkScalar scale, in WriteKey() argument 175 applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src, SkScalar resScale) const applyToPath() argument [all...] |
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrStyledShape.h | 70 GrStyledShape(const SkPath& path, const GrStyle& style, in GrStyledShape() argument 78 GrStyledShape(const SkRRect& rrect, const GrStyle& style, in GrStyledShape() argument 86 GrStyledShape(const SkRRect& rrect, SkPathDirection dir, unsigned start, bool inverted, const GrStyle& style, DoSimplify doSimplify = DoSimplify::kYes) GrStyledShape() argument 97 GrStyledShape(const SkRect& rect, const GrStyle& style, DoSimplify doSimplify = DoSimplify::kYes) GrStyledShape() argument 133 const GrStyle& style() const { return fStyle; } style() function in GrStyledShape [all...] |
| /third_party/skia/src/core/ |
| H A D | SkMaskCache.cpp | 75 SkCachedData* SkMaskCache::FindAndRef(SkScalar sigma, SkBlurStyle style, in FindAndRef() argument 88 void SkMaskCache::Add(SkScalar sigma, SkBlurStyle style, in Add() argument 166 SkCachedData* SkMaskCache::FindAndRef(SkScalar sigma, SkBlurStyle style, in FindAndRef() argument 180 Add(SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count, const SkMask& mask, SkCachedData* data, SkResourceCache* localCache) Add() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_utils.cpp | 52 const char16_t* utils::getPatternForStyle(const Locale& locale, const char* nsName, CldrPatternStyle style, in getPatternForStyle() argument
|
| /third_party/skia/third_party/externals/icu/source/samples/date/ |
| H A D | date.c | 75 UDateFormatStyle style = UDAT_DEFAULT; in main() local 253 date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, const char *locale, UErrorCode *status ) date() argument 305 getWhen(const char *millis, const char *seconds, const char *format, const char *locale, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) getWhen() argument [all...] |
| /third_party/skia/src/ports/ |
| H A D | SkFontMgr_custom_embedded.cpp | 89 SkFontStyle style = SkFontStyle(); // avoid uninitialized warning in load_font_from_data() local
|
| /third_party/skia/tests/ |
| H A D | PathRendererCacheTests.cpp | 33 draw_path(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, const SkPath& path, skgpu::v1::PathRenderer* pr, GrAAType aaType, const GrStyle& style, float scaleX = 1.f) draw_path() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | Path.cpp | 39 inline Style real_style(Style style) { in real_style() argument 47 inline const char *separators(Style style) { in separators() argument 53 inline char preferred_separator(Style style) { in preferred_separator() argument 59 StringRef find_first_component(StringRef path, Style style) { in find_first_component() argument 95 filename_pos(StringRef str, Style style) filename_pos() argument 114 root_dir_start(StringRef str, Style style) root_dir_start() argument 137 parent_path_end(StringRef path, Style style) parent_path_end() argument 224 begin(StringRef path, Style style) begin() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/diagnostic/ |
| H A D | formatter.cc | 105 diag::Style style; member 110 Formatter::Formatter(const Style& style) : style_(style) {} in Formatter() argument [all...] |
| /third_party/skia/tools/fonts/ |
| H A D | TestTypeface.cpp | 90 TestTypeface::TestTypeface(sk_sp<SkTestFont> testFont, const SkFontStyle& style) in TestTypeface() argument
|
| /third_party/skia/gm/ |
| H A D | linepaths.cpp | 21 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument
|
| H A D | quadpaths.cpp | 37 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument 167 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument [all...] |
| H A D | emptypath.cpp | 31 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPathFillType fill) drawEmpty() argument
|
| /third_party/skia/modules/skparagraph/include/ |
| H A D | Metrics.h | 13 StyleMetrics(const TextStyle* style) : text_style(style) {} in StyleMetrics() argument 16 StyleMetrics(const TextStyle* style, SkFontMetrics& metrics) in StyleMetrics() argument 19 StyleMetrics(const TextStyle* style, RSFontMetrics& metrics) in StyleMetrics() argument
|
| /third_party/skia/include/core/ |
| H A D | SkStrokeRec.h | 80 Style style = this->getStyle(); in needToApply() local
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGXMLDOM.cpp | 122 std::string style = RemoveEmptyChar(text, len); variable [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
| H A D | attribute.h | 56 std::string style; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/ |
| H A D | calendar_model_ng.cpp | 472 void CalendarModelNG::SetTodayStyle(const TodayStyleData& style) in SetTodayStyle() argument 521 void CalendarModelNG::SetWeekStyle(const WeekStyleData& style) in SetWeekStyle() argument 591 SetWorkStateStyle(const WorkStateStyleData& style) SetWorkStateStyle() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/ |
| H A D | piece_declaration.h | 123 auto& style = static_cast<PieceStyle&>(GetStyle(StyleTag::SPECIALIZED_STYLE)); in GetTextStyle() local 128 auto& style = MaybeResetStyle<PieceStyle>(StyleTag::SPECIALIZED_STYLE); in SetTextStyle() local 134 auto& style = static_cast<PieceStyle&>(GetStyle(StyleTag::SPECIALIZED_STYLE)); in GetMargin() local 139 auto& style = MaybeResetStyle<PieceStyle>(StyleTag::SPECIALIZED_STYLE); in SetMargin() local 145 auto& style = static_cast<PieceStyle&>(GetStyle(StyleTag::SPECIALIZED_STYLE)); in GetBorder() local 150 auto& style = MaybeResetStyle<PieceStyle>(StyleTag::SPECIALIZED_STYLE); SetBorder() local 156 auto& style = static_cast<PieceStyle&>(GetStyle(StyleTag::SPECIALIZED_STYLE)); GetHoverColor() local 162 auto& style = MaybeResetStyle<PieceStyle>(StyleTag::SPECIALIZED_STYLE); SetHoverColor() local 168 auto& style = MaybeResetStyle<PieceStyle>(StyleTag::SPECIALIZED_STYLE); SetBackGroundColor() local 174 auto& style = static_cast<PieceStyle&>(GetStyle(StyleTag::SPECIALIZED_STYLE)); GetBackGroundColor() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/text/ |
| H A D | text_declaration.h | 66 auto& style = static_cast<TextSpecializedStyle&>(GetStyle(StyleTag::SPECIALIZED_STYLE)); in GetTextStyle() local 72 auto& style = MaybeResetStyle<TextSpecializedStyle>(StyleTag::SPECIALIZED_STYLE); in SetTextStyle() local 79 auto& style = static_cast<TextSpecializedStyle&>(GetStyle(StyleTag::SPECIALIZED_STYLE)); in GetFocusColor() local 85 auto& style = MaybeResetStyle<TextSpecializedStyle>(StyleTag::SPECIALIZED_STYLE); in SetFocusColor() local 92 auto& style = static_cast<TextSpecializedStyle&>(GetStyle(StyleTag::SPECIALIZED_STYLE)); GetCopyOption() local 98 auto& style = MaybeResetStyle<TextSpecializedStyle>(StyleTag::SPECIALIZED_STYLE); SetCopyOption() local 105 auto& style = static_cast<TextSpecializedStyle&>(GetStyle(StyleTag::SPECIALIZED_STYLE)); IsMaxWidthLayout() local 111 auto& style = MaybeResetStyle<TextSpecializedStyle>(StyleTag::SPECIALIZED_STYLE); SetIsMaxWidthLayout() local 118 auto& style = static_cast<TextSpecializedStyle&>(GetStyle(StyleTag::SPECIALIZED_STYLE)); GetAutoMaxLines() local 124 auto& style = MaybeResetStyle<TextSpecializedStyle>(StyleTag::SPECIALIZED_STYLE); SetAutoMaxLines() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/search/ |
| H A D | search_component.cpp | 150 void SearchComponent::SetPlaceHoldStyle(const TextStyle& style) in SetPlaceHoldStyle() argument 160 void SearchComponent::SetEditingStyle(const TextStyle& style) in SetEditingStyle() argument
|