OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GM
(Results
51 - 75
of
172
) sorted by null
1
2
3
4
5
6
7
/external/skia/gm/
thinstrokedrects.cpp
8
#include "
gm
.h"
13
class ThinStrokedRectsGM : public
GM
{
71
typedef
GM
INHERITED;
gradients.cpp
8
#include "
gm
.h"
100
class GradientsGM : public
GM
{
148
typedef
GM
INHERITED;
153
class GradientsLocalPerspectiveGM : public
GM
{
204
typedef
GM
INHERITED;
246
class GradientsDegenrate2PointGM : public
GM
{
281
typedef
GM
INHERITED;
286
class ClampedGradientsGM : public
GM
{
319
typedef
GM
INHERITED;
325
class RadialGradientGM : public
GM
{
[
all
...]
strokes.cpp
11
#include "
gm
.h"
37
class StrokesGM : public skiagm::
GM
{
77
typedef skiagm::
GM
INHERITED;
80
class Strokes2GM : public skiagm::
GM
{
135
typedef skiagm::
GM
INHERITED;
146
class Strokes3GM : public skiagm::
GM
{
239
typedef skiagm::
GM
INHERITED;
244
static skiagm::
GM
* F0(void*) { return new StrokesGM; }
245
static skiagm::
GM
* F1(void*) { return new Strokes2GM; }
246
static skiagm::
GM
* F2(void*) { return new Strokes3GM;
[
all
...]
bigmatrix.cpp
8
#include "
gm
.h"
15
class BigMatrixGM : public
GM
{
90
typedef
GM
INHERITED;
95
static
GM
* MyFactory(void*) { return new BigMatrixGM; }
coloremoji.cpp
8
#include "
gm
.h"
15
class ColorEmojiGM : public
GM
{
107
typedef
GM
INHERITED;
114
static
GM
* MyFactory(void*) { return new ColorEmojiGM; }
deviceproperties.cpp
7
#include "
gm
.h"
12
class DevicePropertiesGM : public
GM
{
105
typedef
GM
INHERITED;
110
static
GM
* MyFactory(void*) { return new DevicePropertiesGM; }
drawlooper.cpp
8
#include "
gm
.h"
19
class DrawLooperGM : public skiagm::
GM
{
96
typedef
GM
INHERITED;
101
static skiagm::
GM
* MyFactory(void*) { return new DrawLooperGM; }
emptypath.cpp
8
#include "
gm
.h"
15
class EmptyPathGM : public
GM
{
125
typedef
GM
INHERITED;
130
static
GM
* MyFactory(void*) { return new EmptyPathGM; }
extractbitmap.cpp
8
#include "
gm
.h"
29
class ExtractBitmapGM : public
GM
{
96
typedef
GM
INHERITED;
101
static
GM
* MyFactory(void*) { return new ExtractBitmapGM; }
ninepatchstretch.cpp
8
#include "
gm
.h"
60
class NinePatchStretchGM : public
GM
{
109
typedef
GM
INHERITED;
114
static
GM
* MyFactory(void*) { return new NinePatchStretchGM; }
pathinterior.cpp
8
#include "
gm
.h"
21
class PathInteriorGM : public skiagm::
GM
{
107
typedef
GM
INHERITED;
112
static skiagm::
GM
* MyFactory(void*) { return new PathInteriorGM; }
pathreverse.cpp
8
#include "
gm
.h"
65
class PathReverseGM : public
GM
{
111
typedef
GM
INHERITED;
116
static
GM
* MyFactory(void*) { return new PathReverseGM; }
perlinnoise.cpp
8
#include "
gm
.h"
13
class PerlinNoiseGM : public
GM
{
84
typedef
GM
INHERITED;
90
static
GM
* MyFactory(void*) { return new PerlinNoiseGM; }
samplerstress.cpp
8
#include "
gm
.h"
19
class SamplerStressGM : public
GM
{
152
typedef
GM
INHERITED;
157
static
GM
* MyFactory(void*) { return new SamplerStressGM; }
scalebitmap.cpp
8
#include "
gm
.h"
13
class ScaleBitmapGM : public skiagm::
GM
{
23
SkString path(skiagm::
GM
::gResourcePath);
73
typedef skiagm::
GM
INHERITED;
shaderbounds.cpp
7
#include "
gm
.h"
26
class ShaderBoundsGM : public
GM
{
91
typedef
GM
INHERITED;
101
static
GM
* MyFactory(void*) {
shadows.cpp
8
#include "
gm
.h"
26
class ShadowsGM : public
GM
{
119
typedef
GM
INHERITED;
124
static
GM
* MyFactory(void*) { return new ShadowsGM; }
strokefill.cpp
8
#include "
gm
.h"
15
class StrokeFillGM : public
GM
{
83
typedef
GM
INHERITED;
88
static
GM
* MyFactory(void*) { return new StrokeFillGM; }
thinrects.cpp
8
#include "
gm
.h"
13
class ThinRectsGM : public
GM
{
115
typedef
GM
INHERITED;
120
static
GM
* MyFactory(void*) { return new ThinRectsGM; }
verylargebitmap.cpp
8
#include "
gm
.h"
58
class VeryLargeBitmapGM : public skiagm::
GM
{
118
typedef skiagm::
GM
INHERITED;
123
// This
GM
allocates more memory than Android devices are capable of fulfilling.
125
static skiagm::
GM
* MyFactory(void*) { return new VeryLargeBitmapGM; }
blurroundrect.cpp
8
#include "
gm
.h"
22
// This
GM
mimics a blurred RR seen in the wild.
23
class BlurRoundRectGM : public skiagm::
GM
{
94
typedef skiagm::
GM
INHERITED;
98
class SimpleBlurRoundRectGM : public skiagm::
GM
{
140
typedef skiagm::
GM
INHERITED;
canvasstate.cpp
8
#include "
gm
.h"
17
* This
GM
exercises the flags to SkCanvas::save(). The canvas' save() and
21
class CanvasStateGM : public
GM
{
107
typedef
GM
INHERITED;
112
class CanvasLayerStateGM : public
GM
{
170
typedef
GM
INHERITED;
alphagradients.cpp
8
#include "
gm
.h"
12
class AlphaGradientsGM : public skiagm::
GM
{
79
typedef skiagm::
GM
INHERITED;
bitmapsource.cpp
8
#include "
gm
.h"
12
// This
GM
exercises the SkBitmapSource ImageFilter class.
14
class BitmapSourceGM : public skiagm::
GM
{
86
typedef
GM
INHERITED;
blurquickreject.cpp
8
#include "
gm
.h"
13
// This
GM
tests out the quick reject bounds of the blur mask filter. It draws
20
class BlurQuickRejectGM : public skiagm::
GM
{
80
typedef
GM
INHERITED;
Completed in 99 milliseconds
1
2
3
4
5
6
7