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:current_y
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-draw.hh
50
path_start_x = current_x = path_start_y =
current_y
= 0;
in draw_helper_t()
58
current_y
= path_start_y = y;
in move_to()
67
current_y
= y;
in line_to()
81
roundf ((
current_y
+ 2.f * control_y) / 3.f),
in quadratic_to()
86
current_y
= to_y;
in quadratic_to()
101
current_y
= to_y;
in cubic_to()
108
if ((path_start_x != current_x) || (path_start_y !=
current_y
))
in end_path()
113
path_start_x = current_x = path_start_y =
current_y
= 0;
in end_path()
118
{ return current_x == x &&
current_y
== y; }
in equal_to_current()
131
hb_position_t
current_y
;
member
[all...]
/third_party/skia/tools/
H
A
D
using_skia_and_harfbuzz.cpp
152
(
current_y
> config->line_spacing_ratio.value * config->font_size.value &&
in WriteLine()
153
current_y
+ endPoint.y() > config->page_height.value)
in WriteLine()
163
current_y
= config->line_spacing_ratio.value * config->font_size.value;
in WriteLine()
167
SkDoubleToScalar(
current_y
), glyph_paint);
in WriteLine()
169
current_y
+= endPoint.y() + config->line_spacing_ratio.value * config->font_size.value;
in WriteLine()
180
double
current_y
;
member in Placement
/third_party/libinput/test/
H
A
D
test-totem.c
245
double current_x,
current_y
, old_x, old_y;
in START_TEST()
local
263
current_y
= libinput_event_tablet_tool_get_y(t);
in START_TEST()
266
ck_assert_double_lt(
current_y
, old_y);
in START_TEST()
269
old_y =
current_y
;
in START_TEST()
Completed in 2 milliseconds