OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GM
(Results
26 - 50
of
172
) sorted by null
1
2
3
4
5
6
7
/external/skia/gm/
internal_links.cpp
8
#include "
gm
.h"
20
class InternalLinksGM : public
GM
{
69
typedef
GM
INHERITED;
74
static
GM
* MyFactory(void*) { return SkNEW(InternalLinksGM); }
pathopsskpclip.cpp
8
#include "
gm
.h"
20
class PathOpsSkpClipGM : public
GM
{
65
typedef
GM
INHERITED;
70
static
GM
* MyFactory(void*) { return new PathOpsSkpClipGM; }
points.cpp
8
#include "
gm
.h"
13
class PointsGM : public
GM
{
65
typedef
GM
INHERITED;
70
static
GM
* MyFactory(void*) { return new PointsGM; }
bitmaprect.cpp
8
#include "
gm
.h"
32
class DrawBitmapRect2 : public skiagm::
GM
{
87
typedef skiagm::
GM
INHERITED;
114
// This
GM
attempts to make visible any issues drawBitmapRectToRect may have
121
class DrawBitmapRect3 : public skiagm::
GM
{
150
typedef skiagm::
GM
INHERITED;
176
// This
GM
attempts to reveal any issues we may have when the GPU has to
180
class DrawBitmapRect4 : public skiagm::
GM
{
230
typedef skiagm::
GM
INHERITED;
235
static skiagm::
GM
* MyFactory0(void*) { return new DrawBitmapRect2(false);
[
all
...]
androidfallback.cpp
8
#include "
gm
.h"
12
class AndroidFallbackGM : public
GM
{
21
return
GM
::kSkipPipe_Flag;
83
typedef
GM
INHERITED;
bicubicfilter.cpp
8
#include "
gm
.h"
14
class BicubicGM : public
GM
{
74
typedef
GM
INHERITED;
81
static
GM
* MyFactory(void*) { return new BicubicGM; }
bitmapshader.cpp
8
#include "
gm
.h"
40
class BitmapShaderGM : public
GM
{
95
typedef
GM
INHERITED;
100
static
GM
* MyFactory(void*) { return new BitmapShaderGM; }
filltypes.cpp
8
#include "
gm
.h"
12
class FillTypeGM : public
GM
{
87
typedef
GM
INHERITED;
92
static
GM
* MyFactory(void*) { return new FillTypeGM; }
fontscaler.cpp
7
#include "
gm
.h"
12
class FontScalerGM : public
GM
{
85
typedef
GM
INHERITED;
90
static
GM
* MyFactory(void*) { return new FontScalerGM; }
hittestpath.cpp
8
#include "
gm
.h"
32
class HitTestPathGM : public skiagm::
GM
{
69
typedef
GM
INHERITED;
74
static skiagm::
GM
* MyFactory(void*) { return new HitTestPathGM; }
morphology.cpp
8
#include "
gm
.h"
16
class MorphologyGM : public
GM
{
97
typedef
GM
INHERITED;
104
static
GM
* MyFactory(void*) { return new MorphologyGM; }
strokerects.cpp
11
#include "
gm
.h"
23
class StrokeRectsGM : public
GM
{
75
typedef
GM
INHERITED;
80
static
GM
* MyFactory(void*) { return new StrokeRectsGM; }
verttext.cpp
9
#include "
gm
.h"
28
class VertTextGM : public
GM
{
112
typedef
GM
INHERITED;
117
static
GM
* MyFactory(void*) { return new VertTextGM; }
verttext2.cpp
13
#include "
gm
.h"
19
class VertText2GM : public
GM
{
87
typedef
GM
INHERITED;
95
static
GM
* MyFactory(void*) { return new VertText2GM; }
blurs.cpp
8
#include "
gm
.h"
14
class BlursGM : public
GM
{
27
return this->INHERITED::onGetFlags() |
GM
::kSkipPipe_Flag;
100
typedef
GM
INHERITED;
105
static
GM
* MyFactory(void*) { return new BlursGM; }
bitmaprecttest.cpp
8
#include "
gm
.h"
53
class BitmapRectTestGM : public skiagm::
GM
{
73
typedef skiagm::
GM
INHERITED;
circularclips.cpp
8
#include "
gm
.h"
14
class CircularClipsGM : public
GM
{
72
typedef
GM
INHERITED;
colortype.cpp
8
#include "
gm
.h"
13
class ColorTypeGM : public skiagm::
GM
{
71
typedef skiagm::
GM
INHERITED;
lerpmode.cpp
8
#include "
gm
.h"
37
class LerpXfermodeGM : public skiagm::
GM
{
58
typedef skiagm::
GM
INHERITED;
stringart.cpp
8
#include "
gm
.h"
21
class StringArtGM : public skiagm::
GM
{
63
typedef
GM
INHERITED;
/external/skia/dm/
DMTileGridTask.cpp
14
TileGridTask::TileGridTask(const Task& parent, skiagm::
GM
*
gm
, SkBitmap reference, SkISize tileSize)
17
, fGM(
gm
)
71
if (fGM->getFlags() & skiagm::
GM
::kSkipPicture_Flag) {
74
if (fGM->getFlags() & skiagm::
GM
::kSkipTiled_Flag) {
DMGpuTask.h
12
#include "
gm
.h"
35
SkAutoTDelete<skiagm::
GM
> fGM;
DMCpuTask.cpp
51
if (SkBitmap::kRGB_565_Config == fConfig && (fGM->getFlags() & skiagm::
GM
::kSkip565_Flag)) {
54
if (fGM->getFlags() & skiagm::
GM
::kGPUOnly_Flag) {
DMSerializeTask.cpp
14
skiagm::
GM
*
gm
,
18
, fGM(
gm
)
50
return !FLAGS_serialize || fGM->getFlags() & skiagm::
GM
::kSkipPicture_Flag;
DMUtil.cpp
13
void RecordPicture(skiagm::
GM
*
gm
, SkPicture* picture, uint32_t recordFlags) {
14
const SkISize size =
gm
->getISize();
16
canvas->concat(
gm
->getInitialTransform());
17
gm
->draw(canvas);
22
void SetupBitmap(const SkBitmap::Config config, skiagm::
GM
*
gm
, SkBitmap* bitmap) {
23
const SkISize size =
gm
->getISize();
Completed in 3851 milliseconds
1
2
3
4
5
6
7