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:style_flags
(Results
1 - 14
of
14
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
movtextenc.c
396
static void mov_text_style_set(MovTextContext *s, uint8_t
style_flags
)
in mov_text_style_set()
argument
398
if (!((s->style_attributes_temp.style_flag &
style_flags
) ^
style_flags
)) {
in mov_text_style_set()
403
s->style_attributes_temp.style_flag |=
style_flags
;
in mov_text_style_set()
547
uint8_t
style_flags
, alpha;
in mov_text_ass_style_set()
local
551
style_flags
= (!!style->bold * STYLE_FLAG_BOLD) |
in mov_text_ass_style_set()
554
mov_text_style_set(s,
style_flags
);
in mov_text_ass_style_set()
/third_party/skia/third_party/externals/freetype/src/cid/
H
A
D
cidobjs.c
424
cidface->
style_flags
= 0;
in FT_LOCAL_DEF()
426
cidface->
style_flags
|= FT_STYLE_FLAG_ITALIC;
in FT_LOCAL_DEF()
431
cidface->
style_flags
|= FT_STYLE_FLAG_BOLD;
in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/type42/
H
A
D
t42objs.c
329
root->
style_flags
= 0;
in FT_LOCAL_DEF()
331
root->
style_flags
|= FT_STYLE_FLAG_ITALIC;
in FT_LOCAL_DEF()
333
if ( face->ttf_face->
style_flags
& FT_STYLE_FLAG_BOLD )
in FT_LOCAL_DEF()
334
root->
style_flags
|= FT_STYLE_FLAG_BOLD;
in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/winfonts/
H
A
D
winfnt.c
797
root->
style_flags
|= FT_STYLE_FLAG_ITALIC;
in FNT_Face_Init()
800
root->
style_flags
|= FT_STYLE_FLAG_BOLD;
in FNT_Face_Init()
916
if ( root->
style_flags
& FT_STYLE_FLAG_BOLD )
in FNT_Face_Init()
918
if ( root->
style_flags
& FT_STYLE_FLAG_ITALIC )
in FNT_Face_Init()
923
else if ( root->
style_flags
& FT_STYLE_FLAG_ITALIC )
in FNT_Face_Init()
/third_party/skia/third_party/externals/freetype/src/type1/
H
A
D
t1objs.c
459
root->
style_flags
= 0;
in FT_LOCAL_DEF()
461
root->
style_flags
|= FT_STYLE_FLAG_ITALIC;
in FT_LOCAL_DEF()
466
root->
style_flags
|= FT_STYLE_FLAG_BOLD;
in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/bdf/
H
A
D
bdfdrivr.c
223
face->
style_flags
= 0;
in bdf_interpret_style()
231
face->
style_flags
|= FT_STYLE_FLAG_ITALIC;
in bdf_interpret_style()
242
face->
style_flags
|= FT_STYLE_FLAG_BOLD;
in bdf_interpret_style()
/third_party/skia/third_party/externals/freetype/src/pcf/
H
A
D
pcfread.c
1317
face->
style_flags
= 0;
in pcf_interpret_style()
1324
face->
style_flags
|= FT_STYLE_FLAG_ITALIC;
in pcf_interpret_style()
1334
face->
style_flags
|= FT_STYLE_FLAG_BOLD;
in pcf_interpret_style()
/third_party/skia/third_party/externals/freetype/include/freetype/
H
A
D
freetype.h
924
*
style_flags
::
930
* (sub)font. Bit 31 is always zero (this is, `
style_flags
` is always
1069
FT_Long
style_flags
;
member
1495
* used in the `
style_flags
` field of @FT_FaceRec.
2286
* this special case are `face->num_faces` and `face->
style_flags
`.
2290
* `face->
style_flags
` give the number of named instances in face 'N'
2373
* num_instances = face->
style_flags
>> 16;
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
sfobjs.c
723
face->root.
style_flags
= (FT_Long)num_instances << 16;
in FT_LOCAL_DEF()
1128
root->
style_flags
|= flags;
in FT_LOCAL_DEF()
/third_party/skia/src/ports/
H
A
D
SkFontHost_FreeType.cpp
465
if (face->
style_flags
& FT_STYLE_FLAG_ITALIC) {
in onGetAdvancedMetrics()
1860
if (face->
style_flags
& FT_STYLE_FLAG_BOLD) {
1863
if (face->
style_flags
& FT_STYLE_FLAG_ITALIC) {
/third_party/skia/third_party/externals/freetype/src/cff/
H
A
D
cffobjs.c
1033
cffface->
style_flags
= flags;
in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftobjs.c
2740
face->
style_flags
>> 16,
in ft_open_face_internal()
2741
( face->
style_flags
>> 16 ) == 1 ? "" : "s",
in ft_open_face_internal()
/third_party/skia/third_party/externals/freetype/src/truetype/
H
A
D
ttgxvar.c
2239
num_instances = (FT_UInt)face->root.
style_flags
>> 16;
in FT_LOCAL_DEF()
3173
num_instances = (FT_UInt)face->root.
style_flags
>> 16;
in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/autofit/
H
A
D
aflatin.c
2668
( face->
style_flags
& FT_STYLE_FLAG_ITALIC ) != 0 )
in af_latin_hints_init()
Completed in 32 milliseconds