Searched refs:CMAPBench (Results 1 - 2 of 2) sorted by relevance

/external/skia/bench/
H A DCmapBench.cpp65 class CMAPBench : public Benchmark { class in inherits:Benchmark
72 CMAPBench(TypefaceProc proc, const char name[]) { function in class:CMAPBench
99 DEF_BENCH( return new CMAPBench(containsText_proc, "paint_containsText"); )
100 DEF_BENCH( return new CMAPBench(textToGlyphs_proc, "paint_textToGlyphs"); )
101 DEF_BENCH( return new CMAPBench(charsToGlyphs_proc, "face_charsToGlyphs"); )
102 DEF_BENCH( return new CMAPBench(charsToGlyphsNull_proc, "face_charsToGlyphs_null"); )
/external/skqp/bench/
H A DCmapBench.cpp65 class CMAPBench : public Benchmark { class in inherits:Benchmark
72 CMAPBench(TypefaceProc proc, const char name[]) { function in class:CMAPBench
99 DEF_BENCH( return new CMAPBench(containsText_proc, "paint_containsText"); )
100 DEF_BENCH( return new CMAPBench(textToGlyphs_proc, "paint_textToGlyphs"); )
101 DEF_BENCH( return new CMAPBench(charsToGlyphs_proc, "face_charsToGlyphs"); )
102 DEF_BENCH( return new CMAPBench(charsToGlyphsNull_proc, "face_charsToGlyphs_null"); )

Completed in 109 milliseconds