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:AllocImage
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkMask.cpp
42
uint8_t* SkMask::
AllocImage
(size_t size, AllocType at) {
in AllocImage()
function in SkMask
84
dst.fImage = SkMask::
AllocImage
(toAlloc);
in PrepareDestination()
H
A
D
SkBlurMask.cpp
231
dst->fImage = SkMask::
AllocImage
(dstSize);
in BoxBlur()
437
uint8_t* dp = SkMask::
AllocImage
(dstSize);
in BlurRect()
465
dst->fImage = SkMask::
AllocImage
(srcSize);
in BlurRect()
559
uint8_t* dstPixels = SkMask::
AllocImage
(dstSize);
in BlurGroundTruth()
642
dst->fImage = SkMask::
AllocImage
(srcSize);
in BlurGroundTruth()
H
A
D
SkMask.h
127
static uint8_t*
AllocImage
(size_t bytes, AllocType = kUninit_Alloc);
H
A
D
SkBitmap.cpp
556
srcM.fImage = SkMask::
AllocImage
(srcM.computeImageSize());
in extractAlpha()
H
A
D
SkDraw.cpp
1299
mask->fImage = SkMask::
AllocImage
(size, SkMask::kZeroInit_Alloc);
in DrawToMask()
H
A
D
SkAAClip.cpp
869
mask->fImage = SkMask::
AllocImage
(size);
H
A
D
SkBlurMF.cpp
189
mask->fImage = SkMask::
AllocImage
(size, SkMask::kZeroInit_Alloc);
in prepare_to_draw_into_mask()
/third_party/skia/src/effects/
H
A
D
SkShaderMaskFilter.cpp
90
dst->fImage = SkMask::
AllocImage
(size);
in filterMask()
H
A
D
SkEmbossMaskFilter.cpp
103
dst->fImage = SkMask::
AllocImage
(planeSize * 3);
in filterMask()
H
A
D
SkTableMaskFilter.cpp
61
dst->fImage = SkMask::
AllocImage
(dst->computeImageSize());
in filterMask()
/third_party/skia/bench/
H
A
D
BlurRectBench.cpp
119
fSrcMask.fImage = SkMask::
AllocImage
(fSrcMask.computeTotalImageSize());
/third_party/skia/tests/
H
A
D
AAClipTest.cpp
83
mask->fImage = SkMask::
AllocImage
(mask->computeImageSize());
in copyToMask()
H
A
D
BlurTest.cpp
185
src.fImage = SkMask::
AllocImage
(src.computeTotalImageSize());
in ground_truth_2d()
Completed in 13 milliseconds