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:fBackground
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/experimental/sktext/editor/
H
A
D
Selection.h
24
fBackground
.setColor(color);
in Selection()
25
fBackground
.setAlphaf(0.3f);
in Selection()
37
DecoratedBlock selected(size_t index) const { return DecoratedBlock(fTextRanges[index].width(), fForeground,
fBackground
); }
in selected()
44
SkPaint
fBackground
;
member in skia::editor::Selection
H
A
D
Selection.cpp
21
fBackground
);
in paint()
local
H
A
D
Texts.cpp
80
merged.emplace_back(selected.width(), fSelection->fForeground, fSelection->
fBackground
);
in mergeSelectionIntoDecorations()
/third_party/skia/modules/skparagraph/src/
H
A
D
TextStyle.cpp
21
result.
fBackground
=
fBackground
;
in cloneForPlaceholder()
79
if (fHasBackground != other.fHasBackground ||
fBackground
!= other.
fBackground
) {
in equals()
133
( fHasBackground && other.fHasBackground &&
fBackground
== other.
fBackground
);
in matchOneAttribute()
/third_party/skia/modules/skparagraph/include/
H
A
D
TextStyle.h
225
const SkPaint* paint = std::get_if<SkPaint>(&
fBackground
);
in getBackground()
229
return
fBackground
;
in getBackgroundPaintOrID()
233
fBackground
= std::move(paint);
in setBackgroundPaint()
239
fBackground
= paintID;
in setBackgroundPaintID()
381
ParagraphPainter::SkPaintOrID
fBackground
;
member in skia::textlayout::TextStyle
/third_party/skia/bench/
H
A
D
PDFBench.cpp
415
SkBitmap
fBackground
;
member
419
fBackground
= make_background();
438
big_pdf_test(doc.get(),
fBackground
);
Completed in 4 milliseconds