Home
last modified time | relevance | path

Searched defs:style (Results 151 - 175 of 335) sorted by relevance

12345678910>>...14

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMap.java59 static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { in with() argument
63 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> keyValuePairs) { in with() argument
70 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { in with() argument
74 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V value) { in with() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DCompactDecimalFormatTest.java517 public void checkLocale(ULocale locale, CompactStyle style, Object[][] testData) { in checkLocale() argument
539 private static CompactDecimalFormat getCDFInstance(ULocale locale, CompactStyle style) { in getCDFInstance() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessagePatternUtil.java274 private String style; field in MessagePatternUtil.ArgNode
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java58 static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { in with() argument
62 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> keyValuePairs) { in with() argument
69 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { in with() argument
73 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V value) { in with() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DCompactDecimalFormatTest.java514 public void checkLocale(ULocale locale, CompactStyle style, Object[][] testData) { in checkLocale() argument
536 private static CompactDecimalFormat getCDFInstance(ULocale locale, CompactStyle style) { in getCDFInstance() argument
/third_party/icu/icu4c/source/i18n/
H A Dnumber_fluent.cpp187 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style)&& { in integerWidth() argument
243 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style)&& { in sign() argument
257 decimal(UNumberDecimalSeparatorDisplay style) decimal() argument
[all...]
H A Ddatefmt.cpp388 DateFormat::createTimeInstance(DateFormat::EStyle style, in createTimeInstance() argument
397 DateFormat::createDateInstance(DateFormat::EStyle style, in createDateInstance() argument
/third_party/node/deps/icu-small/source/i18n/
H A Ddatefmt.cpp387 DateFormat::createTimeInstance(DateFormat::EStyle style, in createTimeInstance() argument
396 DateFormat::createDateInstance(DateFormat::EStyle style, in createDateInstance() argument
H A Dnumber_fluent.cpp187 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style)&& { in integerWidth() argument
243 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style)&& { in sign() argument
257 decimal(UNumberDecimalSeparatorDisplay style) decimal() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-relative-time-format.cc42 UDateRelativeDateTimeFormatterStyle toIcuStyle(Style style) { in toIcuStyle() argument
238 Handle<String> StyleAsString(Isolate* isolate, Style style) { in StyleAsString() argument
/third_party/skia/src/gpu/ops/
H A DAALinearizingConvexPathRenderer.cpp87 Make(GrRecordingContext* context, GrPaint&& paint, const SkMatrix& viewMatrix, const SkPath& path, SkScalar strokeWidth, SkStrokeRec::Style style, SkPaint::Join join, SkScalar miterLimit, const GrUserStencilSettings* stencilSettings) Make() argument
102 AAFlatteningConvexPathOp(GrProcessorSet* processorSet, const SkPMColor4f& color, const SkMatrix& viewMatrix, const SkPath& path, SkScalar strokeWidth, SkStrokeRec::Style style, SkPaint::Join join, SkScalar miterLimit, const GrUserStencilSettings* stencilSettings) AAFlatteningConvexPathOp() argument
426 SkStrokeRec::Style style = styles[random->nextU() % 3]; GR_DRAW_OP_TEST_DEFINE() local
[all...]
/third_party/skia/src/core/
H A DSkPaint.cpp112 void SkPaint::setStyle(Style style) { in setStyle() argument
/third_party/skia/src/gpu/
H A DGrTestUtils.cpp259 SkStrokeRec::InitStyle style = in TestStrokeRec() local
266 void TestStyle(SkRandom* random, GrStyle* style) { in TestStyle() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddatefmt.cpp390 DateFormat::createTimeInstance(DateFormat::EStyle style, in createTimeInstance() argument
399 DateFormat::createDateInstance(DateFormat::EStyle style, in createDateInstance() argument
H A Dnumber_fluent.cpp187 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style)&& { in integerWidth() argument
243 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style)&& { in sign() argument
257 decimal(UNumberDecimalSeparatorDisplay style) decimal() argument
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_android.cpp36 SkTypeface_Android(const SkFontStyle& style, in SkTypeface_Android() argument
197 SkFontStyle style; in SkFontStyleSet_Android() local
56 SkTypeface_AndroidSystem(const SkString& pathName, const bool cacheFontFiles, int index, const SkFixed* axes, int axesCount, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName, const SkTArray<SkLanguage, true>& lang, FontVariant variantStyle) SkTypeface_AndroidSystem() argument
129 SkTypeface_AndroidStream(std::unique_ptr<SkFontData> data, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName) SkTypeface_AndroidStream() argument
361 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
446 SkFontStyle style; global() variable
460 SkFontStyle style; global() variable
[all...]
/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp217 void SkPDFUtils::PaintPath(SkPaint::Style style, SkPathFillType fill, SkWStream* content) { in PaintPath() argument
/third_party/skia/tests/
H A DSVGDeviceTest.cpp419 SkPaint::Style style; in DEF_TEST() member
/third_party/skia/src/utils/
H A DSkCustomTypeface.cpp48 explicit SkUserTypeface(SkFontStyle style) : SkTypeface(style) {} in SkUserTypeface() argument
107 void SkCustomTypefaceBuilder::setFontStyle(SkFontStyle style) { in setFontStyle() argument
325 SkFontStyle style = this->fontStyle(); in onOpenStream() local
388 SkFontStyle style; in Deserialize() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttsubpix.c849 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/third_party/externals/tint/src/transform/
H A Dcanonicalize_entry_point_io.cc592 CanonicalizeEntryPointIO::Config::Config(ShaderStyle style, in Config() argument
/third_party/skia/tools/fonts/
H A Dcreate_test_font.cpp323 const SkFontStyle& style = font.fNamedStyle.fStyle; in generate_index() local
352 const SkFontStyle& style = font.fNamedStyle.fStyle; in generate_index() local
[all...]
/third_party/skia/experimental/graphite/src/
H A DDevice.cpp213 drawShape(const Shape& shape, const SkPaint& paint, const SkStrokeRec& style, Mask<DrawFlags> flags) drawShape() argument
332 applyClipToDraw(const Transform& localToDevice, const Shape& shape, const SkStrokeRec& style, PaintersDepth z) applyClipToDraw() argument
[all...]
/third_party/skia/gm/
H A Dblurrect.cpp213 SkBlurStyle style = styles[k]; in DEF_SIMPLE_GM() local
H A Ddegeneratesegments.cpp322 StyleAndName style = gStyles[(rand.nextU() >> 16) % numStyles]; variable
198 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

Completed in 29 milliseconds

12345678910>>...14