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:fGlyphIndex
(Results
1 - 4
of
4
) 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 ==()
72
size_t glyphIndex() const { return
fGlyphIndex
; }
in glyphIndex()
73
void setGlyphIndex(size_t index) {
fGlyphIndex
= index; }
in setGlyphIndex()
79
size_t
fGlyphIndex
;
member in skia::text::GlyphPos
/third_party/skia/src/pdf/
H
A
D
SkClusterator.h
25
uint32_t
fGlyphIndex
;
member
31
&&
fGlyphIndex
== o.
fGlyphIndex
in operator ==()
H
A
D
SkPDFDevice.cpp
883
int index = c.
fGlyphIndex
;
in internalDrawGlyphRun()
/third_party/skia/modules/skshaper/src/
H
A
D
SkShaper_harfbuzz.cpp
756
: fRuns(&origRuns), fRunIndex(0),
fGlyphIndex
(0)
764
fGlyphIndex
== that.
fGlyphIndex
;
769
fGlyphIndex
!= that.
fGlyphIndex
;
775
SkASSERT(
fGlyphIndex
< runs[fRunIndex].fNumGlyphs);
777
++
fGlyphIndex
;
778
if (
fGlyphIndex
== runs[fRunIndex].fNumGlyphs) {
779
fGlyphIndex
= 0;
785
return &runs[fRunIndex].fGlyphs[
fGlyphIndex
];
798
size_t
fGlyphIndex
;
global()
member
[all...]
Completed in 6 milliseconds