Home
last modified time | relevance | path

Searched defs:Geometry (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/gpu/
DGrRectBatch.cpp42 struct Geometry { struct in RectBatch
43 SkMatrix fViewMatrix;
44 SkRect fRect;
45 SkRect fLocalRect;
46 SkMatrix fLocalMatrix;
47 GrColor fColor;
48 bool fHasLocalRect;
49 bool fHasLocalMatrix;
DGrOvalRenderer.cpp650 struct Geometry { struct in CircleBatch
651 GrColor fColor;
652 SkMatrix fViewMatrix;
653 SkScalar fInnerRadius;
654 SkScalar fOuterRadius;
655 bool fStroke;
656 SkRect fDevBounds;
871 struct Geometry { struct in EllipseBatch
872 GrColor fColor;
873 SkMatrix fViewMatrix;
[all …]
DGrAARectRenderer.cpp50 struct Geometry { struct in AAFillRectBatch
51 GrColor fColor;
52 SkMatrix fViewMatrix;
53 SkRect fRect;
54 SkRect fDevRect;
404 struct Geometry { struct in AAStrokeRectBatch
405 GrColor fColor;
406 SkRect fDevOutside;
407 SkRect fDevOutsideAssist;
408 SkRect fDevInside;
[all …]
DGrTestBatch.h20 struct Geometry { struct
21 GrColor fColor;
DGrAADistanceFieldPathRenderer.cpp134 struct Geometry { struct in AADistanceFieldPathBatch
135 Geometry(const SkStrokeRec& stroke) : fStroke(stroke) {} in Geometry() function
136 SkPath fPath;
137 SkStrokeRec fStroke;
138 bool fAntiAlias;
139 PathData* fPathData;
DGrContext.cpp400 struct Geometry { struct in StrokeRectBatch
401 GrColor fColor;
402 SkMatrix fViewMatrix;
403 SkRect fRect;
404 SkScalar fStrokeWidth;
736 struct Geometry { struct in DrawVerticesBatch
737 GrColor fColor;
738 SkTDArray<SkPoint> fPositions;
739 SkTDArray<uint16_t> fIndices;
740 SkTDArray<GrColor> fColors;
[all …]
DGrAAHairLinePathRenderer.cpp679 struct Geometry { struct in AAHairlineBatch
680 GrColor fColor;
681 uint8_t fCoverage;
682 SkMatrix fViewMatrix;
683 SkPath fPath;
684 SkIRect fDevClipBounds;
DGrDefaultPathRenderer.cpp216 struct Geometry { struct in DefaultPathBatch
217 GrColor fColor;
218 SkPath fPath;
219 SkScalar fTolerance;
DGrAAConvexPathRenderer.cpp746 struct Geometry { struct in AAConvexPathBatch
747 GrColor fColor;
748 SkMatrix fViewMatrix;
749 SkPath fPath;
DGrAtlasTextContext.cpp1434 struct Geometry { struct in BitmapTextBatch
1435 Blob* fBlob;
1436 int fRun;
1437 int fSubRun;
1438 GrColor fColor;
1439 SkScalar fTransX;
1440 SkScalar fTransY;
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DGeometry.java60 public class Geometry extends Spatial { class
95 public Geometry() { in Geometry() method in Geometry
105 public Geometry(String name) { in Geometry() method in Geometry
117 public Geometry(String name, Mesh mesh) { in Geometry() method in Geometry
/external/skia/gm/
Dconvexpolyeffect.cpp32 struct Geometry : public GrTestBatch::Geometry { struct in skiagm::ConvexPolyTestBatch
33 SkRect fBounds;
Dbeziereffects.cpp34 struct Geometry : public GrTestBatch::Geometry { struct in skiagm::BezierCubicOrConicTestBatch
35 SkRect fBounds;
433 struct Geometry : public GrTestBatch::Geometry { struct in skiagm::BezierQuadTestBatch
434 SkRect fBounds;
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp248 struct Geometry { struct in DashBatch
249 GrColor fColor;
250 SkMatrix fViewMatrix;
251 SkMatrix fSrcRotInv;
252 SkPoint fPtsRot[2];
253 SkScalar fSrcStrokeWidth;
254 SkScalar fPhase;
255 SkScalar fIntervals[2];
256 SkScalar fParallelScale;
257 SkScalar fPerpendicularScale;
/external/skia/tests/
DGeometryTest.cpp108 DEF_TEST(Geometry, reporter) { in DEF_TEST() argument
/external/skia/samplecode/
DSampleClipDrawMatch.cpp22 enum Geometry { enum
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
DShader.java90 Geometry; enumConstant
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp90 typedef vector<float> Geometry; typedef
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
Dlcms2.h992 cmsUInt32Number Geometry; // 0=unknown, 1=45/0, 0/45 2=0d, d/0 member