Searched refs:styleSet (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/docs/examples/ |
D | SkFontMgr_example.cpp | 21 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()
|
D | SkFontMgr_example2.cpp | 22 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/ |
D | DataDrivenFormatTest.java | 111 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/ |
D | DataDrivenFormatTest.java | 108 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/ |
D | SkFontMgr_preview.cpp | 42 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()
|
D | SkFontMgr_android.cpp | 286 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()
|
D | SkFontMgr_preview.h | 307 SkFontStyleSet_Preview* styleSet; member
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dadrfmt.cpp | 116 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/ |
D | TestFontMgr.cpp | 145 sk_sp<SkFontStyleSet> styleSet(this->matchFamily(familyName)); in onMatchFamilyStyle() local 146 return styleSet->matchStyle(style); in onMatchFamilyStyle()
|
/third_party/skia/tests/ |
D | FontMgrTest.cpp | 119 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/ |
D | office-ui-fabric.log | 1382 …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 …]
|