Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkData.h"
#include "include/core/SkExecutor.h"
#include "include/core/SkImage.h"
#include "include/core/SkPath.h"
#include "include/core/SkPixmap.h"
#include "include/core/SkStream.h"
#include "include/effects/SkGradientShader.h"
#include "include/private/base/SkTo.h"
#include "src/base/SkRandom.h"
#include "src/core/SkAutoPixmapStorage.h"
#include "src/pdf/SkPDFUnion.h"
#include "src/utils/SkFloatToDecimal.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include "tools/fonts/FontToolUtils.h"
Go to the source code of this file.
Classes | |
struct | PDFScalarBench |
Functions | |
float | next_common (SkRandom *random) |
float | next_any (SkRandom *random) |
float next_any | ( | SkRandom * | random | ) |
Definition at line 70 of file PDFBench.cpp.
float next_common | ( | SkRandom * | random | ) |
Definition at line 67 of file PDFBench.cpp.