OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextBench
(Results
1 - 2
of
2
) sorted by null
/external/skia/bench/
TextBench.cpp
41
class
TextBench
: public SkBenchmark {
49
TextBench
(const char text[], int ps,
75
virtual ~
TextBench
() {
133
DEF_BENCH( return new
TextBench
(STR, 16, 0xFF000000, kBW); )
134
DEF_BENCH( return new
TextBench
(STR, 16, 0xFFFF0000, kBW); )
135
DEF_BENCH( return new
TextBench
(STR, 16, 0x88FF0000, kBW); )
137
DEF_BENCH( return new
TextBench
(STR, 16, 0xFF000000, kAA); )
138
DEF_BENCH( return new
TextBench
(STR, 16, 0xFFFF0000, kAA); )
139
DEF_BENCH( return new
TextBench
(STR, 16, 0x88FF0000, kAA); )
141
DEF_BENCH( return new
TextBench
(STR, 16, 0xFF000000, kLCD);
[
all
...]
Android.mk
78
TextBench
.cpp \
Completed in 113 milliseconds