Home
last modified time | relevance | path

Searched defs:style (Results 351 - 375 of 749) sorted by relevance

1...<<11121314151617181920>>...30

/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
/third_party/skia/modules/skottie/src/layers/
H A DTextLayer.cpp51 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() argument
347 const auto* style = jstyle->begin(); resolveEmbeddedTypefaces() local
[all...]
/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp177 bool NumberFormatImpl::DealWithPercent(char *buff, char *&result, int &status, StyleData &style, int &lastLen) const in DealWithPercent() argument
209 DelMoreZero(const StyleData &style, int decLen, int lastLen, bool hasDec, char *&result) const DelMoreZero() argument
[all...]
/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp189 int32_t DragClient::UpdateDragStyle(ITunnelClient &tunnel, DragCursorStyle style, int32_t eventId) in UpdateDragStyle() argument
528 int32_t style = 0; in OnDragStyleChangedMessage() local
529 pkt >> style; in OnDragStyleChangedMessage() local
/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp297 int32_t DeviceStatusSrvProxy::UpdateDragStyle(DragCursorStyle style) in UpdateDragStyle() argument
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp191 SetDragSyle(style); variable
205 void SetDragSyle(DragCursorStyle style) in SetDragSyle() argument
210 std::string PrintStyleMessage(DragCursorStyle style) in PrintStyleMessage() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.h218 auto& style = static_cast<ClockStyle&>(GetStyle(StyleTag::SPECIALIZED_STYLE)); in GetFontFamilies() local
224 auto& style = MaybeResetStyle<ClockStyle>(StyleTag::SPECIALIZED_STYLE); in SetFontFamilies() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dshadow.h58 Shadow(float elevation, Offset offset, Color spotColor, ShadowStyle style) in Shadow() argument
65 Shadow(double radius, Offset offset, Color spotColor, ShadowStyle style) in Shadow() argument
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint.h239 void SetFontStyle(FontStyle style) in SetFontStyle() argument
251 void SetTextStyle(const TextStyle& style) in SetTextStyle() argument
262 void SetLineCap(LineCapStyle style) in SetLineCap() argument
267 void SetLineJoin(LineJoinStyle style) in SetLineJoin() argument
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...30