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:fTextBlobs
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkPictureData.cpp
41
,
fTextBlobs
(record.getTextBlobs())
in SkPictureData()
163
if (!
fTextBlobs
.empty()) {
in flattenToBuffer()
164
write_tag_size(buffer, SK_PICT_TEXTBLOB_BUFFER_TAG,
fTextBlobs
.count());
in flattenToBuffer()
165
for (const auto& blob :
fTextBlobs
) {
in flattenToBuffer()
438
new_array_from_buffer(buffer, size,
fTextBlobs
, SkTextBlobPriv::MakeFromBuffer);
in parseBufferTag()
H
A
D
SkPictureData.h
127
return read_index_base_1_or_null(reader,
fTextBlobs
);
in getTextBlob()
152
SkTArray<sk_sp<const SkTextBlob>>
fTextBlobs
;
member in SkPictureData
H
A
D
SkPictureRecord.h
47
return
fTextBlobs
;
in getTextBlobs()
248
SkTArray<sk_sp<const SkTextBlob>>
fTextBlobs
;
member in SkPictureRecord
H
A
D
SkPictureRecord.cpp
936
this->addInt(find_or_append(
fTextBlobs
, blob) + 1);
in addTextBlob()
/third_party/skia/experimental/sktext/include/
H
A
D
Text.h
268
fTextBlobs
.emplace_back(builder.make());
270
std::vector<sk_sp<SkTextBlob>>& getTextBlobs() { return
fTextBlobs
; }
in getTextBlobs()
272
std::vector<sk_sp<SkTextBlob>>
fTextBlobs
;
member in skia::text::DrawableText
Completed in 5 milliseconds