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:y_offset_
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H
A
D
composite_bitmap_glyph.cc
67
y_offset_
(rhs.
y_offset_
) {
in Component()
79
y_offset_
= rhs.
y_offset_
;
in operator =()
86
: glyph_code_(glyph_code), x_offset_(x_offset),
y_offset_
(y_offset) {
in Component()
H
A
D
composite_bitmap_glyph.h
33
int32_t y_offset() { return
y_offset_
; }
in y_offset()
45
int32_t
y_offset_
;
member in sfntly::CompositeBitmapGlyph::Component
/third_party/skia/third_party/externals/libwebp/src/mux/
H
A
D
anim_encode.c
37
int x_offset_,
y_offset_
, width_, height_;
member
211
ClearRectangle(picture, rect->x_offset_, rect->
y_offset_
,
in WebPUtilClearPic()
424
assert(rect->
y_offset_
+ rect->height_ <= dst->height);
in MinimizeChangeRectangle()
429
&src->argb[rect->
y_offset_
* src->argb_stride + i];
in MinimizeChangeRectangle()
431
&dst->argb[rect->
y_offset_
* dst->argb_stride + i];
in MinimizeChangeRectangle()
445
&src->argb[rect->
y_offset_
* src->argb_stride + i];
in MinimizeChangeRectangle()
447
&dst->argb[rect->
y_offset_
* dst->argb_stride + i];
in MinimizeChangeRectangle()
458
for (j = rect->
y_offset_
; j < rect->
y_offset_
+ rect->height_; ++j) {
in MinimizeChangeRectangle()
466
++rect->
y_offset_
;
in MinimizeChangeRectangle()
[all...]
/third_party/skia/third_party/externals/libwebp/src/demux/
H
A
D
demux.c
44
int x_offset_,
y_offset_
;
member
325
frame->
y_offset_
= 2 * ReadLE24s(mem);
in ParseAnimationFrame()
590
if (frame->x_offset_ != 0 || frame->
y_offset_
!= 0) {
in CheckFrameBounds()
597
if (frame->x_offset_ < 0 || frame->
y_offset_
< 0) return 0;
in CheckFrameBounds()
599
if (frame->height_ + frame->
y_offset_
> canvas_height) return 0;
in CheckFrameBounds()
849
iter->y_offset = frame->
y_offset_
;
in SynthesizeFrame()
Completed in 4 milliseconds