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:fGM
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/tools/viewer/
H
A
D
GMSlide.cpp
19
GMSlide::GMSlide(std::unique_ptr<skiagm::GM> gm) :
fGM
(std::move(gm)) {
in GMSlide()
20
fGM
->setMode(skiagm::GM::kSample_Mode);
in GMSlide()
22
fName.printf("GM_%s",
fGM
->getName());
in GMSlide()
28
fGM
->gpuTeardown();
in gpuTeardown()
35
auto result =
fGM
->gpuSetup(direct, canvas, &msg);
in draw()
40
fGM
->draw(canvas, &msg);
in draw()
43
bool GMSlide::animate(double nanos) { return
fGM
->animate(nanos); }
in animate()
45
bool GMSlide::onChar(SkUnichar c) { return
fGM
->onChar(c); }
in onChar()
48
return
fGM
->getControls(controls);
in onGetControls()
52
fGM
in onSetControls()
[all...]
H
A
D
GMSlide.h
19
SkISize getDimensions() const override { return
fGM
->getISize(); }
31
std::unique_ptr<skiagm::GM>
fGM
;
member in GMSlide
/third_party/skia/bench/
H
A
D
GMBench.cpp
13
GMBench::GMBench(std::unique_ptr<skiagm::GM> gm) :
fGM
(std::move(gm)) {
in GMBench()
14
fGM
->setMode(skiagm::GM::kBench_Mode);
in GMBench()
16
fName.printf("GM_%s",
fGM
->getName());
in GMBench()
30
if (
fGM
->gpuSetup(direct, canvas) != skiagm::DrawResult::kOk) {
in onPerCanvasPreDraw()
34
fGM
->onceBeforeDraw();
in onPerCanvasPreDraw()
38
fGM
->gpuTeardown();
in onPerCanvasPostDraw()
50
fGM
->drawBackground(canvas);
in onDraw()
52
fGM
->drawContent(canvas);
in onDraw()
57
SkISize size =
fGM
->getISize();
in onGetSize()
H
A
D
GMBench.h
22
return
fGM
->modifyGrContextOptions(options);
34
std::unique_ptr<skiagm::GM>
fGM
;
member in GMBench
/third_party/skia/gm/verifiers/
H
A
D
gmverifier.cpp
94
VerifierList::VerifierList(GM* gm) :
fGM
(gm), fFailedVerifier(nullptr) {}
in VerifierList()
114
goldBmp = GMVerifier::RenderGoldBmp(
fGM
, colorInfo);
in verifyAll()
H
A
D
gmverifier.h
179
GM*
fGM
;
member in skiagm::verifiers::VerifierList
/third_party/skia/tools/skqp/src/
H
A
D
skqp.h
103
GMFactory
fGM
;
member
H
A
D
skqp.cpp
468
std::string gmName = SkQP::GetGMName(run.
fGM
);
in makeReport()
Completed in 3 milliseconds