OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GM
(Results
1 - 9
of
9
) sorted by null
/external/skia/gm/
gm.h
19
class
GM
{
21
GM
();
22
virtual ~
GM
();
42
typedef SkTRegistry<
GM
*, void*> GMRegistry;
filltypes.cpp
1
#include "
gm
.h"
5
class FillTypeGM : public
GM
{
74
typedef
GM
INHERITED;
79
static
GM
* MyFactory(void*) { return new FillTypeGM; }
gmmain.cpp
1
#include "
gm
.h"
18
GM
* next() {
144
GM
*
gm
;
local
146
while ((
gm
= iter.next()) != NULL) {
147
SkISize size =
gm
->getISize();
148
SkDebugf("creating... %s [%d %d]\n",
gm
->shortName(),
158
gm
->draw(&canvas);
160
SkString name = make_name(
gm
->shortName(), gRec[i].fName);
181
SkDELETE(
gm
);
[
all
...]
bitmapfilters.cpp
1
#include "
gm
.h"
68
class FilterGM : public
GM
{
105
typedef
GM
INHERITED;
110
static
GM
* MyFactory(void*) { return new FilterGM; }
gradients.cpp
1
#include "
gm
.h"
61
class GradientsGM : public
GM
{
104
typedef
GM
INHERITED;
109
static
GM
* MyFactory(void*) { return new GradientsGM; }
shapes.cpp
1
#include "
gm
.h"
41
class ShapesGM : public
GM
{
118
typedef
GM
INHERITED;
123
static
GM
* MyFactory(void*) { return new ShapesGM; }
tilemodes.cpp
1
#include "
gm
.h"
56
class TilingGM : public
GM
{
146
typedef
GM
INHERITED;
151
static
GM
* MyFactory(void*) { return new TilingGM; }
xfermodes.cpp
1
#include "
gm
.h"
36
class XfermodesGM : public
GM
{
179
typedef
GM
INHERITED;
184
static
GM
* MyFactory(void*) { return new XfermodesGM; }
/hardware/broadcom/wlan/bcm4329/src/
Makerules
195
GCFLAGS = /
GM
/W3 /Z7
Completed in 39 milliseconds