/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttsubpix.h | 78 const FT_String* style, 87 const FT_String* style,
|
/third_party/skia/docs/examples/ |
H A D | SkFontMgr_example2.cpp | 2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. 25 SkString style; in REG_FIDDLE() local 26 styleSet->getStyle(j, &fontStyle, &style); in REG_FIDDLE()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | TrieMap.java | 59 static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { in with() argument 60 return with(style, Option.SMALL, keyValuePairs); in with() 63 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> keyValuePairs) { in with() argument 64 Builder<V> result = style == Style.BYTES ? new BytesTrieMap.BytesBuilder<V>() in with() 70 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { in with() argument 71 return with(style, Option.SMALL, key, value); in with() 74 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V value) { in with() argument 75 Builder<V> result = style == Style.BYTES ? new BytesTrieMap.BytesBuilder<V>() in with()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | TrieMap.java | 58 static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { in with() argument 59 return with(style, Option.SMALL, keyValuePairs); in with() 62 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> keyValuePairs) { in with() argument 63 Builder<V> result = style == Style.BYTES ? new BytesTrieMap.BytesBuilder<V>() in with() 69 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { in with() argument 70 return with(style, Option.SMALL, key, value); in with() 73 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V value) { in with() argument 74 Builder<V> result = style == Style.BYTES ? new BytesTrieMap.BytesBuilder<V>() in with()
|
/third_party/PyYAML/lib/yaml/ |
H A D | scanner.py | 22 # SCALAR(value, plain, style) 635 self.fetch_block_scalar(style='|') 638 self.fetch_block_scalar(style='>') 640 def fetch_block_scalar(self, style): 649 self.tokens.append(self.scan_block_scalar(style)) 652 self.fetch_flow_scalar(style='\'') 655 self.fetch_flow_scalar(style='"') 657 def fetch_flow_scalar(self, style): 666 self.tokens.append(self.scan_flow_scalar(style)) 976 def scan_block_scalar(self, style) [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | DashOp.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 1154 const GrStyle& style, 1156 SkASSERT(CanDrawDashLine(pts, style, viewMatrix)); 1157 const SkScalar* intervals = style.dashIntervals(); 1158 SkScalar phase = style.dashPhase(); 1160 SkPaint::Cap cap = style.strokeRec().getCap(); 1163 lineData.fSrcStrokeWidth = style.strokeRec().getWidth(); 1209 bool CanDrawDashLine(const SkPoint pts[2], const GrStyle& style, const SkMatrix& viewMatrix) { 1221 if (!style.isDashed() || 2 != style [all...] |
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/ |
H A D | suiteTable.js | 19 template: `<el-table :data="pageSuitesList" style="width: 100%" border @sort-change="handleSortChange" class="details-table" @row-click="handleRowClick" row-class-name="table-row-clickable"> 28 <span :style="[scope.row.failed > 0 ? {'color':'red'}:{}]">{{ scope.row.failed }}</span> 32 <span :style="[scope.row.blocked > 0 ? {'color':'#ffb400'}:{}]">{{ scope.row.blocked }}</span>
|
/third_party/node/deps/npm/node_modules/chalk/source/ |
H A D | index.js | 56 for (const [styleName, style] of Object.entries(ansiStyles)) { 59 const builder = createBuilder(this, createStyler(style.open, style.close, this[STYLER]), this[IS_EMPTY]);
|
/third_party/rust/crates/codespan/codespan-reporting/src/ |
H A D | diagnostic.rs | 66 /// The style of the label. 67 pub style: LabelStyle, 80 style: LabelStyle, in new() 85 style, in new() 92 /// Create a new label with a style of [`LabelStyle::Primary`]. 99 /// Create a new label with a style of [`LabelStyle::Secondary`]. 116 /// The position of a Diagnostic is considered to be the position of the [`Label`] that has the earliest starting position and has the highest style which appears in all the labels of the diagnostic.
|
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/ |
H A D | extern_impl.rs | 22 /// Create a bold, red colored style and use it to print the log level: 31 /// let mut level_style = buf.style(); 42 pub fn style(&self) -> Style { in style() functions 51 /// The style can be used to print other values besides the level. 53 let mut level_style = self.style(); in default_level_style() 66 /// The style can only be used to print the level. 191 /// Call [`Formatter::style`] to get a `Style` and use the builder methods to 193 /// To print a value using the style, wrap it in a call to [`value`] when the log 198 /// Create a bold, red colored style and use it to print the log level: 207 /// let mut level_style = buf.style(); [all...] |
/third_party/skia/src/c/ |
H A D | sk_effects.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 181 SkBlurStyle style; in sk_maskfilter_new_blur() local 182 if (!find_blurstyle(cstyle, &style)) { in sk_maskfilter_new_blur() 185 return ToMaskFilter(SkMaskFilter::MakeBlur(style, sigma).release()); in sk_maskfilter_new_blur()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CompilationMessages.cpp | 171 tint::diag::Formatter::Style style; in AddFormattedTintMessages() local 172 style.print_newline_at_end = false; in AddFormattedTintMessages() 184 << tint::diag::Formatter{style}.format(messageList); in AddFormattedTintMessages()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | aftypes.h | 144 * a specific style. 367 * is a `style class', grouping everything together. 387 AF_Style style; member 488 style, \ 496 style, \
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_memory_editor.h | 169 ImGuiStyle& style = ImGui::GetStyle(); in CalcSizes() local 188 s.WindowWidth = s.PosAsciiEnd + style.ScrollbarSize + style.WindowPadding.x * 2 + s.GlyphWidth; in CalcSizes() 219 ImGuiStyle& style = ImGui::GetStyle(); in DrawContents() local 223 const float height_separator = style.ItemSpacing.y; in DrawContents() 469 ImGui::PushItemWidth((s.AddrDigitsCount + 1) * s.GlyphWidth + style.FramePadding.x * 2.0f); in DrawContents() 501 ImGui::PushItemWidth((s.GlyphWidth * 10.0f) + style.FramePadding.x * 2.0f + style.ItemInnerSpacing.x); in DrawContents() 511 ImGui::PushItemWidth((s.GlyphWidth * 6.0f) + style.FramePadding.x * 2.0f + style in DrawContents() [all...] |
/third_party/node/test/fixtures/wpt/dom/events/resources/ |
H A D | prefixed-animation-event-tests.js | 26 const style = document.createElement('style'); 27 document.head.appendChild(style); 29 style.sheet.insertRule( 31 style.sheet.insertRule('.transition { width: 200px !important; }'); 33 style.sheet.insertRule('@keyframes anim {}'); 40 div.style.animation = `anim ${animationCssStyle}`; 189 // After moving the child, we have to clean style again. 267 // After moving the child, we have to clean style again. 317 // Flush style befor [all...] |
/third_party/skia/src/core/ |
H A D | SkPaint.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 112 void SkPaint::setStyle(Style style) { in setStyle() argument 113 if ((unsigned)style < kStyleCount) { in setStyle() 114 fBitfields.fStyle = style; in setStyle() 117 SkDebugf("SkPaint::setStyle(%d) out of range\n", style); in setStyle() 245 style : 2 // 3 430 Style style) const { in doComputeFastBounds() 442 SkScalar radius = SkStrokeRec::GetInflationRadius(*this, style); in doComputeFastBounds()
|
/third_party/skia/src/ports/ |
H A D | SkFontConfigInterface_direct.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 441 static void fcpattern_from_skfontstyle(SkFontStyle style, FcPattern* pattern) { 458 int weight = map_ranges(style.weight(), weightRanges, SK_ARRAY_COUNT(weightRanges)); 471 int width = map_ranges(style.width(), widthRanges, SK_ARRAY_COUNT(widthRanges)); 474 switch (style.slant()) { 578 SkFontStyle style, 594 fcpattern_from_skfontstyle(style, pattern);
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.cpp | 2 // Use of this source code is governed by a BSD-style license that can be 88 /*! To get the count of font style sets supported in the system 89 * \return The count of font style sets in generic family 96 /*! To get the family name of the default font style set 98 * \return The count of typeface in this font style set 99 * \n Return -1, if there is no any font style set in the system. 106 /*! To get the family name of a font style set 107 * \param index the index of a font style set in generic family 109 * \return The count of typeface in the font style set 126 /*! To get the count of a font style se 194 getTypeface(int styleIndex, const SkFontStyle& style, bool isFallback) const getTypeface() argument [all...] |
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | musb.h | 39 enum musb_fifo_style style; member 47 .style = st, \
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/ |
H A D | TimeZoneNameProviderICU.java | 21 public String getDisplayName(String ID, boolean daylight, int style, Locale locale) { in getDisplayName() argument 38 switch (style) { in getDisplayName() 50 // switch (style) { in getDisplayName()
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
H A D | TimeZoneICU.java | 50 //public String getDisplayName(boolean daylight, int style) 54 public String getDisplayName(boolean daylight, int style, Locale locale) { in getDisplayName() argument 55 return fIcuTz.getDisplayName(daylight, style, locale); in getDisplayName()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-list-format.h | 2 // Use of this source code is governed by a BSD-style license that can be 64 // Style: identifying the relative time format style used. 72 inline void set_style(Style style); 73 inline Style style() const;
|
H A D | js-display-names.h | 2 // Use of this source code is governed by a BSD-style license that can be 51 // Style: identifying the display names style used. 59 inline void set_style(Style style); 60 inline Style style() const;
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
H A D | into_app.rs | 34 clippy::style, in gen_for_struct() 74 clippy::style, in gen_for_enum()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | rouge-extend-css.rb | 18 overrides = %(<style> 53 </style>) 55 # super can return either <style> or <link> markup, both work
|