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:fPic
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/tools/viewer/
H
A
D
SKPSlide.cpp
26
if (
fPic
) {
in draw()
33
canvas->drawPicture(
fPic
.get());
in draw()
47
fPic
= SkPicture::MakeFromStream(fStream.get());
in load()
48
if (!
fPic
) {
in load()
52
fCullRect =
fPic
->cullRect().roundOut();
in load()
56
fPic
.reset(nullptr);
in unload()
H
A
D
SKPSlide.h
28
sk_sp<const SkPicture>
fPic
;
member in SKPSlide
/third_party/skia/bench/
H
A
D
PicturePlaybackBench.cpp
65
fPic
= recorder.finishRecordingAsPicture();
84
fPic
->playback(canvas);
93
sk_sp<SkPicture>
fPic
;
member in TiledPlaybackBench
H
A
D
SKPBench.cpp
24
:
fPic
(SkRef(pic))
in SKPBench()
49
bounds.intersect(
fPic
->cullRect().roundOut());
in onPerCanvasPreDraw()
131
fSurfaces[j]->getCanvas()->drawPicture(
fPic
.get(), &trans, nullptr);
in drawPicture()
168
draw_pic_for_stats(canvas, direct,
fPic
.get(), keys, values);
in getGpuStats()
H
A
D
SKPBench.h
46
const SkPicture* picture() const { return
fPic
.get(); }
in picture()
51
sk_sp<const SkPicture>
fPic
;
member in SKPBench
Completed in 2 milliseconds