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_x
(Results
1 - 4
of
4
) 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()
57
current_x
= path_start_x = x;
in move_to()
66
current_x
= x;
in line_to()
80
funcs->cubic_to (roundf ((
current_x
+ 2.f * control_x) / 3.f),
in quadratic_to()
85
current_x
= to_x;
in quadratic_to()
100
current_x
= to_x;
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()
130
hb_position_t
current_x
;
member
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
xan.c
215
int
current_x
;
in xan_wc3_output_pixel_run()
local
223
current_x
= x;
in xan_wc3_output_pixel_run()
225
int count = FFMIN(pixel_count, width -
current_x
);
in xan_wc3_output_pixel_run()
230
current_x
+= count;
in xan_wc3_output_pixel_run()
232
if (
current_x
>= width) {
in xan_wc3_output_pixel_run()
234
current_x
= 0;
in xan_wc3_output_pixel_run()
/third_party/skia/tools/
H
A
D
using_skia_and_harfbuzz.cpp
162
current_x
= config->left_margin.value;
in WriteLine()
166
blob.get(), SkDoubleToScalar(
current_x
),
in WriteLine()
179
double
current_x
;
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
262
current_x
= libinput_event_tablet_tool_get_x(t);
in START_TEST()
265
ck_assert_double_gt(
current_x
, old_x);
in START_TEST()
268
old_x =
current_x
;
in START_TEST()
Completed in 3 milliseconds