Home
last modified time | relevance | path

Searched refs:style (Results 26 - 50 of 747) sorted by relevance

12345678910>>...30

/third_party/skia/tools/fonts/
H A DTestFontMgr.cpp4 * Use of this source code is governed by a BSD-style license that can be
31 TypefaceEntry(sk_sp<SkTypeface> typeface, SkFontStyle style, const char* styleName) in TypefaceEntry()
32 : fTypeface(std::move(typeface)), fStyle(style), fStyleName(styleName) {} in TypefaceEntry()
40 void getStyle(int index, SkFontStyle* style, SkString* name) override {
41 if (style) {
42 *style = fTypefaces[index].fStyle;
144 const SkFontStyle& style) const override {
146 return styleSet->matchStyle(style);
150 const SkFontStyle& style,
157 return this->matchFamilyStyle(familyName, style);
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_preview.cpp4 * Use of this source code is governed by a BSD-style license that can be
65 SkTypeface* SkFontMgr_Preview::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) const in onMatchFamilyStyle()
68 return sset->matchStyle(style); in onMatchFamilyStyle()
71 SkTypeface* SkFontMgr_Preview::onMatchFaceStyle(const SkTypeface* typeface, const SkFontStyle& style) const in onMatchFaceStyle()
76 return fStyleSets[i]->matchStyle(style); in onMatchFaceStyle()
86 const SkFontStyle& style, bool elegant, in find_family_style_character()
94 sk_sp<SkTypeface_PreviewSystem> face(family->matchStyle(style)); in find_family_style_character()
114 const SkFontStyle& style, in onMatchFamilyStyleCharacter()
122 // TODO: add 'is_elegant' and 'is_compact' bits to 'style' request. in onMatchFamilyStyleCharacter()
132 style, SkToBoo in onMatchFamilyStyleCharacter()
83 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...]
H A DSkFontMgr_custom.cpp4 * Use of this source code is governed by a BSD-style license that can be
27 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() argument
29 : INHERITED(style, isFixedPitch) in SkTypeface_Custom()
59 const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream()
61 : INHERITED(style, isFixedPitch, sysFont, familyName, fontData->getIndex()) in SkTypeface_Stream()
90 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() argument
92 : INHERITED(style, isFixedPitch, sysFont, familyName, index) in SkTypeface_File()
138 void SkFontStyleSet_Custom::getStyle(int index, SkFontStyle* style, SkString* name) { in getStyle() argument
140 if (style) { in getStyle()
141 *style in getStyle()
58 SkTypeface_Stream(std::unique_ptr<SkFontData> fontData, const SkFontStyle& style, bool isFixedPitch, bool sysFont, const SkString familyName) SkTypeface_Stream() argument
[all...]
H A DSkFontMgr_fuchsia.cpp4 * Use of this source code is governed by a BSD-style license that can be
102 // Tries to convert the given integer Skia style width value to the Fuchsia equivalent.
138 fuchsia::fonts::Style2 SkToFuchsiaStyle(const SkFontStyle& style) { in SkToFuchsiaStyle() argument
140 fuchsiaStyle.set_slant(SkToFuchsiaSlant(style.slant())).set_weight(style.weight()); in SkToFuchsiaStyle()
143 if (SkToFuchsiaWidth(style.width(), &fuchsiaWidth)) { in SkToFuchsiaStyle()
191 SkTypeface_Fuchsia(std::unique_ptr<SkFontData> fontData, const SkFontStyle& style, in SkTypeface_Fuchsia() argument
193 : SkTypeface_Stream(std::move(fontData), style, isFixedPitch, in SkTypeface_Fuchsia()
208 SkFontStyle style; in CreateTypefaceFromSkStream() local
211 if (!scanner.scanFont(stream.get(), args.getCollectionIndex(), &name, &style, in CreateTypefaceFromSkStream()
362 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const onMatchFamilyStyleCharacter() argument
396 FetchTypeface(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character, bool allow_fallback, bool exact_style_match) const FetchTypeface() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-display-names.cc2 // Use of this source code is governed by a BSD-style license that can be
63 UDisplayContext ToUDisplayContext(JSDisplayNames::Style style) { in ToUDisplayContext() argument
64 switch (style) { in ToUDisplayContext()
91 JSDisplayNames::Style style, bool fallback, in LocaleDisplayNamesCommon()
93 : style_(style) { in LocaleDisplayNamesCommon()
119 LanguageNames(const icu::Locale& locale, JSDisplayNames::Style style, in LanguageNames() argument
121 : LocaleDisplayNamesCommon(locale, style, fallback, dialect) {} in LanguageNames()
156 RegionNames(const icu::Locale& locale, JSDisplayNames::Style style, in RegionNames() argument
158 : LocaleDisplayNamesCommon(locale, style, fallback, dialect) {} in RegionNames()
181 ScriptNames(const icu::Locale& locale, JSDisplayNames::Style style, in ScriptNames() argument
90 LocaleDisplayNamesCommon(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback, bool dialect) LocaleDisplayNamesCommon() argument
206 KeyValueDisplayNames(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback, bool dialect, const char* key, bool prevent_fallback) KeyValueDisplayNames() argument
241 CurrencyNames(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback, bool dialect) CurrencyNames() argument
262 CalendarNames(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback, bool dialect) CalendarNames() argument
285 StyleToUDateTimePGDisplayWidth( JSDisplayNames::Style style) StyleToUDateTimePGDisplayWidth() argument
337 DateTimeFieldNames(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback) DateTimeFieldNames() argument
369 CreateInternal(const icu::Locale& locale, JSDisplayNames::Style style, Type type, bool fallback, bool dialect) CreateInternal() argument
559 Handle<String> style = display_names->StyleAsString(); ResolvedOptions() local
[all...]
/third_party/icu/tools/multi/proj/chello/
H A Ddate.c49 static void date(const UChar *tz, UDateFormatStyle style, char *format, UErrorCode *status);
68 UDateFormatStyle style = UDAT_DEFAULT; in main() local
91 style = UDAT_FULL; in main()
95 style = UDAT_LONG; in main()
99 style = UDAT_MEDIUM; in main()
103 style = UDAT_SHORT; in main()
141 date(tz, style, format, &status); in main()
174 UDateFormatStyle style, in date()
183 fmt = udat_open(style, style, in date()
173 date(const UChar *tz, UDateFormatStyle style, char *format, UErrorCode *status) date() argument
[all...]
/third_party/skia/modules/skottie/src/layers/
H A DTextLayer.cpp4 * Use of this source code is governed by a BSD-style license that can be
51 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle() argument
86 // style is case insensitive. in FontStyle()
87 SkAutoAsciiToLC lc_style(style); in FontStyle()
88 style = lc_style.lc(); in FontStyle()
89 style = parse_map(gWeightMap, style, &weight); in FontStyle()
90 style = parse_map(gSlantMap , style, &slant ); in FontStyle()
93 while (*style in FontStyle()
347 const auto* style = jstyle->begin(); resolveEmbeddedTypefaces() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/
H A Dgenerate_copts.py73 def copt_list(name, arg_list, style):
76 make_line = lambda s: " \"" + s + "\"" + style.separator()
81 [style.list_introducer(name)],
83 [style.list_closer()]))
86 def generate_copt_file(style):
87 """Creates a generated copt file using the given style object.
90 style: either StarlarkStyle() or CMakeStyle()
92 with open(relative_filename(style.filename()), "w") as f:
93 f.write(style.docstring())
97 f.write(copt_list(var_name, arg_list, style))
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/mount-origin/
H A Dlws-fts.js52 sr.style.width = (parseInt(sr.parentNode.offsetWidth, 10) - 88) + "px";
53 sr.style.opacity = "1";
80 ac.style.opacity = "0";
81 sr.style.innerHTML = "";
112 ac.style.width = (parseInt(sb.offsetWidth, 10) - 2) + "px";
113 ac.style.opacity = "1";
117 ac.style.opacity = "0";
159 ac.style.opacity = "0";
162 ac.style.opacity = "1";
192 document.getElementById("bar2").style
[all...]
/third_party/skia/tests/
H A DPathRendererCacheTests.cpp4 * Use of this source code is governed by a BSD-style license that can be
38 const GrStyle& style, in draw_path()
45 GrStyledShape shape(path, style); in draw_path()
46 if (shape.style().applies()) { in draw_path()
80 GrStyle style = GrStyle(SkStrokeRec::kFill_InitStyle)) { in test_path()
100 draw_path(dContext.get(), sdc.get(), path, pathRenderer.get(), aaType, style); in test_path()
123 draw_path(dContext.get(), sdc.get(), path, pathRenderer.get(), aaType, style, scaleX); in test_path()
129 draw_path(dContext.get(), sdc.get(), path, pathRenderer.get(), aaType, style); in test_path()
145 // Test with a style that alters the path geometry. This needs to attach the invalidation logic in DEF_GPUTEST()
146 // to the original path, not the modified path produced by the style in DEF_GPUTEST()
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/glfw/deps/
H A Dnuklear.h105 /// NK_INCLUDE_COMMAND_USERDATA | Defining this adds a userdata pointer into each command. Can be useful for example if you want to provide custom shaders depending on the used widget. Can be combined with the style structures.
517 /// They are used for window, memory, input, style, stack, commands and time management and need
3132 NK_API int nk_button_symbol_label_styled(struct nk_context *ctx, const struct nk_style_button *style, enum nk_symbol_type symbol, const char *title, nk_flags align);
5439 /* The style modifier stack can be used to temporarily change a
5445 * nk_style_push_style_item(ctx, &ctx->style.button.normal, nk_style_item_color(nk_rgb(255,0,0)));
5446 * nk_style_push_style_item(ctx, &ctx->style.button.hover, nk_style_item_color(nk_rgb(255,0,0)));
5447 * nk_style_push_style_item(ctx, &ctx->style.button.active, nk_style_item_color(nk_rgb(255,0,0)));
5448 * nk_style_push_vec2(ctx, &cx->style.button.padding, nk_vec2(2,2));
5573 struct nk_style style; member
5896 NK_LIB struct nk_vec2 nk_panel_get_padding(const struct nk_style *style, enu
14275 struct nk_style *style; nk_style_from_table() local
14819 struct nk_style *style; nk_style_set_font() local
14914 struct nk_style *style; nk_style_set_cursor() local
14938 struct nk_style *style; nk_style_load_cursor() local
14948 struct nk_style *style; nk_style_load_all_cursors() local
15555 nk_panel_get_padding(const struct nk_style *style, enum nk_panel_type type) nk_panel_get_padding() argument
15568 nk_panel_get_border(const struct nk_style *style, nk_flags flags, enum nk_panel_type type) nk_panel_get_border() argument
15584 nk_panel_get_border_color(const struct nk_style *style, enum nk_panel_type type) nk_panel_get_border_color() argument
15613 const struct nk_style *style; nk_panel_begin() local
15835 const struct nk_style *style; nk_panel_end() local
16271 struct nk_style *style; nk_begin_titled() local
17130 const struct nk_style *style; nk_contextual_item_text() local
17165 const struct nk_style *style; nk_contextual_item_image_text() local
17201 const struct nk_style *style; nk_contextual_item_symbol_text() local
17618 nk_layout_row_calculate_usable_space(const struct nk_style *style, enum nk_panel_type type, float total_space, int columns) nk_layout_row_calculate_usable_space() argument
17642 const struct nk_style *style; nk_panel_layout() local
18156 const struct nk_style *style; nk_layout_widget_space() local
18355 const struct nk_style *style; nk_tree_state_base() local
18536 const struct nk_style *style; nk_tree_element_image_push_hashed_base() local
18940 const struct nk_style *style; nk_list_view_begin() local
19190 struct nk_style *style; nk_widget_fitting() local
19347 const struct nk_style *style; nk_text_colored() local
19374 const struct nk_style *style; nk_text_wrap_colored() local
19773 nk_draw_button(struct nk_command_buffer *out, const struct nk_rect *bounds, nk_flags state, const struct nk_style_button *style) nk_draw_button() argument
19793 nk_do_button(nk_flags *state, struct nk_command_buffer *out, struct nk_rect r, const struct nk_style_button *style, const struct nk_input *in, enum nk_button_behavior behavior, struct nk_rect *content) nk_do_button() argument
19818 nk_draw_button_text(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *content, nk_flags state, const struct nk_style_button *style, const char *txt, int len, nk_flags text_alignment, const struct nk_user_font *font) nk_draw_button_text() argument
19841 nk_do_button_text(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, const char *string, int len, nk_flags align, enum nk_button_behavior behavior, const struct nk_style_button *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_button_text() argument
19865 nk_draw_button_symbol(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *content, nk_flags state, const struct nk_style_button *style, enum nk_symbol_type type, const struct nk_user_font *font) nk_draw_button_symbol() argument
19887 nk_do_button_symbol(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, enum nk_symbol_type symbol, enum nk_button_behavior behavior, const struct nk_style_button *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_button_symbol() argument
19910 nk_draw_button_image(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *content, nk_flags state, const struct nk_style_button *style, const struct nk_image *img) nk_draw_button_image() argument
19918 nk_do_button_image(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, struct nk_image img, enum nk_button_behavior b, const struct nk_style_button *style, const struct nk_input *in) nk_do_button_image() argument
19944 nk_draw_button_text_symbol(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *label, const struct nk_rect *symbol, nk_flags state, const struct nk_style_button *style, const char *str, int len, enum nk_symbol_type type, const struct nk_user_font *font) nk_draw_button_text_symbol() argument
19977 nk_do_button_text_symbol(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, enum nk_symbol_type symbol, const char *str, int len, nk_flags align, enum nk_button_behavior behavior, const struct nk_style_button *style, const struct nk_user_font *font, const struct nk_input *in) nk_do_button_text_symbol() argument
20009 nk_draw_button_text_image(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *label, const struct nk_rect *image, nk_flags state, const struct nk_style_button *style, const char *str, int len, const struct nk_user_font *font, const struct nk_image *img) nk_draw_button_text_image() argument
20034 nk_do_button_text_image(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, struct nk_image img, const char* str, int len, nk_flags align, enum nk_button_behavior behavior, const struct nk_style_button *style, const struct nk_user_font *font, const struct nk_input *in) nk_do_button_text_image() argument
20115 nk_button_text_styled(struct nk_context *ctx, const struct nk_style_button *style, const char *title, int len) nk_button_text_styled() argument
20148 nk_button_label_styled(struct nk_context *ctx, const struct nk_style_button *style, const char *title) nk_button_label_styled() argument
20193 nk_button_symbol_styled(struct nk_context *ctx, const struct nk_style_button *style, enum nk_symbol_type symbol) nk_button_symbol_styled() argument
20225 nk_button_image_styled(struct nk_context *ctx, const struct nk_style_button *style, struct nk_image img) nk_button_image_styled() argument
20258 nk_button_symbol_text_styled(struct nk_context *ctx, const struct nk_style_button *style, enum nk_symbol_type symbol, const char *text, int len, nk_flags align) nk_button_symbol_text_styled() argument
20298 nk_button_symbol_label_styled(struct nk_context *ctx, const struct nk_style_button *style, enum nk_symbol_type symbol, const char *title, nk_flags align) nk_button_symbol_label_styled() argument
20305 nk_button_image_text_styled(struct nk_context *ctx, const struct nk_style_button *style, struct nk_image img, const char *text, int len, nk_flags align) nk_button_image_text_styled() argument
20343 nk_button_image_label_styled(struct nk_context *ctx, const struct nk_style_button *style, struct nk_image img, const char *label, nk_flags text_alignment) nk_button_image_label_styled() argument
20375 nk_draw_checkbox(struct nk_command_buffer *out, nk_flags state, const struct nk_style_toggle *style, int active, const struct nk_rect *label, const struct nk_rect *selector, const struct nk_rect *cursors, const char *string, int len, const struct nk_user_font *font) nk_draw_checkbox() argument
20417 nk_draw_option(struct nk_command_buffer *out, nk_flags state, const struct nk_style_toggle *style, int active, const struct nk_rect *label, const struct nk_rect *selector, const struct nk_rect *cursors, const char *string, int len, const struct nk_user_font *font) nk_draw_option() argument
20459 nk_do_toggle(nk_flags *state, struct nk_command_buffer *out, struct nk_rect r, int *active, const char *str, int len, enum nk_toggle_type type, const struct nk_style_toggle *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_toggle() argument
20531 const struct nk_style *style; nk_check_text() local
20626 const struct nk_style *style; nk_option_text() local
20681 nk_draw_selectable(struct nk_command_buffer *out, nk_flags state, const struct nk_style_selectable *style, int active, const struct nk_rect *bounds, const struct nk_rect *icon, const struct nk_image *img, enum nk_symbol_type sym, const char *string, int len, nk_flags align, const struct nk_user_font *font) nk_draw_selectable() argument
20730 nk_do_selectable(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, const char *str, int len, nk_flags align, int *value, const struct nk_style_selectable *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_selectable() argument
20766 nk_do_selectable_image(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, const char *str, int len, nk_flags align, int *value, const struct nk_image *img, const struct nk_style_selectable *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_selectable_image() argument
20813 nk_do_selectable_symbol(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, const char *str, int len, nk_flags align, int *value, enum nk_symbol_type sym, const struct nk_style_selectable *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_selectable_symbol() argument
20867 const struct nk_style *style; nk_selectable_text() local
20896 const struct nk_style *style; nk_selectable_image_text() local
20925 const struct nk_style *style; nk_selectable_symbol_text() local
21046 nk_draw_slider(struct nk_command_buffer *out, nk_flags state, const struct nk_style_slider *style, const struct nk_rect *bounds, const struct nk_rect *visual_cursor, float min, float value, float max) nk_draw_slider() argument
21105 nk_do_slider(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, float min, float val, float max, float step, const struct nk_style_slider *style, struct nk_input *in, const struct nk_user_font *font) nk_do_slider() argument
21200 const struct nk_style *style; nk_slider_float() local
21289 nk_draw_progress(struct nk_command_buffer *out, nk_flags state, const struct nk_style_progress *style, const struct nk_rect *bounds, const struct nk_rect *scursor, nk_size value, nk_size max) nk_draw_progress() argument
21324 nk_do_progress(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, nk_size value, nk_size max, int modifiable, const struct nk_style_progress *style, struct nk_input *in) nk_do_progress() argument
21359 const struct nk_style *style; nk_progress() local
21478 nk_draw_scrollbar(struct nk_command_buffer *out, nk_flags state, const struct nk_style_scrollbar *style, const struct nk_rect *bounds, const struct nk_rect *scroll) nk_draw_scrollbar() argument
21512 nk_do_scrollbarv(nk_flags *state, struct nk_command_buffer *out, struct nk_rect scroll, int has_scrolling, float offset, float target, float step, float button_pixel_inc, const struct nk_style_scrollbar *style, struct nk_input *in, const struct nk_user_font *font) nk_do_scrollbarv() argument
21601 nk_do_scrollbarh(nk_flags *state, struct nk_command_buffer *out, struct nk_rect scroll, int has_scrolling, float offset, float target, float step, float button_pixel_inc, const struct nk_style_scrollbar *style, struct nk_input *in, const struct nk_user_font *font) nk_do_scrollbarh() argument
22791 nk_edit_draw_text(struct nk_command_buffer *out, const struct nk_style_edit *style, float pos_x, float pos_y, float x_offset, const char *text, int byte_len, float row_height, const struct nk_user_font *font, struct nk_color background, struct nk_color foreground, int is_selected) nk_edit_draw_text() argument
22871 nk_do_edit(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, nk_flags flags, nk_plugin_filter filter, struct nk_text_edit *edit, const struct nk_style_edit *style, struct nk_input *in, const struct nk_user_font *font) nk_do_edit() argument
23459 struct nk_style *style; nk_edit_buffer() local
23594 nk_draw_property(struct nk_command_buffer *out, const struct nk_style_property *style, const struct nk_rect *bounds, const struct nk_rect *label, nk_flags state, const char *name, int len, const struct nk_user_font *font) nk_draw_property() argument
23628 nk_do_property(nk_flags *ws, struct nk_command_buffer *out, struct nk_rect property, const char *name, struct nk_property_variant *variant, float inc_per_pixel, char *buffer, int *len, int *state, int *cursor, int *select_begin, int *select_end, const struct nk_style_property *style, enum nk_property_filter filter, struct nk_input *in, const struct nk_user_font *font, struct nk_text_edit *text_edit, enum nk_button_behavior behavior) nk_do_property() argument
23844 const struct nk_style *style; nk_property() local
24039 const struct nk_style_chart *style; nk_chart_begin_colored() local
24592 struct nk_style *style; nk_combo_begin_text() local
24684 struct nk_style *style; nk_combo_begin_color() local
24761 struct nk_style *style; nk_combo_begin_symbol() local
24849 struct nk_style *style; nk_combo_begin_symbol_text() local
24944 struct nk_style *style; nk_combo_begin_image() local
25022 struct nk_style *style; nk_combo_begin_image_text() local
25368 const struct nk_style *style; nk_tooltip() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttsubpix.c789 /* Does font style match rule style? */ in is_member_of_style_class()
793 /* Is font style a wildcard ""? */ in is_member_of_style_class()
797 /* Is font style contained in a class list? */ in is_member_of_style_class()
821 const FT_String* style, in FT_LOCAL_DEF()
836 if ( style && in FT_LOCAL_DEF()
837 is_member_of_style_class ( style, rule[i].style ) ) in FT_LOCAL_DEF()
852 const FT_String* style, in scale_test_tweak()
867 if ( style in scale_test_tweak()
849 scale_test_tweak( TT_Face face, const FT_String* family, FT_UInt ppem, const FT_String* style, FT_UInt glyph_index, const SPH_ScaleRule* rule, FT_UInt num_rules ) scale_test_tweak() argument
909 FT_String* style = face->root.style_name; sph_set_tweaks() local
[all...]
/third_party/skia/gm/
H A Dquadpaths.cpp4 * Use of this source code is governed by a BSD-style license that can be
39 SkPaint::Style style, SkPathFillType fill, in drawPath()
47 paint.setStyle(style); in drawPath()
117 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
118 if (0 < style) {
124 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
136 canvas->drawString(gStyles[style].fName, 0, rect.height() + 12.0f,
169 SkPaint::Style style, SkPathFillTyp in drawPath()
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...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeUnitFormat.java69 * Constant for full name style format.
76 * Constant for abbreviated name style format.
91 private int style; field in TimeUnitFormat
106 * Create empty format using full name style, for example, "hours".
116 * Create TimeUnitFormat given a ULocale, and using full name style.
126 * Create TimeUnitFormat given a Locale, and using full name style.
136 * Create TimeUnitFormat given a ULocale and a formatting style.
138 * @param style format style, either FULL_NAME or ABBREVIATED_NAME style
144 TimeUnitFormat(ULocale locale, int style) TimeUnitFormat() argument
154 TimeUnitFormat(ULocale locale, int style, NumberFormat numberFormat) TimeUnitFormat() argument
166 TimeUnitFormat(Locale locale, int style) TimeUnitFormat() argument
355 int style; global() field in TimeUnitFormat.TimeUnitFormatSetupSink
360 TimeUnitFormatSetupSink(Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatterns, int style, Set<String> pluralKeywords, ULocale locale) TimeUnitFormatSetupSink() argument
431 setup(String resourceKey, Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatterns, int style, Set<String> pluralKeywords) setup() argument
[all...]
H A DCompactDecimalFormat.java42 * <p>The "short" style is also capable of formatting currency amounts, such as "$1.2M" instead of
45 * to format a currency amount using the "long" style will produce an UnsupportedOperationException.
89 * @param style the compact style
92 public static CompactDecimalFormat getInstance(ULocale locale, CompactStyle style) { in getInstance() argument
93 return new CompactDecimalFormat(locale, style); in getInstance()
104 * @param style the compact style
107 public static CompactDecimalFormat getInstance(Locale locale, CompactStyle style) { in getInstance() argument
108 return new CompactDecimalFormat(ULocale.forLocale(locale), style); in getInstance()
117 CompactDecimalFormat(ULocale locale, CompactStyle style) CompactDecimalFormat() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeUnitFormat.java71 * Constant for full name style format.
78 * Constant for abbreviated name style format.
93 private int style; field in TimeUnitFormat
108 * Create empty format using full name style, for example, "hours".
118 * Create TimeUnitFormat given a ULocale, and using full name style.
128 * Create TimeUnitFormat given a Locale, and using full name style.
138 * Create TimeUnitFormat given a ULocale and a formatting style.
140 * @param style format style, either FULL_NAME or ABBREVIATED_NAME style
146 TimeUnitFormat(ULocale locale, int style) TimeUnitFormat() argument
156 TimeUnitFormat(ULocale locale, int style, NumberFormat numberFormat) TimeUnitFormat() argument
168 TimeUnitFormat(Locale locale, int style) TimeUnitFormat() argument
357 int style; global() field in TimeUnitFormat.TimeUnitFormatSetupSink
362 TimeUnitFormatSetupSink(Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatterns, int style, Set<String> pluralKeywords, ULocale locale) TimeUnitFormatSetupSink() argument
433 setup(String resourceKey, Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatterns, int style, Set<String> pluralKeywords) setup() argument
[all...]
H A DCompactDecimalFormat.java43 * <p>The "short" style is also capable of formatting currency amounts, such as "$1.2M" instead of
46 * to format a currency amount using the "long" style will produce an UnsupportedOperationException.
83 * @param style the compact style
85 public static CompactDecimalFormat getInstance(ULocale locale, CompactStyle style) { in getInstance() argument
86 return new CompactDecimalFormat(locale, style); in getInstance()
97 * @param style the compact style
99 public static CompactDecimalFormat getInstance(Locale locale, CompactStyle style) { in getInstance() argument
100 return new CompactDecimalFormat(ULocale.forLocale(locale), style); in getInstance()
109 CompactDecimalFormat(ULocale locale, CompactStyle style) CompactDecimalFormat() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.h4 * Use of this source code is governed by a BSD-style license that can be
24 * It is possible to apply the style to the GrStyledShape to produce a new GrStyledShape where the
26 * the path effect from the style. In this case the resulting shape will include any remaining
29 * Shapes can produce keys that represent only the geometry information, not the style. Note that
30 * when styling information is applied to produce a new shape then the style has been converted
31 * to geometric information and is included in the new shape's key. When the same style is applied
36 * applying style to the geometry. The idea is to expand this to cover most or all of the geometries
70 GrStyledShape(const SkPath& path, const GrStyle& style, in GrStyledShape() argument
72 : fShape(path), fStyle(style) { in GrStyledShape()
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.cpp4 * Use of this source code is governed by a BSD-style license that can be
23 RRectBlurKey(SkScalar sigma, const SkRRect& rrect, SkBlurStyle style) in RRectBlurKey()
25 , fStyle(style) in RRectBlurKey()
75 SkCachedData* SkMaskCache::FindAndRef(SkScalar sigma, SkBlurStyle style, in FindAndRef() argument
78 RRectBlurKey key(sigma, rrect, style); in FindAndRef()
88 void SkMaskCache::Add(SkScalar sigma, SkBlurStyle style, in Add() argument
91 RRectBlurKey key(sigma, rrect, style); in Add()
102 RectsBlurKey(SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count) in RectsBlurKey()
104 , fStyle(style) in RectsBlurKey()
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/swiftshader/third_party/subzero/bloat/
H A Dwebtreemap.js37 sibling.dom.style.zIndex = 0;
47 t.dom.style.zIndex = 1;
55 dom.style.zIndex = 1;
93 dom.style.left = x + 'px';
94 dom.style.top = y + 'px';
95 dom.style.width = Math.max(width, 0) + 'px';
96 dom.style.height = Math.max(height, 0) + 'px';
154 child.dom.style.zIndex = 0;
185 child.dom.style.zIndex = 1;
224 var style
[all...]
/third_party/icu/icu4c/source/samples/date/
H A Ddate.c52 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, const char *locale, UErrorCode *status);
53 static UDate getWhen(const char *millis, const char *seconds, const char *format, const char *locale, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
75 UDateFormatStyle style = UDAT_DEFAULT; in main() local
102 style = UDAT_FULL; in main()
106 style = UDAT_LONG; in main()
110 style = UDAT_MEDIUM; in main()
114 style = UDAT_SHORT; in main()
173 when = getWhen(millis, seconds, format, locale, style, parse, tz, &status); in main()
179 date(when, tz, style, format, locale, &status); in main()
255 UDateFormatStyle style, in date()
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/third_party/externals/icu/source/samples/date/
H A Ddate.c52 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, const char *locale, UErrorCode *status);
53 static UDate getWhen(const char *millis, const char *seconds, const char *format, const char *locale, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
75 UDateFormatStyle style = UDAT_DEFAULT; in main() local
102 style = UDAT_FULL; in main()
106 style = UDAT_LONG; in main()
110 style = UDAT_MEDIUM; in main()
114 style = UDAT_SHORT; in main()
173 when = getWhen(millis, seconds, format, locale, style, parse, tz, &status); in main()
179 date(when, tz, style, format, locale, &status); in main()
255 UDateFormatStyle style, in date()
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/node/deps/v8/src/base/
H A Dexport-template.h2 // Use of this source code is governed by a BSD-style license that can be
72 #define EXPORT_TEMPLATE_INVOKE(which, style, export) \
73 EXPORT_TEMPLATE_INVOKE_2(which, style, export)
74 #define EXPORT_TEMPLATE_INVOKE_2(which, style, export) \
75 EXPORT_TEMPLATE_##which##_##style(export, )
77 // Default style is to apply the FOO_EXPORT macro at declaration sites.
81 // The "MSVC hack" style is used when FOO_EXPORT is defined
88 // export style needs to be used for the provided FOO_EXPORT macro definition.
106 #define EXPORT_TEMPLATE_STYLE_3(style) style
[all...]
/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
17 : text_style(style), font_metrics(metrics) {} in StyleMetrics()
19 StyleMetrics(const TextStyle* style, RSFontMetrics& metrics) in StyleMetrics() argument
20 : text_style(style), font_metrics(metrics) {} in StyleMetrics()
/third_party/skia/modules/skparagraph/src/
H A DParagraphBuilderImpl.cpp24 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { in make()
25 return ParagraphBuilderImpl::make(style, fontCollection); in make()
29 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { in make()
30 return std::make_unique<ParagraphBuilderImpl>(style, fontCollection); in make()
34 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unicode) { in make()
38 return std::make_unique<ParagraphBuilderImpl>(style, fontCollection, std::move(unicode)); in make()
42 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unicode) in ParagraphBuilderImpl()
43 : ParagraphBuilder(style, fontCollection) in ParagraphBuilderImpl()
46 , fParagraphStyle(style) in ParagraphBuilderImpl()
57 const ParagraphStyle& style, sk_s in ParagraphBuilderImpl()
23 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...]

Completed in 46 milliseconds

12345678910>>...30