Home
last modified time | relevance | path

Searched defs:style (Results 326 - 350 of 712) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java80 private int style; field in HolidayBorderPanel
138 public HolidayBorderPanel(int style) { in HolidayBorderPanel() argument
161 HolidayBorderPanel(int style, int thickness) HolidayBorderPanel() argument
201 setStyle(int style) setStyle() argument
[all...]
/third_party/icu/icu4c/source/samples/layout/
H A Dcgnomelayout.c238 GtkStyle *style; in newSample() local
/third_party/icu/icu4c/source/test/intltest/
H A Dcompactdecimalformattest.cpp508 void CompactDecimalFormatTest::CheckLocale(const Locale& locale, UNumberCompactStyle style, const ExpectedResult* expectedResults, int32_t expectedResultLength) { in CheckLocale() argument
522 void CompactDecimalFormatTest::CheckLocaleWithCurrency(const Locale& locale, UNumberCompactStyle style, in CheckLocaleWithCurrency() argument
555 createCDFInstance(const Locale& locale, UNumberCompactStyle style, UErrorCode& status) createCDFInstance() argument
566 StyleStr(UNumberCompactStyle style) StyleStr() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-list-format.cc34 UListFormatterWidth GetIcuWidth(JSListFormat::Style style) { in GetIcuWidth() argument
/third_party/skia/src/core/
H A DSkFontMgr.cpp109 SkTypeface* SkFontMgr::matchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, in matchFamilyStyleCharacter() argument
H A DSkFontDescriptor.h71 void setStyle(SkFontStyle style) { fStyle = style; } in setStyle() argument
H A DSkScalerCache.cpp262 SkFontStyle style = face->fontStyle(); in dump() local
/third_party/skia/src/c/
H A Dsk_effects.cpp181 SkBlurStyle style; in sk_maskfilter_new_blur() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dcgnomelayout.c236 GtkStyle *style; in newSample() local
H A Dgnomelayout.cpp259 GtkStyle *style = gtk_style_copy(gtk_widget_get_style(area)); in newSample() local
/third_party/skia/src/ports/
H A DSkFontMgr_FontConfigInterface.cpp235 SkFontStyle style; variable
258 SkFontStyle style; global() variable
[all...]
H A DSkFontMgr_mac_ct.cpp84 create_descriptor(const char familyName[], const SkFontStyle& style) create_descriptor() argument
172 create_from_desc_and_style(CTFontDescriptorRef desc, const SkFontStyle& style) create_from_desc_and_style() argument
200 create_from_name(const char familyName[], const SkFontStyle& style) create_from_name() argument
[all...]
H A DSkFontMgr_preview.h33 SkTypeface_Preview(const SkFontStyle& style, in SkTypeface_Preview() argument
203 SkFontStyle style; in SkFontStyleSet_Preview() local
56 SkTypeface_PreviewSystem(const SkString& pathName, int index, const SkFixed* axes, int axesCount, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName, const SkTArray<SkLanguage, true>& lang, FontVariant variantStyle) SkTypeface_PreviewSystem() argument
133 SkTypeface_PreviewStream(std::unique_ptr<SkFontData> data, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName) SkTypeface_PreviewStream() argument
[all...]
H A DSkFontMgr_preview.cpp83 find_family_style_character( const SkString& familyName, const SkTArray<NameToFamily, true>& fallbackNameToFamilyMap, const SkFontStyle& style, bool elegant, const SkString& langTag, SkUnichar character) find_family_style_character() argument
113 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const onMatchFamilyStyleCharacter() argument
167 SkFontStyle style; onMakeFromStreamIndex() local
181 SkFontStyle style; onMakeFromStreamArgs() local
[all...]
/third_party/skia/src/ports/skia_ohos/
H A DSkFontMgr_ohos.cpp117 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const onMatchFamilyStyleCharacter() argument
183 findTypeface(const FallbackSetPos& fallbackItem, const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const findTypeface() argument
479 SkFontStyle style = SkFontStyle(); // avoid uninitialized warning GetFontFullName() local
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc221 void FontHeaderTable::Builder::SetMacStyleAsInt(int32_t style) { in SetMacStyleAsInt() argument
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.h241 void set_comment_style(CommentStyle style) { comment_style_ = style; } in set_comment_style() argument
/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp13 RSLegacyMakeTypeface( std::shared_ptr<RSFontMgr> fontMgr, const char familyName[], RSFontStyle style) RSLegacyMakeTypeface() argument
H A DParagraphBuilderImpl.cpp23 make( const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) make() argument
28 make( const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) make() argument
33 make( const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unicode) make() argument
41 ParagraphBuilderImpl( const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unicode) ParagraphBuilderImpl() argument
56 ParagraphBuilderImpl( const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) ParagraphBuilderImpl() argument
63 pushStyle(const TextStyle& style) pushStyle() argument
[all...]
/third_party/skia/include/core/
H A DSkTypeface.h382 void setFontStyle(SkFontStyle style) { fStyl argument
[all...]
H A DSkPaint.h655 SkPaint::Style style = this->getStyle(); in computeFastBounds() local
[all...]
/third_party/skia/gm/
H A Dcubicpaths.cpp126 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
245 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 Dfontmgr.cpp307 SkPaint::Style style = path.isEmpty() ? SkPaint::kFill_Style : SkPaint::kStroke_Style; in show_bounds() local
H A Dtypeface.cpp265 SkPaint::Style style; in draw_typeface_rendering_gm() member
310 SkBlurStyle style; in draw_typeface_rendering_gm() member
434 SkPaint::Style style; DEF_SIMPLE_GM() member
[all...]
/third_party/skia/experimental/skrive/include/
H A DSkRive.h173 SkPaint::Style style() const { return fStyle; } in style() function in skrive::Paint
176 Paint(Type t, SkPaint::Style style) : INHERITED(t), fStyle(style) {} in Paint() argument
188 explicit ColorPaint(SkPaint::Style style) : INHERITED(Type::kColorPaint, style) {} in ColorPaint() argument

Completed in 16 milliseconds

1...<<11121314151617181920>>...29