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:pPos
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-graphite2.cc
399
hb_glyph_position_t *
pPos
= hb_buffer_get_glyph_positions (buffer, nullptr);
in _hb_graphite2_shape()
local
403
for (is = gr_seg_first_slot (seg); is;
pPos
++, ++info, is = gr_slot_next_in_segment (is))
in _hb_graphite2_shape()
405
pPos
->x_offset = gr_slot_origin_X (is) * xscale - curradvx;
in _hb_graphite2_shape()
406
pPos
->y_offset = gr_slot_origin_Y (is) * yscale - curradvy;
in _hb_graphite2_shape()
408
pPos
->x_advance = info->var1.i32;
in _hb_graphite2_shape()
409
curradvx +=
pPos
->x_advance;
in _hb_graphite2_shape()
412
pPos
->x_advance = 0.;
in _hb_graphite2_shape()
414
pPos
->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale;
in _hb_graphite2_shape()
415
curradvy +=
pPos
->y_advance;
in _hb_graphite2_shape()
421
for (is = gr_seg_first_slot (seg); is;
pPos
in _hb_graphite2_shape()
[all...]
/third_party/sqlite/src/
H
A
D
sqlite3.c
226964
Fts5PoslistReader *
pPos
= &aIter[i];
global()
local
227100
Fts5LookaheadReader *
pPos
= &a[i].reader;
global()
local
233219
fts5IndexExtractColset( int *pRc, Fts5Colset *pColset, const u8 *
pPos
, int nPos, Fts5Iter *pIter )
global()
argument
243983
const u8 *
pPos
; int nPos; /* Position list */
global()
local
[all...]
Completed in 123 milliseconds