Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fgColor
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_label.h
61
static void GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType&
fgColor
);
H
A
D
draw_label.cpp
522
void DrawLabel::GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType&
fgColor
)
in GetForegroundColor()
argument
530
fgColor
= fColor->data_.fontColor;
in GetForegroundColor()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H
A
D
rs_property_drawable_foreground.cpp
188
auto
fgColor
= properties.GetForegroundColor();
189
if (
fgColor
== RgbPalette::Transparent()) {
196
brush.SetColor(Drawing::Color(
fgColor
.AsArgbInt()));
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H
A
D
rs_property_drawable_bounds_geometry.cpp
851
auto
fgColor
= content.GetRenderProperties().GetForegroundColor();
in Update()
local
852
brush_.SetColor(
fgColor
.AsArgbInt());
in Update()
853
return
fgColor
!= RgbPalette::Transparent();
in Update()
858
auto
fgColor
= content.GetRenderProperties().GetForegroundColor();
in Generate()
local
859
if (
fgColor
== RgbPalette::Transparent()) {
in Generate()
863
brush.SetColor(
fgColor
.AsArgbInt());
in Generate()
Completed in 7 milliseconds