Home
last modified time | relevance | path

Searched refs:style (Results 201 - 225 of 659) sorted by relevance

12345678910>>...27

/third_party/skia/src/gpu/ops/
H A DDashOp.h4 * Use of this source code is governed by a BSD-style license that can be
32 const GrStyle& style,
34 bool CanDrawDashLine(const SkPoint pts[2], const GrStyle& style, const SkMatrix& viewMatrix);
/third_party/skia/docs/examples/
H A DPath_addPoly_2.cpp2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
13 for (auto style : {SkPaint::kStroke_Style, SkPaint::kFill_Style, in REG_FIDDLE()
15 paint.setStyle(style); in REG_FIDDLE()
H A DCanvas_drawArc_a.cpp2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
11 for (auto style : { SkPaint::kFill_Style, SkPaint::kStroke_Style } ) { in REG_FIDDLE()
12 paint.setStyle(style); in REG_FIDDLE()
H A DPath_addPoly.cpp2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
14 for (auto style : {SkPaint::kStroke_Style, SkPaint::kFill_Style, in REG_FIDDLE()
16 paint.setStyle(style); in REG_FIDDLE()
H A DPath_close.cpp2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
14 for (auto style : {SkPaint::kStroke_Style, SkPaint::kFill_Style, in REG_FIDDLE()
16 paint.setStyle(style); in REG_FIDDLE()
H A DCanvas_drawRoundRect.cpp2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
12 for (auto style : { SkPaint::kStroke_Style, SkPaint::kFill_Style } ) { in REG_FIDDLE()
13 paint.setStyle(style ); in REG_FIDDLE()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java864 * {@icu} Constant for empty style pattern.
870 * Constant for full style pattern.
876 * Constant for long style pattern.
882 * Constant for medium style pattern.
888 * Constant for short style pattern.
894 * Constant for default style pattern. Its value is MEDIUM.
900 * {@icu} Constant for relative style mask.
906 * {@icu} Constant for relative full style pattern.
912 * {@icu} Constant for relative style pattern.
918 * {@icu} Constant for relative style patter
1393 getTimeInstance(int style) getTimeInstance() argument
1408 getTimeInstance(int style, Locale aLocale) getTimeInstance() argument
1424 getTimeInstance(int style, ULocale locale) getTimeInstance() argument
1455 getDateInstance(int style) getDateInstance() argument
1473 getDateInstance(int style, Locale aLocale) getDateInstance() argument
1492 getDateInstance(int style, ULocale locale) getDateInstance() argument
[all...]
H A DDateTimePatternGenerator.java317 for (int style = DateFormat.FULL; style <= DateFormat.SHORT; style++) { in setDateTimeFromCalendar()
318 String dateTimeFormat = Calendar.getDateAtTimePattern(cal, uLocale, style); in setDateTimeFromCalendar()
319 setDateTimeFormat(style, dateTimeFormat); in setDateTimeFromCalendar()
668 int style = DateFormat.SHORT; in getBestPattern()
676 style = DateFormat.FULL; in getBestPattern()
678 style = DateFormat.LONG; in getBestPattern()
681 style = DateFormat.MEDIUM; in getBestPattern()
685 getDateTimeFormat(style), in getBestPattern()
1082 setDateTimeFormat(int style, String dateTimeFormat) setDateTimeFormat() argument
1100 getDateTimeFormat(int style) getDateTimeFormat() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormat.java813 * <strong>[icu]</strong> Constant for empty style pattern.
818 * Constant for full style pattern.
823 * Constant for long style pattern.
828 * Constant for medium style pattern.
833 * Constant for short style pattern.
838 * Constant for default style pattern. Its value is MEDIUM.
843 * <strong>[icu]</strong> Constant for relative style mask.
848 * <strong>[icu]</strong> Constant for relative full style pattern.
853 * <strong>[icu]</strong> Constant for relative style pattern.
858 * <strong>[icu]</strong> Constant for relative style patter
1296 getTimeInstance(int style) getTimeInstance() argument
1310 getTimeInstance(int style, Locale aLocale) getTimeInstance() argument
1325 getTimeInstance(int style, ULocale locale) getTimeInstance() argument
1354 getDateInstance(int style) getDateInstance() argument
1371 getDateInstance(int style, Locale aLocale) getDateInstance() argument
1389 getDateInstance(int style, ULocale locale) getDateInstance() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_fluent.cpp180 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style) const& { in integerWidth()
182 copy.fMacros.integerWidth = style; in integerWidth()
187 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style)&& { in integerWidth() argument
189 move.fMacros.integerWidth = style; in integerWidth()
236 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style) const& { in sign()
238 copy.fMacros.sign = style; in sign()
243 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style)&& { in sign() argument
245 move.fMacros.sign = style; in sign()
250 Derived NumberFormatterSettings<Derived>::decimal(UNumberDecimalSeparatorDisplay style) const& { in decimal()
252 copy.fMacros.decimal = style; in decimal()
257 decimal(UNumberDecimalSeparatorDisplay style) decimal() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_fluent.cpp180 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style) const& { in integerWidth()
182 copy.fMacros.integerWidth = style; in integerWidth()
187 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style)&& { in integerWidth() argument
189 move.fMacros.integerWidth = style; in integerWidth()
236 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style) const& { in sign()
238 copy.fMacros.sign = style; in sign()
243 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style)&& { in sign() argument
245 move.fMacros.sign = style; in sign()
250 Derived NumberFormatterSettings<Derived>::decimal(UNumberDecimalSeparatorDisplay style) const& { in decimal()
252 copy.fMacros.decimal = style; in decimal()
257 decimal(UNumberDecimalSeparatorDisplay style) decimal() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp4 * Use of this source code is governed by a BSD-style license that can be
47 if (original.style().isSimpleFill() && newIsInverted == original.fShape.inverted()) { in MakeFilled()
48 // By returning the original rather than falling through we can preserve any inherited style in MakeFilled()
49 // key. Otherwise, we wipe it out below since the style change invalidates it. in MakeFilled()
62 if (!original.style().isSimpleFill()) { in MakeFilled()
63 // Going from a non-filled style to fill may allow additional simplifications (e.g. in MakeFilled()
65 // stroke style). in MakeFilled()
68 // since it already sees its style as a simple fill. Since the original style was not a in MakeFilled()
73 // Verify that lines/points were converted to empty by the style chang in MakeFilled()
306 MakeArc(const SkRect& oval, SkScalar startAngleDegrees, SkScalar sweepAngleDegrees, bool useCenter, const GrStyle& style, DoSimplify doSimplify) MakeArc() argument
568 AutoRestoreInverseness(GrShape* shape, const GrStyle& style) AutoRestoreInverseness() argument
[all...]
/third_party/skia/modules/canvaskit/
H A Dparagraph_bindings.cpp4 * Use of this source code is governed by a BSD-style license that can be
435 optional_override([](SimpleParagraphStyle style, sk_sp<SkFontMgr> fontMgr) in EMSCRIPTEN_BINDINGS()
440 auto ps = toParagraphStyle(style); in EMSCRIPTEN_BINDINGS()
448 optional_override([](SimpleParagraphStyle style, in EMSCRIPTEN_BINDINGS()
454 auto ps = toParagraphStyle(style); in EMSCRIPTEN_BINDINGS()
475 para::TextStyle style; in EMSCRIPTEN_BINDINGS()
476 style.setFontFamilies({SkString("sans-serif")}); in EMSCRIPTEN_BINDINGS()
477 style.setFontSize(32); in EMSCRIPTEN_BINDINGS()
478 pstyle.setTextStyle(style); in EMSCRIPTEN_BINDINGS()
488 para::TextStyle style; in EMSCRIPTEN_BINDINGS()
[all...]
/third_party/skia/src/core/
H A DSkTypeface.cpp4 * Use of this source code is governed by a BSD-style license that can be
28 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) in SkTypeface() argument
29 : fUniqueID(SkTypefaceCache::NewFontID()), fStyle(style), fIsFixedPitch(isFixedPitch) { } in SkTypeface()
156 SkTypeface* SkTypeface::GetDefaultTypeface(Style style) { in GetDefaultTypeface() argument
160 SkASSERT((int)style < 4); in GetDefaultTypeface()
161 once[style]([style] { in GetDefaultTypeface()
163 auto t = fm->legacyMakeTypeface(nullptr, FromOldStyle(style)); in GetDefaultTypeface()
164 defaults[style] = t ? t : SkEmptyTypeface::Make(); in GetDefaultTypeface()
166 return defaults[style] in GetDefaultTypeface()
[all...]
/third_party/skia/modules/canvaskit/npm_build/
H A Dtextapi_utils.js252 function MakeEditor(text, style, cursor, width) {
264 _font: make_default_font(style.typeface),
364 // force a block on every style boundary for now
470 'style', s_start, s_end);
538 // returns [index, prev total length before this style]
544 // < favors the latter style if index is between two styles
558 // - trim the first style
560 // - trim the last style
566 // we overlap the first style (but not entirely
591 applyStyleToRange: function(style, star
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/menuconfig/
H A Dusr_config.py25 def mconf_set_env(style, conf, header):
29 os.environ["MENUCONFIG_STYLE"] = style
/third_party/node/benchmark/worker/
H A Dmessageport.js7 style: ['eventtarget', 'eventemitter'],
38 switch (conf.style) {
/third_party/icu/icu4c/source/i18n/unicode/
H A Dlistformatter.h189 * Creates a ListFormatter for the given locale, list type, and style.
262 * Creates a ListFormatter appropriate for a locale and style.
265 * @param style the style, either "standard", "or", "unit", "unit-narrow", or "unit-short"
267 static ListFormatter* createInstance(const Locale& locale, const char* style, UErrorCode& errorCode);
270 static const ListFormatInternal* getListFormatInternal(const Locale& locale, const char *style, UErrorCode& errorCode);
272 static ListFormatInternal* loadListFormatInternal(const Locale& locale, const char* style, UErrorCode& errorCode);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DGenderInfo.java32 private final ListGenderStyle style; // set based on locale field in GenderInfo
139 throw new IllegalArgumentException("Unknown gender style name: " + name); in fromName()
172 switch(style) { in getListGender()
212 * @param genderStyle gender style
218 style = genderStyle; in GenderInfo()
236 // and find no resource assume that list gender style is NEUTRAL. in get()
/third_party/icu/icu4c/source/test/compat/
H A Dtzdate.c79 UDateFormatStyle style = UDAT_RELATIVE; in getICUCurrentTime() local
84 fmt = udat_open(style, style, 0, tz, -1,NULL,0, &status); in getICUCurrentTime()
/third_party/PyYAML/lib/yaml/
H A Devents.py66 start_mark=None, end_mark=None, style=None):
73 self.style = style
H A Dtokens.py98 def __init__(self, value, plain, start_mark, end_mark, style=None):
103 self.style = style
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DGenderInfo.java34 private final ListGenderStyle style; // set based on locale field in GenderInfo
143 throw new IllegalArgumentException("Unknown gender style name: " + name); in fromName()
176 switch(style) { in getListGender()
216 * @param genderStyle gender style
222 style = genderStyle; in GenderInfo()
240 // and find no resource assume that list gender style is NEUTRAL. in get()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dlistformatter.h189 * Creates a ListFormatter for the given locale, list type, and style.
262 * Creates a ListFormatter appropriate for a locale and style.
265 * @param style the style, either "standard", "or", "unit", "unit-narrow", or "unit-short"
267 static ListFormatter* createInstance(const Locale& locale, const char* style, UErrorCode& errorCode);
270 static const ListFormatInternal* getListFormatInternal(const Locale& locale, const char *style, UErrorCode& errorCode);
272 static ListFormatInternal* loadListFormatInternal(const Locale& locale, const char* style, UErrorCode& errorCode);
/third_party/skia/src/gpu/v1/
H A DPathRenderer.cpp4 * Use of this source code is governed by a BSD-style license that can be
30 SkASSERT(fShape->style().isSimpleFill()); in validate()
42 SkASSERT(shape.style().isSimpleFill()); in getStencilSupport()
66 SkASSERT(args.fShape->style().isSimpleFill()); in drawPath()

Completed in 16 milliseconds

12345678910>>...27