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:setAlphaType
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/tests/
H
A
D
ShaderOpacityTest.cpp
37
bmp.
setAlphaType
(kOpaque_SkAlphaType);
in test_bitmap()
43
bmp.
setAlphaType
(kPremul_SkAlphaType);
in test_bitmap()
H
A
D
AnimatedImageTest.cpp
329
REPORTER_ASSERT(r, bm.
setAlphaType
(frameInfos[i].fAlphaType));
in DEF_TEST()
/third_party/skia/docs/examples/
H
A
D
Bitmap_setAlphaType.cpp
27
bool result = bitmap.
setAlphaType
(alphaType);
in REG_FIDDLE()
H
A
D
unexpected_setAlphaType.cpp
60
bool result = bitmap.
setAlphaType
(alphaType);
in REG_FIDDLE()
/third_party/skia/src/utils/mac/
H
A
D
SkCreateCGImageRef.cpp
230
tmp.
setAlphaType
(kOpaque_SkAlphaType);
in SkCreateBitmapFromCGImage()
235
tmp.
setAlphaType
(kOpaque_SkAlphaType);
in SkCreateBitmapFromCGImage()
/third_party/skia/gm/
H
A
D
filterbug.cpp
37
bm.
setAlphaType
(SkAlphaType::kOpaque_SkAlphaType);
in make_image()
H
A
D
lazytiling.cpp
141
bigBM.
setAlphaType
(kOpaque_SkAlphaType);
in create_bitmap()
H
A
D
all_bitmap_configs.cpp
35
tmp.
setAlphaType
(kOpaque_SkAlphaType);
in copy_bitmap()
/third_party/skia/src/android/
H
A
D
SkAnimatedImage.cpp
118
SkAssertResult(fBitmap.
setAlphaType
(info.alphaType()));
in init()
/third_party/skia/include/core/
H
A
D
SkBitmap.h
258
bool
setAlphaType
(SkAlphaType alphaType);
/third_party/skia/src/core/
H
A
D
SkBitmap.cpp
143
bool SkBitmap::
setAlphaType
(SkAlphaType newAlphaType) {
in setAlphaType()
function in SkBitmap
Completed in 8 milliseconds