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:line_top
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
vp8l_enc.c
190
uint32_t *lines, *
line_top
, *line_current, *line_tmp;
in CoOccurrenceBuild()
local
199
line_top
= &lines[0];
in CoOccurrenceBuild()
217
if (y > 0 && prev_idx !=
line_top
[x]) {
in CoOccurrenceBuild()
218
const uint32_t top_idx =
line_top
[x];
in CoOccurrenceBuild()
223
line_tmp =
line_top
;
in CoOccurrenceBuild()
224
line_top
= line_current;
in CoOccurrenceBuild()
/third_party/skia/modules/skparagraph/tests/
H
A
D
SkParagraphTest.cpp
1458
const auto
line_top
= std::min(run1_ascent, run2_ascent);
in UNIX_ONLY_TEST()
local
1462
const auto glyphs_top = metricsAscent -
line_top
;
in UNIX_ONLY_TEST()
1463
const auto glyphs_bottom = metricsDescent -
line_top
;
in UNIX_ONLY_TEST()
1475
REPORTER_ASSERT(reporter, SkScalarNearlyEqual(lineBoxes[0].rect.height(), line_bottom -
line_top
, EPSILON2));
in UNIX_ONLY_TEST()
Completed in 16 milliseconds