OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkViewCreateFunc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/samplecode/
SampleCode.h
52
typedef SkView* (*
SkViewCreateFunc
)();
54
// wraps
SkViewCreateFunc
in SkViewFactory interface
57
SkFuncViewFactory(
SkViewCreateFunc
func);
61
SkViewCreateFunc
fCreateFunc;
85
explicit SkViewRegister(
SkViewCreateFunc
);
SampleApp.cpp
373
SkFuncViewFactory::SkFuncViewFactory(
SkViewCreateFunc
func)
400
SkViewRegister::SkViewRegister(
SkViewCreateFunc
func) {
[
all
...]
Completed in 159 milliseconds