OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontScalerBench
(Results
1 - 2
of
2
) sorted by null
/external/skia/bench/
FontScalerBench.cpp
17
class
FontScalerBench
: public SkBenchmark {
22
FontScalerBench
(bool doLCD) {
58
DEF_BENCH( return SkNEW_ARGS(
FontScalerBench
, (false)); )
59
DEF_BENCH( return SkNEW_ARGS(
FontScalerBench
, (true)); )
Android.mk
36
FontScalerBench
.cpp \
Completed in 38 milliseconds