/third_party/skia/src/gpu/ops/ |
H A D | DefaultPathRenderer.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 52 if (shape.style().isSimpleFill()) { in single_pass_shape() 594 GrStyle style(SkStrokeRec::kHairline_InitStyle); in GR_DRAW_OP_TEST_DEFINE() 635 if (GrIsStrokeHairlineOrEquivalent(shape.style(), viewMatrix, &hairlineCoverage)) { in internalDrawPath() 639 SkASSERT(shape.style().isSimpleFill()); in internalDrawPath() 775 args.fShape->style(), *args.fViewMatrix, nullptr); in onCanDrawPath() 785 // This can draw any path with any simple fill style. in onCanDrawPath() 786 if (!args.fShape->style().isSimpleFill() && !isHairline) { in onCanDrawPath()
|
/third_party/skia/src/gpu/ |
H A D | GrBlurUtils.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 107 SkASSERT(!shape.style().applies()); in sw_create_filtered_mask() 124 SkStrokeRec::InitStyle fillOrHairline = shape.style().isSimpleHairline() in sw_create_filtered_mask() 360 uint32_t styleBits = shape.style().isSimpleHairline() in compute_key_and_clip_bounds() 361 ? ((shape.style().strokeRec().getCap() << 1) | 1) in compute_key_and_clip_bounds() 368 builder[5] = rec.fStyle; // TODO: we could put this with the other style bits in compute_key_and_clip_bounds() 505 if (origShape.style().applies()) { in draw_shape_with_mask_filter() 531 !GrIsStrokeHairlineOrEquivalent(shape->style(), viewMatrix, nullptr); in draw_shape_with_mask_filter()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.h | 55 StyleBlock(size_t start, size_t end, const TStyle& style) : fRange(start, end), fStyle(style) {} in StyleBlock() 56 StyleBlock(TextRange textRange, const TStyle& style) : fRange(textRange), fStyle(style) {} in StyleBlock() 103 ParagraphStyle style, 110 ParagraphStyle style,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | timezone.cpp | 1226 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const in getDisplayName() argument 1228 return getDisplayName(inDaylight,style, Locale::getDefault(), result); in getDisplayName() 1240 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeString& result) const in getDisplayName() argument 1247 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName() 1254 switch (style) { in getDisplayName() 1272 if (style == SHORT_GENERIC) { in getDisplayName() 1278 } else if (style == LONG_GMT || style in getDisplayName() [all...] |
H A D | scientificnumberformatter.cpp | 102 LocalPointer<Style> style(styleToAdopt); in createInstance() 109 style.getAlias(), in createInstance() 116 style.orphan(); in createInstance()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | timezone.cpp | 1226 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const in getDisplayName() argument 1228 return getDisplayName(inDaylight,style, Locale::getDefault(), result); in getDisplayName() 1240 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeString& result) const in getDisplayName() argument 1247 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName() 1254 switch (style) { in getDisplayName() 1272 if (style == SHORT_GENERIC) { in getDisplayName() 1278 } else if (style == LONG_GMT || style in getDisplayName() [all...] |
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 133 SkBlurMaskFilterImpl::SkBlurMaskFilterImpl(SkScalar sigma, SkBlurStyle style, bool respectCTM) in SkBlurMaskFilterImpl() argument 135 , fBlurStyle(style) in SkBlurMaskFilterImpl() 138 SkASSERT((unsigned)style <= kLastEnum_SkBlurStyle); in SkBlurMaskFilterImpl() 266 static SkCachedData* find_cached_rrect(SkMask* mask, SkScalar sigma, SkBlurStyle style, in find_cached_rrect() argument 268 return SkMaskCache::FindAndRef(sigma, style, rrect, mask); in find_cached_rrect() 271 static SkCachedData* add_cached_rrect(SkMask* mask, SkScalar sigma, SkBlurStyle style, in add_cached_rrect() argument 275 SkMaskCache::Add(sigma, style, rrect, *mask, cache); in add_cached_rrect() 280 static SkCachedData* find_cached_rects(SkMask* mask, SkScalar sigma, SkBlurStyle style, in find_cached_rects() argument 282 return SkMaskCache::FindAndRef(sigma, style, rect in find_cached_rects() 285 add_cached_rects(SkMask* mask, SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count) add_cached_rects() argument 572 SkBlurStyle style = buffer.read32LE(kLastEnum_SkBlurStyle); CreateProc() local 1713 MakeBlur(SkBlurStyle style, SkScalar sigma, bool respectCTM) MakeBlur() argument [all...] |
H A D | SkFontDescriptor.h | 4 * Use of this source code is governed by a BSD-style license that can be 71 void setStyle(SkFontStyle style) { fStyle = style; } in setStyle() argument
|
H A D | SkTypeface_remote.h | 4 * Use of this source code is governed by a BSD-style license that can be 47 const SkFontStyle& style, in SkTypefaceProxy() 52 : INHERITED{style, false} in SkTypefaceProxy() 45 SkTypefaceProxy(SkFontID fontId, int glyphCount, const SkFontStyle& style, bool isFixed, bool glyphMaskNeedsCurrentColor, sk_sp<SkStrikeClient::DiscardableHandleManager> manager, bool isLogging = true) SkTypefaceProxy() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | timezone.cpp | 1208 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const in getDisplayName() argument 1210 return getDisplayName(inDaylight,style, Locale::getDefault(), result); in getDisplayName() 1222 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeString& result) const in getDisplayName() argument 1229 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { in getDisplayName() 1236 switch (style) { in getDisplayName() 1254 if (style == SHORT_GENERIC) { in getDisplayName() 1260 } else if (style == LONG_GMT || style in getDisplayName() [all...] |
/third_party/icu/tools/colprobe/ |
H A D | doComparisonTable.pl | 29 <style> 36 </style>
|
H A D | createComparisonTables.pl | 27 <style> 34 </style>
|
/third_party/node/test/parallel/ |
H A D | test-intl.js | 115 const numberFormat = new Intl.NumberFormat('en-US', { style: 'percent' }); 118 assert.strictEqual(resolvedOptions.style, 'percent');
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | browser.js | 130 return (typeof document !== 'undefined' && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance) ||
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
H A D | table.js | 47 this.options.style.head = []; 73 if (rowIndex === 0 || !this.options.style.compact || (rowIndex == 1 && headersPresent)) {
|
/third_party/musl/dist/ |
H A D | config.mak | 20 # Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only) 21 #LDFLAGS += -Wl,--hash-style,both
|
/third_party/rust/crates/clap/src/builder/ |
H A D | styled_str.rs | 69 pub(crate) fn stylize(&mut self, style: impl Into<Option<Style>>, msg: impl Into<String>) { 70 self.stylize_(style.into(), msg.into()); 133 fn stylize_(&mut self, style: Option<Style>, msg: String) { in stylize_() 135 self.pieces.push((style, msg)); in stylize_() 193 for (style, content) in other { 194 self.stylize(style.into(), content.into()); 203 for (style, content) in &self.pieces { 205 match style { 289 let style = c.0.map(|s| s.as_usize()); in cmp_key() 291 (style, conten in cmp_key() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | es2020IntlAPIs.js | 19 const rtf1 = new Intl.RelativeTimeFormat('en', { style: 'narrow' }); 73 const rtf1 = new Intl.RelativeTimeFormat('en', { style: 'narrow' });
|
/third_party/python/PC/layout/support/ |
H A D | logging.py | 39 handler.setFormatter(logging.Formatter("{levelname:8s} {message}", style="{")) 46 logging.Formatter("[{asctime}]{levelname:8s}: {message}", style="{")
|
/third_party/skia/docs/examples/ |
H A D | strokerect_gm.cpp | 2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. 27 SkPaint::Style style = doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style; in REG_FIDDLE() local 42 paint.setStyle(style); in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | rsxtext.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 30 const SkFontStyle style(SkFontStyle::kExtraBlack_Weight, 33 SkFont font(ToolUtils::create_portable_typeface(nullptr, style), kFontSZ);
|
/third_party/skia/experimental/sktext/tests/ |
H A D | FontResolvedText.cpp | 58 REPORTER_ASSERT(reporter, resolvedFonts.front().style == SkFontStyle::Normal()); in UNIX_ONLY_TEST() 85 REPORTER_ASSERT(reporter, resolvedFonts[0].style == SkFontStyle::Normal()); in UNIX_ONLY_TEST()
|
/third_party/selinux/secilc/docs/ |
H A D | Makefile | 62 --highlight-style=$(PANDOC_HIGHLIGHT_STYLE) \ 74 --highlight-style=$(PANDOC_HIGHLIGHT_STYLE) \
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cnumtst.c | 202 UNumberFormatStyle style= UNUM_DEFAULT; in TestNumberFormat() local 209 log_verbose("Testing unum_open() with default style and locale\n"); in TestNumberFormat() 210 def=unum_open(style, NULL,0,NULL, NULL,&status); in TestNumberFormat() 219 log_verbose("\nTesting unum_open() with french locale and default style(decimal)\n"); in TestNumberFormat() 220 fr=unum_open(style,NULL,0, "fr_FR",NULL, &status); in TestNumberFormat() 225 style=UNUM_CURRENCY; in TestNumberFormat() 227 cur_def=unum_open(style, NULL,0,"en_US", NULL, &status); in TestNumberFormat() 233 cur_fr=unum_open(style,NULL,0, "fr_FR", NULL, &status); in TestNumberFormat() 239 style=UNUM_PERCENT; in TestNumberFormat() 240 per_def=unum_open(style,NUL in TestNumberFormat() 2616 UNumberFormatStyle style = currencyStyles[sIndex]; TestCurrencyIsoPluralFormat() local 2650 UNumberFormatStyle style; global() member 2742 UNumberFormatStyle style = UNUM_CURRENCY; TestCurrencyUsage() local 2981 UNumberFormatStyle style; global() member 3074 UNumberFormatStyle style; global() member 3275 UNumberFormatStyle style; global() member [all...] |
/third_party/skia/src/gpu/v1/ |
H A D | Device.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 348 GrStyle style(paint, SkPaint::kStroke_Style); in drawPoints() 359 path, style); in drawPoints() 415 GrStyle style(paint); in drawRect() 419 GrStyledShape shape(rect, style); in drawRect() 434 &style); in drawRect() 479 GrStyle style(paint); in drawRRect() 481 if (mf || style.pathEffect()) { in drawRRect() 483 GrStyledShape shape(rrect, style); in drawRRect() 490 SkASSERT(!style in drawRRect() [all...] |