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:box_flags
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
movtextenc.c
84
uint8_t
box_flags
;
member
105
if ((s->
box_flags
& STYL_BOX) && s->count) {
in encode_styl()
133
if (s->
box_flags
& HLIT_BOX) {
in encode_hlit()
147
if (s->
box_flags
& HCLR_BOX) {
in encode_hclr()
362
s->
box_flags
&= ~STYL_BOX;
in mov_text_style_start()
368
s->
box_flags
|= STYL_BOX;
in mov_text_style_start()
442
if (!(s->
box_flags
& HCLR_BOX))
in mov_text_color_cb()
445
if (!(s->
box_flags
& HLIT_BOX) || s->hlit.start == s->text_pos) {
in mov_text_color_cb()
446
s->
box_flags
|= HCLR_BOX;
in mov_text_color_cb()
447
s->
box_flags
|
in mov_text_color_cb()
[all...]
H
A
D
movtextdec.c
103
uint8_t
box_flags
;
member
118
if (m->
box_flags
& STYL_BOX) {
in mov_text_cleanup()
244
m->
box_flags
|= TWRP_BOX;
in decode_twrp()
251
m->
box_flags
|= HLIT_BOX;
in decode_hlit()
259
m->
box_flags
|= HCLR_BOX;
in decode_hclr()
288
m->
box_flags
|= STYL_BOX;
in decode_styl()
358
if (text < text_end && m->
box_flags
& TWRP_BOX) {
in text_to_ass()
369
if ((m->
box_flags
& STYL_BOX) && entry < m->style_entries) {
in text_to_ass()
399
if (m->
box_flags
& HLIT_BOX) {
in text_to_ass()
407
if (m->
box_flags
in text_to_ass()
[all...]
Completed in 3 milliseconds