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:sk_calloc_throw
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkMalloc.cpp
8
void*
sk_calloc_throw
(size_t count, size_t elemSize) {
in sk_calloc_throw()
function
9
return
sk_calloc_throw
(SkSafeMath::Mul(count, elemSize));
in sk_calloc_throw()
H
A
D
SkDistanceFieldGen.cpp
360
SkAutoFree storage(
sk_calloc_throw
(dataWidth*dataHeight*(sizeof(DFData) + 1)));
in generate_distance_field_from_image()
/third_party/skia/include/private/
H
A
D
SkMalloc.h
62
static inline void*
sk_calloc_throw
(size_t size) {
in sk_calloc_throw()
function
77
SK_API extern void*
sk_calloc_throw
(size_t count, size_t elemSize);
/third_party/skia/tests/
H
A
D
MemoryTest.cpp
5
char* zeros = (char*)
sk_calloc_throw
(kNum*sizeof(char));
in DEF_TEST()
H
A
D
PDFDeflateWStreamTest.cpp
23
return
sk_calloc_throw
(SkToSizeT(items) * SkToSizeT(size));
in skia_alloc_func()
/third_party/skia/src/pdf/
H
A
D
SkDeflate.cpp
24
return
sk_calloc_throw
(SkToSizeT(items) * SkToSizeT(size));
in skia_alloc_func()
/third_party/skia/src/utils/
H
A
D
SkBitSet.h
25
, fChunks((Chunk*)
sk_calloc_throw
(NumChunksFor(fSize) * sizeof(Chunk)))
in SkBitSet()
/third_party/skia/src/gpu/
H
A
D
GrDrawOpAtlas.cpp
137
sk_calloc_throw
(fBytesPerPixel * fWidth * fHeight));
in addSubImage()
Completed in 5 milliseconds