OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GM
(Results
176 - 200
of
416
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/dm/
DMCpuGMTask.cpp
54
if (kRGB_565_SkColorType == fColorType && (fGM->getFlags() & skiagm::
GM
::kSkip565_Flag)) {
57
if (fGM->getFlags() & skiagm::
GM
::kGPUOnly_Flag) {
DMPDFTask.cpp
72
rasterize = 0 == (fGM->getFlags() & skiagm::
GM
::kSkipPDFRasterization_Flag);
74
//TODO(mtklein):
GM
doesn't do this. Why not?
95
if (fGM.get() && 0 != (fGM->getFlags() & skiagm::
GM
::kSkipPDF_Flag)) {
/external/skia/gm/
alphagradients.cpp
8
#include "
gm
.h"
12
class AlphaGradientsGM : public skiagm::
GM
{
78
typedef skiagm::
GM
INHERITED;
bitmapsource.cpp
8
#include "
gm
.h"
12
// This
GM
exercises the SkBitmapSource ImageFilter class.
14
class BitmapSourceGM : public skiagm::
GM
{
84
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;
colorfilters.cpp
8
#include "
gm
.h"
37
class ColorFiltersGM : public skiagm::
GM
{
85
typedef
GM
INHERITED;
fatpathfill.cpp
8
#include "
gm
.h"
54
class FatPathFillGM : public skiagm::
GM
{
92
typedef skiagm::
GM
INHERITED;
getpostextpath.cpp
8
#include "
gm
.h"
14
class GetPosTextPathGM : public skiagm::
GM
{
76
static skiagm::
GM
* F(void*) { return new GetPosTextPathGM; }
pictureimagefilter.cpp
8
#include "
gm
.h"
13
// This
GM
exercises the SkPictureImageFilter ImageFilter class.
15
class PictureImageFilterGM : public skiagm::
GM
{
88
typedef
GM
INHERITED;
spritebitmap.cpp
8
#include "
gm
.h"
60
class SpriteBitmapGM : public skiagm::
GM
{
97
typedef
GM
INHERITED;
stroketext.cpp
8
#include "
gm
.h"
62
class StrokeTextGM : public skiagm::
GM
{
64
// and caching the glyph. This
GM
wants to ensure that we draw stroking correctly on both
100
typedef skiagm::
GM
INHERITED;
complexclip.cpp
8
#include "
gm
.h"
20
class ComplexClipGM : public
GM
{
183
typedef
GM
INHERITED;
189
static
GM
* gFact0(void*) { return new ComplexClipGM(false, false); }
190
static
GM
* gFact1(void*) { return new ComplexClipGM(true, false); }
193
static
GM
* gFact2(void*) { return new ComplexClipGM(false, true); }
194
static
GM
* gFact3(void*) { return new ComplexClipGM(true, true); }
pathfill.cpp
8
#include "
gm
.h"
117
class PathFillGM : public skiagm::
GM
{
151
typedef skiagm::
GM
INHERITED;
155
class PathInverseFillGM : public skiagm::
GM
{
221
typedef skiagm::
GM
INHERITED;
226
static skiagm::
GM
* MyFactory(void*) { return new PathFillGM; }
229
static skiagm::
GM
* F1(void*) { return new PathInverseFillGM; }
image.cpp
8
#include "
gm
.h"
111
class ImageGM : public skiagm::
GM
{
202
return
GM
::kSkipPicture_Flag |
GM
::kSkipPipe_Flag;
206
typedef skiagm::
GM
INHERITED;
211
static skiagm::
GM
* MyFactory(void*) { return new ImageGM; }
/external/skia/samplecode/
SampleCode.h
65
class
GM
;
68
// factory function that creates a skiagm::
GM
69
typedef skiagm::
GM
* (*GMFactoryFunc)(void*);
71
// Takes a
GM
factory function and implements the SkViewFactory interface
72
// by making the
GM
and wrapping it in a GMSampleView. GMSampleView bridges
73
// the SampleView interface to skiagm::
GM
.
/external/chromium_org/third_party/skia/gm/
complexclip.cpp
8
#include "
gm
.h"
20
class ComplexClipGM : public
GM
{
184
typedef
GM
INHERITED;
190
static
GM
* gFact0(void*) { return new ComplexClipGM(false, false); }
191
static
GM
* gFact1(void*) { return new ComplexClipGM(true, false); }
194
static
GM
* gFact2(void*) { return new ComplexClipGM(false, true); }
195
static
GM
* gFact3(void*) { return new ComplexClipGM(true, true); }
pathfill.cpp
8
#include "
gm
.h"
117
class PathFillGM : public skiagm::
GM
{
151
typedef skiagm::
GM
INHERITED;
155
class PathInverseFillGM : public skiagm::
GM
{
221
typedef skiagm::
GM
INHERITED;
226
static skiagm::
GM
* MyFactory(void*) { return new PathFillGM; }
229
static skiagm::
GM
* F1(void*) { return new PathInverseFillGM; }
image.cpp
8
#include "
gm
.h"
105
class ImageGM : public skiagm::
GM
{
197
return
GM
::kSkipPicture_Flag |
GM
::kSkipPipe_Flag;
201
typedef skiagm::
GM
INHERITED;
206
static skiagm::
GM
* MyFactory(void*) { return new ImageGM; }
aarectmodes.cpp
8
#include "
gm
.h"
128
class AARectModesGM : public
GM
{
183
typedef
GM
INHERITED;
188
static
GM
* MyFactory(void*) { return new AARectModesGM; }
arithmode.cpp
8
#include "
gm
.h"
70
class ArithmodeGM : public skiagm::
GM
{
127
typedef
GM
INHERITED;
132
static skiagm::
GM
* MyFactory(void*) { return new ArithmodeGM; }
bitmapcopy.cpp
8
#include "
gm
.h"
46
class BitmapCopyGM : public
GM
{
121
typedef
GM
INHERITED;
126
static
GM
* MyFactory(void*) { return new BitmapCopyGM; }
bitmapfilters.cpp
8
#include "
gm
.h"
73
class FilterGM : public
GM
{
118
typedef
GM
INHERITED;
123
static
GM
* MyFactory(void*) { return new FilterGM; }
circles.cpp
8
#include "
gm
.h"
19
class CircleGM : public
GM
{
201
typedef
GM
INHERITED;
208
static
GM
* MyFactory(void*) { return new CircleGM; }
colorfilterimagefilter.cpp
8
#include "
gm
.h"
52
class ColorFilterImageFilterGM : public skiagm::
GM
{
126
typedef
GM
INHERITED;
131
static skiagm::
GM
* MyFactory(void*) { return new ColorFilterImageFilterGM; }
colormatrix.cpp
8
#include "
gm
.h"
41
class ColorMatrixGM : public
GM
{
167
typedef
GM
INHERITED;
172
static
GM
* MyFactory(void*) { return new ColorMatrixGM; }
Completed in 849 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>