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:palette_data
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttcpal.c
108
face->
palette_data
.num_palette_entries = FT_NEXT_USHORT( p );
in FT_LOCAL_DEF()
109
face->
palette_data
.num_palettes = FT_NEXT_USHORT( p );
in FT_LOCAL_DEF()
115
face->
palette_data
.num_palettes * 2U > table_size )
in FT_LOCAL_DEF()
123
if ( face->
palette_data
.num_palette_entries > cpal->num_colors )
in FT_LOCAL_DEF()
138
face->
palette_data
.num_palettes * 2U +
in FT_LOCAL_DEF()
142
p += face->
palette_data
.num_palettes * 2U;
in FT_LOCAL_DEF()
152
if ( face->
palette_data
.num_palettes * 2U >
in FT_LOCAL_DEF()
156
if ( FT_QNEW_ARRAY( array, face->
palette_data
.num_palettes ) )
in FT_LOCAL_DEF()
161
limit = q + face->
palette_data
.num_palettes;
in FT_LOCAL_DEF()
166
face->
palette_data
in FT_LOCAL_DEF()
[all...]
H
A
D
sfobjs.c
1481
FT_FREE( face->
palette_data
.palette_name_ids );
in sfnt_done_face()
1482
FT_FREE( face->
palette_data
.palette_flags );
in sfnt_done_face()
1483
FT_FREE( face->
palette_data
.palette_entry_name_ids );
in sfnt_done_face()
H
A
D
ttcolr.c
365
*acolor_index >= face->
palette_data
.num_palette_entries ) )
in FT_LOCAL_DEF()
1224
if ( face->
palette_data
.palette_flags &&
in FT_LOCAL_DEF()
1225
( face->
palette_data
.palette_flags[face->palette_index] &
in FT_LOCAL_DEF()
/third_party/ffmpeg/libavcodec/
H
A
D
cdtoons.c
375
uint8_t *
palette_data
= c->sprites[palette_id].data;
in cdtoons_decode_frame()
local
379
r = *
palette_data
;
in cdtoons_decode_frame()
380
g = *(
palette_data
+ 2);
in cdtoons_decode_frame()
381
b = *(
palette_data
+ 4);
in cdtoons_decode_frame()
383
palette_data
+= 6;
in cdtoons_decode_frame()
H
A
D
sunrastenc.c
58
const uint32_t *
palette_data
,
in sunrast_image_write_image()
75
uint32_t pixel =
palette_data
[x];
in sunrast_image_write_image()
56
sunrast_image_write_image(AVCodecContext *avctx, const uint8_t *pixels, const uint32_t *
palette_data
, int linesize)
sunrast_image_write_image()
argument
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftcolor.c
43
*apalette_data = ( (TT_Face)face )->
palette_data
;
in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H
A
D
tttypes.h
1282
*
palette_data
::
1539
FT_Palette_Data
palette_data
; /* since 2.10 */
member
/third_party/skia/src/ports/
H
A
D
SkFontHost_FreeType_common.cpp
1274
FT_Palette_Data
palette_data
;
in generateGlyphImage()
local
1276
FT_Error err = FT_Palette_Data_Get(face, &
palette_data
);
in generateGlyphImage()
1288
SkSpan<FT_Color> paletteSpan(palette,
palette_data
.num_palette_entries);
in generateGlyphImage()
Completed in 12 milliseconds