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:isSrcOver
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/docs/examples/
H
A
D
Paint_setBlendMode.cpp
8
SkDebugf("
isSrcOver
%c= true\n", paint.
isSrcOver
() ? '=' : '!');
in REG_FIDDLE()
10
SkDebugf("
isSrcOver
%c= true\n", paint.
isSrcOver
() ? '=' : '!');
in REG_FIDDLE()
/third_party/skia/src/core/
H
A
D
SkRecordOpts.cpp
99
if (!paint->
isSrcOver
()) {
in fold_opacity_layer_color_to_paint()
132
!layerPaint->
isSrcOver
() ||
in fold_opacity_layer_color_to_paint()
174
if (!paint || paint->
isSrcOver
()) {
in effectively_srcover()
H
A
D
SkSpriteBlitter_ARGB32.cpp
110
if (paint.
isSrcOver
()) {
in ChooseL32()
H
A
D
SkBlitter_A8.cpp
16
SkASSERT(paint.
isSrcOver
());
in SkA8_Coverage_Blitter()
H
A
D
SkBitmapDevice.h
174
: fSurfaceProps((kN32_SkColorType != bitmap.colorType() || !paint.
isSrcOver
())
in SkBitmapDeviceFilteredSurfaceProps()
H
A
D
SkGlyphRunPainter.cpp
91
auto& props = (kN32_SkColorType == fColorType && paint.
isSrcOver
())
in drawForBitmapDevice()
H
A
D
SkPaint.cpp
154
bool SkPaint::
isSrcOver
() const {
in isSrcOver()
function in SkPaint
H
A
D
SkDevice.cpp
186
if (0 != c || !paint.
isSrcOver
()) {
in drawImageLattice()
H
A
D
SkBlitter.cpp
741
SkASSERT(paint->
isSrcOver
());
/third_party/skia/include/core/
H
A
D
SkPaint.h
485
bool
isSrcOver
() const;
/third_party/skia/src/xps/
H
A
D
SkXPSDevice.cpp
1184
(paint.getAlpha() == 0 && paint.
isSrcOver
())) {
in internalDrawRect()
1504
(paint->getAlpha() == 0 && paint->
isSrcOver
())) {
in drawPath()
/third_party/skia/src/pdf/
H
A
D
SkPDFDevice.cpp
183
if (!paint->
isSrcOver
() &&
in clean_paint()
1484
if (!paint->
isSrcOver
() &&
in internalDrawImageRect()
Completed in 19 milliseconds