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:fRunIndex
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/experimental/sktext/src/
H
A
D
Line.h
64
GlyphPos() :
fRunIndex
(EMPTY_INDEX), fGlyphIndex(EMPTY_INDEX) { }
in GlyphPos()
65
GlyphPos(size_t runIndex, size_t glyphIndex) :
fRunIndex
(runIndex), fGlyphIndex(glyphIndex) { }
in GlyphPos()
68
return this->
fRunIndex
== other.
fRunIndex
&& this->fGlyphIndex == other.fGlyphIndex;
in operator ==()
71
size_t runIndex() const { return
fRunIndex
; }
in runIndex()
75
bool isEmpty() const { return
fRunIndex
== EMPTY_INDEX; }
in isEmpty()
78
size_t
fRunIndex
;
member in skia::text::GlyphPos
/third_party/skia/modules/skshaper/src/
H
A
D
SkShaper_harfbuzz.cpp
756
: fRuns(&origRuns),
fRunIndex
(0), fGlyphIndex(0)
763
fRunIndex
== that.
fRunIndex
&&
768
fRunIndex
!= that.
fRunIndex
||
774
SkASSERT(
fRunIndex
< runs.size());
775
SkASSERT(fGlyphIndex < runs[
fRunIndex
].fNumGlyphs);
778
if (fGlyphIndex == runs[
fRunIndex
].fNumGlyphs) {
780
++
fRunIndex
;
781
if (
fRunIndex
>
797
int
fRunIndex
;
global()
member
[all...]
/third_party/skia/modules/skparagraph/src/
H
A
D
Run.cpp
592
auto& run = fOwner->run(
fRunIndex
);
in scaleFontWithCompressionConfig()
631
if (
fRunIndex
>= fOwner->runs().size()) {
in scaleFontWithCompressionConfig()
634
return &fOwner->run(
fRunIndex
);
in scaleFontWithCompressionConfig()
638
SkASSERT(
fRunIndex
< fOwner->runs().size());
in scaleFontWithCompressionConfig()
639
return fOwner->run(
fRunIndex
);
in scaleFontWithCompressionConfig()
647
SkASSERT(
fRunIndex
< fOwner->runs().size());
in scaleFontWithCompressionConfig()
648
return fOwner->run(
fRunIndex
).font();
in scaleFontWithCompressionConfig()
H
A
D
Run.h
358
,
fRunIndex
(EMPTY_RUN)
in Cluster()
418
RunIndex runIndex() const { return
fRunIndex
; }
in runIndex()
450
RunIndex
fRunIndex
;
member in skia::textlayout::Cluster
H
A
D
ParagraphImpl.cpp
858
,
fRunIndex
(runIndex)
in GetLineFontMetrics()
1683
return this->run(start.
fRunIndex
);
in GetLineFontMetrics()
Completed in 13 milliseconds