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:endGlyphIndex
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/modules/skshaper/src/
H
A
D
SkShaper_harfbuzz.cpp
683
const ShapedRun& run, size_t startGlyphIndex, size_t
endGlyphIndex
) {
684
SkASSERT(startGlyphIndex <=
endGlyphIndex
);
685
const size_t glyphLen =
endGlyphIndex
- startGlyphIndex;
695
:
endGlyphIndex
- 1 - i];
1370
struct SubRun { const ShapedRun& run; size_t startGlyphIndex; size_t
endGlyphIndex
; };
member
1377
size_t
endGlyphIndex
= (logicalIndex == current.fRunIndex)
1380
return SubRun{ run, startGlyphIndex,
endGlyphIndex
};
1384
uint32_t endUtf8 = (sub.
endGlyphIndex
< sub.run.fNumGlyphs)
1385
? sub.run.fGlyphs[sub.
endGlyphIndex
].fCluster
1389
for (size_t i = sub.startGlyphIndex; i < sub.
endGlyphIndex
;
682
append(SkShaper::RunHandler* handler, const SkShaper::RunHandler::RunInfo& runInfo, const ShapedRun& run, size_t startGlyphIndex, size_t
endGlyphIndex
)
global()
argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H
A
D
BitmapSizeTable.java
79
public int
endGlyphIndex
() {
in endGlyphIndex()
method in BitmapSizeTable
204
sb.append(Integer.toHexString(this.
endGlyphIndex
()));
in toString()
311
public int
endGlyphIndex
() {
in endGlyphIndex()
method in BitmapSizeTable.Builder
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_EBLC.h
52
SK_OT_USHORT
endGlyphIndex
; //highest glyph index for this size
member
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-color-cbdt-table.hh
670
out_table->
endGlyphIndex
= bitmap_size_context.end_glyph;
in subset()
683
HBGlyphID16
endGlyphIndex
;
member
/third_party/skia/src/ports/
H
A
D
SkScalerContext_win_dw.cpp
204
if (sizeTable->
endGlyphIndex
>= sizeTable->startGlyphIndex + 3) {
in has_bitmap_strike()
Completed in 7 milliseconds