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:onPeekPixels
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/include/utils/
H
A
D
SkPaintFilterCanvas.h
90
bool
onPeekPixels
(SkPixmap* pixmap) override;
/third_party/skia/src/core/
H
A
D
SkBitmapDevice.h
118
bool
onPeekPixels
(SkPixmap*) override;
H
A
D
SkPictureRecord.h
157
bool
onPeekPixels
(SkPixmap*) override { return false; }
H
A
D
SkBitmapDevice.cpp
320
if (this->
onPeekPixels
(pmap)) {
in onAccessPixels()
327
bool SkBitmapDevice::
onPeekPixels
(SkPixmap* pmap) {
in onPeekPixels()
function in SkBitmapDevice
H
A
D
SkDevice.h
352
virtual bool
onPeekPixels
(SkPixmap*) { return false; }
in onPeekPixels()
function in SkBaseDevice
H
A
D
SkDevice.cpp
394
return this->
onPeekPixels
(pmap);
in peekPixels()
H
A
D
SkCanvas.cpp
1292
return this->
onPeekPixels
(pmap);
in peekPixels()
1295
bool SkCanvas::
onPeekPixels
(SkPixmap* pmap) {
in onPeekPixels()
function in SkCanvas
/third_party/skia/src/image/
H
A
D
SkImage_Base.h
40
virtual bool
onPeekPixels
(SkPixmap*) const { return false; }
in onPeekPixels()
function in SkImage_Base
H
A
D
SkImage_Raster.cpp
85
bool
onPeekPixels
(SkPixmap*) const override;
196
bool SkImage_Raster::
onPeekPixels
(SkPixmap* pm) const {
in onPeekPixels()
function in SkImage_Raster
H
A
D
SkImage.cpp
57
return as_IB(this)->
onPeekPixels
(pm);
in peekPixels()
/third_party/skia/src/utils/
H
A
D
SkPaintFilterCanvas.cpp
263
bool SkPaintFilterCanvas::
onPeekPixels
(SkPixmap* pixmap) {
in onPeekPixels()
function in SkPaintFilterCanvas
/third_party/skia/include/core/
H
A
D
SkCanvas.h
2241
virtual bool
onPeekPixels
(SkPixmap* pixmap);
Completed in 17 milliseconds