OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onGetSize
(Results
1 - 3
of
3
) sorted by null
/external/skia/bench/
SkBenchmark.cpp
20
return this->
onGetSize
();
67
SkIPoint SkBenchmark::
onGetSize
() {
SkBenchmark.h
68
virtual SkIPoint
onGetSize
();
FPSBench.cpp
22
virtual SkIPoint
onGetSize
() { return SkIPoint::Make(fWidth, fHeight); }
Completed in 236 milliseconds