Home
last modified time | relevance | path

Searched refs:styleSet (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/docs/examples/
DSkFontMgr_example.cpp21 sk_sp<SkFontStyleSet> styleSet(mgr->createStyleSet(i)); in draw() local
22 int N = styleSet->count(); in draw()
26 styleSet->getStyle(j, &fontStyle, &style); in draw()
DSkFontMgr_example2.cpp22 sk_sp<SkFontStyleSet> styleSet(mgr->createStyleSet(i)); in draw() local
23 for (int j = 0; j < styleSet->count(); ++j) { in draw()
26 styleSet->getStyle(j, &fontStyle, &style); in draw()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDataDrivenFormatTest.java111 DateTimeStyleSet styleSet; in testConvertDate() local
120 styleSet = new DateTimeStyleSet(); in testConvertDate()
121 styleSet.parseFrom(spec); in testConvertDate()
122 … format = DateFormat.getDateTimeInstance(styleSet.getDateStyle(), styleSet.getTimeStyle(), loc); in testConvertDate()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDataDrivenFormatTest.java108 DateTimeStyleSet styleSet; in testConvertDate() local
117 styleSet = new DateTimeStyleSet(); in testConvertDate()
118 styleSet.parseFrom(spec); in testConvertDate()
119 … format = DateFormat.getDateTimeInstance(styleSet.getDateStyle(), styleSet.getTimeStyle(), loc); in testConvertDate()
/third_party/skia/src/ports/
DSkFontMgr_preview.cpp42 return SkRef(fNameToFamilyMap[index].styleSet); in onCreateStyleSet()
53 return SkRef(fNameToFamilyMap[i].styleSet); in onMatchFamily()
59 return SkRef(fFallbackNameToFamilyMap[i].styleSet); in onMatchFamily()
90 SkFontStyleSet_Preview* family = fallbackNameToFamilyMap[i].styleSet; in find_family_style_character()
DSkFontMgr_android.cpp286 SkFontStyleSet_Android* styleSet; member
333 return SkRef(fNameToFamilyMap[index].styleSet); in onCreateStyleSet()
343 return SkRef(fNameToFamilyMap[i].styleSet); in onMatchFamily()
349 return SkRef(fFallbackNameToFamilyMap[i].styleSet); in onMatchFamily()
368 SkFontStyleSet_Android* family = fallbackNameToFamilyMap[i].styleSet; in find_family_style_character()
DSkFontMgr_preview.h307 SkFontStyleSet_Preview* styleSet; member
/third_party/icu/icu4c/source/test/intltest/
Ddadrfmt.cpp116 DateTimeStyleSet styleSet; in testConvertDate() local
173 if(styleSet.parseFrom(spec, status)<0 || U_FAILURE(status)) { in testConvertDate()
177 …ormat::createDateTimeInstance((DateFormat::EStyle)styleSet.getDateStyle(), (DateFormat::EStyle)sty… in testConvertDate()
/third_party/skia/tools/fonts/
DTestFontMgr.cpp145 sk_sp<SkFontStyleSet> styleSet(this->matchFamily(familyName)); in onMatchFamilyStyle() local
146 return styleSet->matchStyle(style); in onMatchFamilyStyle()
/third_party/skia/tests/
DFontMgrTest.cpp119 sk_sp<SkFontStyleSet> styleSet(fm->matchFamily(nullptr)); in DEF_TEST() local
120 REPORTER_ASSERT(reporter, styleSet); in DEF_TEST()
224 TestFontStyleSet styleSet; in DEF_TEST() member
730 sk_sp<SkTypeface> typeface(test.styleSet.matchStyle(testCase.pattern)); in DEF_TEST()
/third_party/typescript/tests/baselines/reference/docker/
Doffice-ui-fabric.log1382 …lizer-merge-styles: 113 export declare function mergeCssSets<TStyleSet>(styleSet: [TStyleSet | fal…
1385 …r-merge-styles: 113 export declare function mergeCssSets<TStyleSet>(styleSet: [TStyleSet | fal…
1389 …r-merge-styles: 113 export declare function mergeCssSets<TStyleSet>(styleSet: [TStyleSet | fal…
1571 @fluentui/react-hooks: 113 export declare function mergeCssSets<TStyleSet>(styleSet: [TStyleSet | f…
1574 @fluentui/react-hooks: 113 export declare function mergeCssSets<TStyleSet>(styleSet: [TStyleSet…
1578 @fluentui/react-hooks: 113 export declare function mergeCssSets<TStyleSet>(styleSet: [TStyleSet…
1640 @fluentui/theme: 113 export declare function mergeCssSets<TStyleSet>(styleSet: [TStyleSet | false |…
1643 @fluentui/theme: 113 export declare function mergeCssSets<TStyleSet>(styleSet: [TStyleSet | fal…
1647 @fluentui/theme: 113 export declare function mergeCssSets<TStyleSet>(styleSet: [TStyleSet | fal…
1722 @fluentui/style-utilities: 113 export declare function mergeCssSets<TStyleSet>(styleSet: [TStyleSet…
[all …]