Searched refs:FONT_FAMILIES (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | drawing_prop_convertor_test_ng.cpp | 36 std::vector<std::string> FONT_FAMILIES {"test"}; variable 352 TextStyle textStyle(FONT_FAMILIES, FONT_SIZE, FONT_WEIGHT, FONT_STYLE, TEXT_COLOR_RED); 437 TextStyle textStyle(FONT_FAMILIES, FONT_SIZE, FONT_WEIGHT, FONT_STYLE, TEXT_COLOR_RED); 507 TextStyle textStyle(FONT_FAMILIES, FONT_SIZE_5, FONT_WEIGHT, FONT_STYLE, TEXT_COLOR_RED); 545 TextStyle testTextStyle(FONT_FAMILIES, FONT_SIZE_0, FONT_WEIGHT, FONT_STYLE, TEXT_COLOR_RED);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_offscreen_canvas_bridge.cpp | 40 const std::set<std::string> FONT_FAMILIES = { "sans-serif", "serif", "monospace" }; variable 174 } else if (FONT_FAMILIES.find(fontProp) != FONT_FAMILIES.end()) { in JsParseTextState() 1857 } else if (FONT_FAMILIES.find(fontProp) != FONT_FAMILIES.end()) { in JsFontSetter()
|
H A D | jsi_canvas_bridge.cpp | 96 const std::set<std::string> FONT_FAMILIES = { "sans-serif", "serif", "monospace" }; variable 217 } else if (FONT_FAMILIES.find(fontProp) != FONT_FAMILIES.end()) { in JsParseTextState() 2217 } else if (FONT_FAMILIES.find(fontProp) != FONT_FAMILIES.end()) { in JsFontSetter()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 50 const std::set<std::string> FONT_FAMILIES = { "sans-serif", "serif", "monospace" }; variable 290 } else if (FONT_FAMILIES.find(fontProp) != FONT_FAMILIES.end()) { in JsSetFont()
|