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:startGlyphIndex
(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
;
694
const ShapedGlyph& glyph = run.fGlyphs[is_LTR(run.fLevel) ?
startGlyphIndex
+ i
1370
struct SubRun { const ShapedRun& run; size_t
startGlyphIndex
; size_t endGlyphIndex; };
member
1374
size_t
startGlyphIndex
= (logicalIndex == previousBreak.fRunIndex)
1380
return SubRun{ run,
startGlyphIndex
, endGlyphIndex };
1383
uint32_t startUtf8 = sub.run.fGlyphs[sub.
startGlyphIndex
].fCluster;
1389
for (size_t i = sub.
startGlyphIndex
; i < sub.endGlyphIndex; ++i) {
1397
sub.endGlyphIndex - sub.
startGlyphIndex
,
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
75
public int
startGlyphIndex
() {
in startGlyphIndex()
method in BitmapSizeTable
202
sb.append(Integer.toHexString(this.
startGlyphIndex
()));
in toString()
307
public int
startGlyphIndex
() {
in startGlyphIndex()
method in BitmapSizeTable.Builder
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_EBLC.h
51
SK_OT_USHORT
startGlyphIndex
; //lowest glyph index for this size
member
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-color-cbdt-table.hh
669
out_table->
startGlyphIndex
= bitmap_size_context.start_glyph;
in subset()
682
HBGlyphID16
startGlyphIndex
;
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