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:onPaint
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/tools/sk_app/
H
A
D
Window.cpp
75
void Window::
onPaint
() {
93
this->visitLayers([=](Layer* layer) { layer->
onPaint
(backbuffer.get()); });
H
A
D
Window.h
52
// Make sure that either
onPaint
or markInvalReceived is called when the client window consumes
114
virtual void
onPaint
(SkSurface*) {}
in onPaint()
function in sk_app::Window::Layer
137
void
onPaint
();
/third_party/skia/tools/viewer/
H
A
D
StatsLayer.h
27
void
onPaint
(SkSurface*) override;
H
A
D
ImGuiLayer.h
128
void
onPaint
(SkSurface*) override;
H
A
D
StatsLayer.cpp
69
void StatsLayer::
onPaint
(SkSurface* surface) {
in onPaint()
function in StatsLayer
H
A
D
Viewer.h
40
void
onPaint
(SkSurface*) override;
H
A
D
ImGuiLayer.cpp
150
void ImGuiLayer::
onPaint
(SkSurface* surface) {
in onPaint()
function in ImGuiLayer
H
A
D
Viewer.cpp
1629
void Viewer::
onPaint
(SkSurface* surface) {
in onPaint()
function in Viewer
/third_party/skia/example/
H
A
D
HelloWorld.h
24
void
onPaint
(SkSurface*) override;
H
A
D
HelloWorld.cpp
57
void HelloWorld::
onPaint
(SkSurface* surface) {
in onPaint()
function in HelloWorld
/third_party/skia/tools/sk_app/android/
H
A
D
Window_android.cpp
83
onPaint
();
in paintIfNeeded()
/third_party/skia/tools/sk_app/unix/
H
A
D
Window_unix.h
63
this->
onPaint
();
in finishPaint()
/third_party/skia/experimental/sktext/editor/
H
A
D
Editor.h
41
void
onPaint
(SkSurface* surface) override;
H
A
D
Editor.cpp
109
void Editor::
onPaint
(SkSurface* surface) {
in onPaint()
function in skia::editor::Editor
/third_party/skia/tools/sk_app/win/
H
A
D
Window_win.cpp
221
window->
onPaint
();
in WndProc()
/third_party/skia/modules/skplaintexteditor/app/
H
A
D
editor_application.cpp
123
void
onPaint
(SkSurface* surface) override {
Completed in 10 milliseconds