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:GMSlide
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/tools/viewer/
H
A
D
GMSlide.cpp
17
#include "tools/viewer/
GMSlide
.h"
19
GMSlide
::
GMSlide
(std::unique_ptr<skiagm::GM> gm) : fGM(std::move(gm)) {
in GMSlide()
function in GMSlide
25
GMSlide
::~
GMSlide
() = default;
27
void
GMSlide
::gpuTeardown() {
in gpuTeardown()
31
void
GMSlide
::draw(SkCanvas* canvas) {
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()
47
bool
GMSlide
[all...]
H
A
D
GMSlide.h
14
class
GMSlide
: public Slide {
class
16
GMSlide
(std::unique_ptr<skiagm::GM> gm);
17
~
GMSlide
() override;
H
A
D
Viewer.cpp
46
#include "tools/viewer/
GMSlide
.h"
836
sk_sp<Slide> slide(new
GMSlide
(std::move(gm)));
in initSlides()
Completed in 4 milliseconds