Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Functions | Variables
GlyphQuadFillBench.cpp File Reference
#include "bench/Benchmark.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkFont.h"
#include "include/core/SkTypeface.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/GrRecordingContext.h"
#include "src/base/SkUTF.h"
#include "src/base/SkUtils.h"
#include "src/core/SkStrikeCache.h"
#include "src/gpu/ganesh/GrRecordingContextPriv.h"
#include "src/gpu/ganesh/SkGr.h"
#include "src/text/GlyphRun.h"
#include "src/text/gpu/StrikeCache.h"
#include "src/text/gpu/TextBlob.h"
#include "src/utils/SkTestCanvas.h"
#include "tools/fonts/FontToolUtils.h"
#include "tools/text/gpu/TextBlobTools.h"

Go to the source code of this file.

Classes

class  FillBench
 
class  SkTestCanvas< FillBench >
 
class  DirectMaskGlyphVertexFillBenchmark
 

Functions

 DEF_BENCH (return new DirectMaskGlyphVertexFillBenchmark{})
 

Variables

static const char * gText
 

Function Documentation

◆ DEF_BENCH()

DEF_BENCH ( return new DirectMaskGlyphVertexFillBenchmark{}  )

Variable Documentation

◆ gText

const char* gText
static
Initial value:
=
"Call me Ishmael. Some years ago--never mind how long precisely"

Definition at line 28 of file GlyphQuadFillBench.cpp.