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:fIsOpaque
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrProcessorAnalysis.cpp
18
fIsOpaque
= input.isOpaque();
in GrColorFragmentProcessorAnalysis()
28
fIsOpaque
= fLastKnownOutputColor.isOpaque();
in GrColorFragmentProcessorAnalysis()
37
if (
fIsOpaque
&& !fp->preservesOpaqueInput()) {
in GrColorFragmentProcessorAnalysis()
38
fIsOpaque
= false;
in GrColorFragmentProcessorAnalysis()
H
A
D
GrProcessorAnalysis.h
101
bool isOpaque() const { return
fIsOpaque
; }
in isOpaque()
150
return
fIsOpaque
? GrProcessorAnalysisColor::Opaque::kYes
in outputColor()
155
bool
fIsOpaque
;
member in GrColorFragmentProcessorAnalysis
/third_party/skia/src/codec/
H
A
D
SkBmpStandardCodec.cpp
29
,
fIsOpaque
(isOpaque)
in SkBmpStandardCodec()
92
bool isPremul = (kPremul_SkAlphaType == packAlphaType) && !
fIsOpaque
;
in createColorTable()
102
if (
fIsOpaque
) {
in createColorTable()
242
if (fInIco &&
fIsOpaque
) {
in decodeRows()
H
A
D
SkBmpStandardCodec.h
86
const bool
fIsOpaque
;
member in SkBmpStandardCodec
/third_party/skia/tests/
H
A
D
NdkDecodeTest.cpp
185
bool
fIsOpaque
;
in DEF_TEST()
member
198
REPORTER_ASSERT(r, gen->getInfo().isOpaque() == rec.
fIsOpaque
);
in DEF_TEST()
201
if (rec.
fIsOpaque
) {
in DEF_TEST()
/third_party/skia/src/core/
H
A
D
SkDraw_vertices.cpp
75
SkTriColorShader(bool isOpaque, bool usePersp) :
fIsOpaque
(isOpaque), fUsePersp(usePersp) {}
in SkTriColorShader()
102
bool isOpaque() const override { return
fIsOpaque
; }
112
const bool
fIsOpaque
;
member in SkTriColorShader
H
A
D
SkVMBlitter.cpp
176
explicit PaintColorShader(bool isOpaque) :
fIsOpaque
(isOpaque) {}
in PaintColorShader()
178
const bool
fIsOpaque
;
member
184
bool isOpaque() const override { return
fIsOpaque
; }
H
A
D
SkRuntimeEffect.cpp
980
,
fIsOpaque
(isOpaque)
in SkRTShader()
984
bool isOpaque() const override { return
fIsOpaque
; }
1010
if (
fIsOpaque
) {
1067
if (
fIsOpaque
) {
1094
bool
fIsOpaque
;
member in SkRTShader
Completed in 9 milliseconds