Home
last modified time | relevance | path

Searched refs:fColor (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp525 ListNode<ForegroundColor>* fColor = foregroundColor->Begin(); in GetForegroundColor() local
526 for (; fColor != foregroundColor->End(); fColor = fColor->next_) { in GetForegroundColor()
527 uint32_t start = fColor->data_.start; in GetForegroundColor()
528 uint32_t end = fColor->data_.end; in GetForegroundColor()
530 fgColor = fColor->data_.fontColor; in GetForegroundColor()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dparagraph_test.cpp273 EXPECT_EQ(txt.decorationColor, skStyle.fDecoration.fColor); in HWTEST_F()
308 EXPECT_EQ(spTextStyle.color, styleMetrics.text_style->fColor); in HWTEST_F()
309 EXPECT_EQ(spTextStyle.decorationColor, styleMetrics.text_style->fDecoration.fColor); in HWTEST_F()
H A Dparagraph_builder_test.cpp73 EXPECT_EQ(peekStyle.fColor, style.color); in HWTEST_F()
205 EXPECT_EQ(paragraphBuilder_->builder_->peekStyle().fTextShadows.at(0).fColor, textStyle.textShadows.at(0).color); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.cpp342 shadow.color = skShadow.fColor; in SkStyleToTextStyle()
H A Dparagraph_builder_impl.cpp93 shadow.fColor = txtShadow.color; in MakeTextShadow()

Completed in 6 milliseconds