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:clusterRange
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/modules/skparagraph/src/
H
A
D
Run.cpp
367
ClusterRange
clusterRange
;
in scaleFontWithCompressionConfig()
local
374
found =
clusterRange
.start != fClusterRange.end;
in scaleFontWithCompressionConfig()
375
clusterRange
.start = fOwner->clusterIndex(text.start);
in scaleFontWithCompressionConfig()
376
clusterRange
.end = fOwner->clusterIndex(text.end - 1);
in scaleFontWithCompressionConfig()
379
clusterRange
.start = fOwner->clusterIndex(text.end);
in scaleFontWithCompressionConfig()
380
clusterRange
.end = fOwner->clusterIndex(text.start + 1);
in scaleFontWithCompressionConfig()
381
found =
clusterRange
.end != fClusterRange.start;
in scaleFontWithCompressionConfig()
386
clusterRange
.start,
in scaleFontWithCompressionConfig()
387
clusterRange
.end);
in scaleFontWithCompressionConfig()
H
A
D
ParagraphImpl.cpp
181
size_t currentRunCharNumber = targetRun.
clusterRange
().end -
in GetLineFontMetrics()
182
targetRun.
clusterRange
().start;
in GetLineFontMetrics()
1176
auto
clusterRange
= ClusterRange(0, trailingSpaces);
in GetLineFontMetrics()
local
1181
clusterRange
, clusterRangeWithGhosts, run.advance().x(),
in GetLineFontMetrics()
1281
auto
clusterRange
= ClusterRange(0, trailingSpaces);
in GetLineFontMetrics()
local
1285
clusterRange
, clusterRangeWithGhosts, run.advance().x(),
in GetLineFontMetrics()
1670
SkSpan<Cluster> ParagraphImpl::clusters(ClusterRange
clusterRange
) {
in GetLineFontMetrics()
argument
1671
SkASSERT(
clusterRange
.start < SkToSizeT(fClusters.size()) &&
in GetLineFontMetrics()
1672
clusterRange
.end <= SkToSizeT(fClusters.size()));
in GetLineFontMetrics()
1673
return SkSpan<Cluster>(&fClusters[
clusterRange
in GetLineFontMetrics()
[all...]
H
A
D
ParagraphImpl.h
203
SkSpan<Cluster> clusters(ClusterRange
clusterRange
);
H
A
D
Run.h
140
ClusterRange
clusterRange
() const { return fClusterRange; }
in clusterRange()
function in skia::textlayout::Run
H
A
D
TextLine.cpp
1395
auto trimmedRange = fClusterRange.intersection(run.
clusterRange
());
1396
auto trailedRange = fGhostClusterRange.intersection(run.
clusterRange
());
Completed in 11 milliseconds