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:vstore
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/cff/
H
A
D
cffload.c
1095
cff_vstore_done( CFF_VStoreRec*
vstore
,
in cff_vstore_done()
argument
1102
if (
vstore
->varRegionList )
in cff_vstore_done()
1104
for ( i = 0; i <
vstore
->regionCount; i++ )
in cff_vstore_done()
1105
FT_FREE(
vstore
->varRegionList[i].axisList );
in cff_vstore_done()
1107
FT_FREE(
vstore
->varRegionList );
in cff_vstore_done()
1110
if (
vstore
->varData )
in cff_vstore_done()
1112
for ( i = 0; i <
vstore
->dataCount; i++ )
in cff_vstore_done()
1113
FT_FREE(
vstore
->varData[i].regionIndices );
in cff_vstore_done()
1115
FT_FREE(
vstore
->varData );
in cff_vstore_done()
1124
cff_vstore_load( CFF_VStoreRec*
vstore
,
in cff_vstore_load()
argument
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H
A
D
psfont.c
249
CFF_VStoreRec*
vstore
;
in cf2_font_setup()
local
277
vstore
= cf2_getVStore( decoder );
in cf2_font_setup()
278
hasVariations = (
vstore
->dataCount != 0 );
in cf2_font_setup()
H
A
D
psft.c
462
return &decoder->cff->
vstore
;
in FT_LOCAL_DEF()
/third_party/node/deps/openssl/openssl/crypto/store/
H
A
D
store_meth.c
72
static void loader_store_free(void *
vstore
)
in loader_store_free()
argument
74
ossl_method_store_free(
vstore
);
in loader_store_free()
/third_party/node/deps/openssl/openssl/crypto/evp/
H
A
D
evp_fetch.c
26
static void evp_method_store_free(void *
vstore
)
in evp_method_store_free()
argument
28
ossl_method_store_free(
vstore
);
in evp_method_store_free()
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H
A
D
decoder_meth.c
69
static void decoder_store_free(void *
vstore
)
in decoder_store_free()
argument
71
ossl_method_store_free(
vstore
);
in decoder_store_free()
H
A
D
encoder_meth.c
69
static void encoder_store_free(void *
vstore
)
in encoder_store_free()
argument
71
ossl_method_store_free(
vstore
);
in encoder_store_free()
/third_party/openssl/crypto/encode_decode/
H
A
D
decoder_meth.c
69
static void decoder_store_free(void *
vstore
)
in decoder_store_free()
argument
71
ossl_method_store_free(
vstore
);
in decoder_store_free()
H
A
D
encoder_meth.c
69
static void encoder_store_free(void *
vstore
)
in encoder_store_free()
argument
71
ossl_method_store_free(
vstore
);
in encoder_store_free()
/third_party/openssl/crypto/evp/
H
A
D
evp_fetch.c
26
static void evp_method_store_free(void *
vstore
)
in evp_method_store_free()
argument
28
ossl_method_store_free(
vstore
);
in evp_method_store_free()
/third_party/openssl/crypto/store/
H
A
D
store_meth.c
72
static void loader_store_free(void *
vstore
)
in loader_store_free()
argument
74
ossl_method_store_free(
vstore
);
in loader_store_free()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H
A
D
cfftypes.h
403
CFF_VStoreRec
vstore
; /* parsed
vstore
structure */
member
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
provider_core.c
286
static void provider_store_free(void *
vstore
)
in provider_store_free()
argument
288
struct provider_store_st *store =
vstore
;
in provider_store_free()
/third_party/openssl/crypto/
H
A
D
provider_core.c
286
static void provider_store_free(void *
vstore
)
in provider_store_free()
argument
288
struct provider_store_st *store =
vstore
;
in provider_store_free()
Completed in 23 milliseconds