Home
last modified time | relevance | path

Searched defs:style (Results 226 - 250 of 715) sorted by relevance

12345678910>>...29

/third_party/lzma/CPP/Windows/Control/
H A DListView.cpp14 bool CListView::CreateEx(DWORD exStyle, DWORD style, in CreateEx() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_utils.cpp52 const char16_t* utils::getPatternForStyle(const Locale& locale, const char* nsName, CldrPatternStyle style, in getPatternForStyle() argument
/third_party/skia/src/fonts/
H A DSkFontMgr_indirect.cpp143 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 DSk1DPathEffect.cpp112 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 DGrStyle.cpp11 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 DGrStyledShape.h70 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 DSkMaskCache.cpp75 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 Dnumber_utils.cpp52 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 Ddate.c75 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 DSkFontMgr_custom_embedded.cpp89 SkFontStyle style = SkFontStyle(); // avoid uninitialized warning in load_font_from_data() local
/third_party/skia/tests/
H A DPathRendererCacheTests.cpp33 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 DPath.cpp39 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 Dformatter.cc105 diag::Style style; member
110 Formatter::Formatter(const Style& style) : style_(style) {} in Formatter() argument
[all...]
/third_party/skia/tools/fonts/
H A DTestTypeface.cpp90 TestTypeface::TestTypeface(sk_sp<SkTestFont> testFont, const SkFontStyle& style) in TestTypeface() argument
/third_party/skia/gm/
H A Dlinepaths.cpp21 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 Dquadpaths.cpp37 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 Demptypath.cpp31 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPathFillType fill) drawEmpty() argument
/third_party/skia/modules/skparagraph/include/
H A DMetrics.h13 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 DSkStrokeRec.h80 Style style = this->getStyle(); in needToApply() local
/third_party/skia/modules/svg/src/
H A DSkSVGXMLDOM.cpp122 std::string style = RemoveEmptyChar(text, len); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dattribute.h56 std::string style; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_model_ng.cpp472 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 Dpiece_declaration.h123 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 Dtext_declaration.h66 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 Dsearch_component.cpp150 void SearchComponent::SetPlaceHoldStyle(const TextStyle& style) in SetPlaceHoldStyle() argument
160 void SearchComponent::SetEditingStyle(const TextStyle& style) in SetEditingStyle() argument

Completed in 11 milliseconds

12345678910>>...29