OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GM
(Results
126 - 150
of
172
) sorted by null
1
2
3
4
5
6
7
/external/skia/gm/
bitmapmatrix.cpp
8
#include "
gm
.h"
22
class DrawBitmapMatrixGM : public
GM
{
129
static
GM
* MyFactory(void*) { return new DrawBitmapMatrixGM; }
conicpaths.cpp
8
#include "
gm
.h"
14
class ConicPathsGM : public
GM
{
162
typedef
GM
INHERITED;
gradient_matrix.cpp
20
#include "
gm
.h"
116
class GradientMatrixGM : public
GM
{
142
typedef
GM
INHERITED;
inversepaths.cpp
8
#include "
gm
.h"
66
class InversePathsGM : public
GM
{
142
typedef
GM
INHERITED;
polygons.cpp
8
#include "
gm
.h"
17
// This
GM
tests a grab-bag of convex and concave polygons. They are triangles,
20
class PolygonsGM: public
GM
{
161
typedef
GM
INHERITED;
simpleaaclip.cpp
9
#include "
gm
.h"
41
* This
GM
tests anti aliased single operation booleans with SkAAClips,
44
class SimpleClipGM : public
GM
{
192
typedef
GM
INHERITED;
srcmode.cpp
8
#include "
gm
.h"
63
class SrcModeGM : public skiagm::
GM
{
146
typedef skiagm::
GM
INHERITED;
twopointradial.cpp
8
#include "
gm
.h"
54
class TwoPointRadialGM : public skiagm::
GM
{
109
static skiagm::
GM
* F(void*) { return new TwoPointRadialGM; }
tilemodes.cpp
8
#include "
gm
.h"
58
class TilingGM : public skiagm::
GM
{
162
typedef skiagm::
GM
INHERITED;
195
class Tiling2GM : public skiagm::
GM
{
263
typedef skiagm::
GM
INHERITED;
tilemodes_scaled.cpp
8
#include "
gm
.h"
58
class ScaledTilingGM : public skiagm::
GM
{
173
typedef skiagm::
GM
INHERITED;
206
class ScaledTiling2GM : public skiagm::
GM
{
274
typedef skiagm::
GM
INHERITED;
bitmapscroll.cpp
8
#include "
gm
.h"
47
class BitmapScrollGM : public
GM
{
146
typedef
GM
INHERITED;
154
static
GM
* MyFactory(void*) { return new BitmapScrollGM; }
downsamplebitmap.cpp
8
#include "
gm
.h"
20
class DownsampleBitmapGM : public skiagm::
GM
{
87
typedef skiagm::
GM
INHERITED;
171
SkString path(skiagm::
GM
::gResourcePath);
drawbitmaprect.cpp
8
#include "
gm
.h"
77
class DrawBitmapRectGM : public
GM
{
180
typedef
GM
INHERITED;
186
static
GM
* MyFactory(void*) { return new DrawBitmapRectGM; }
dropshadowimagefilter.cpp
8
#include "
gm
.h"
96
class DropShadowImageFilterGM : public skiagm::
GM
{
168
typedef
GM
INHERITED;
173
static skiagm::
GM
* MyFactory(void*) { return new DropShadowImageFilterGM; }
filterbitmap.cpp
8
#include "
gm
.h"
43
class FilterBitmapGM : public skiagm::
GM
{
93
typedef skiagm::
GM
INHERITED;
189
SkString path(skiagm::
GM
::gResourcePath);
gammatext.cpp
8
#include "
gm
.h"
113
class GammaTextGM : public
GM
{
194
typedef
GM
INHERITED;
199
static
GM
* MyFactory(void*) { return new GammaTextGM; }
hairlines.cpp
8
#include "
gm
.h"
14
class HairlinesGM : public
GM
{
213
typedef
GM
INHERITED;
218
static
GM
* MyFactory(void*) { return new HairlinesGM; }
imagefiltersbase.cpp
8
#include "
gm
.h"
154
class ImageFiltersBaseGM : public skiagm::
GM
{
225
typedef
GM
INHERITED;
230
static skiagm::
GM
* MyFactory(void*) { return new ImageFiltersBaseGM; }
imagefilterscropped.cpp
8
#include "
gm
.h"
102
class ImageFiltersCroppedGM : public skiagm::
GM
{
178
typedef
GM
INHERITED;
183
static skiagm::
GM
* MyFactory(void*) { return new ImageFiltersCroppedGM; }
imagefiltersgraph.cpp
8
#include "
gm
.h"
80
class ImageFiltersGraphGM : public skiagm::
GM
{
188
typedef
GM
INHERITED;
195
static skiagm::
GM
* MyFactory(void*) { return new ImageFiltersGraphGM; }
ovals.cpp
9
#include "
gm
.h"
20
class OvalGM : public
GM
{
279
typedef
GM
INHERITED;
284
static
GM
* MyFactory(void*) { return new OvalGM; }
rects.cpp
8
#include "
gm
.h"
18
class RectsGM : public
GM
{
293
typedef
GM
INHERITED;
298
static
GM
* MyFactory(void*) { return new RectsGM; }
shadertext.cpp
8
#include "
gm
.h"
110
class ShaderTextGM : public
GM
{
206
typedef
GM
INHERITED;
212
static
GM
* MyFactory(void*) { return new ShaderTextGM; }
texteffects.cpp
8
#include "
gm
.h"
172
class TextEffectsGM : public skiagm::
GM
{
212
typedef skiagm::
GM
INHERITED;
217
static skiagm::
GM
* MyFactory(void*) { return new TextEffectsGM; }
xfermodes2.cpp
8
#include "
gm
.h"
16
class Xfermodes2GM : public
GM
{
151
typedef
GM
INHERITED;
156
static
GM
* MyFactory(void*) { return new Xfermodes2GM; }
Completed in 333 milliseconds
1
2
3
4
5
6
7