/external/skia/src/gpu/ |
D | GrRectBatch.cpp | 42 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;
|
D | GrOvalRenderer.cpp | 650 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 …]
|
D | GrAARectRenderer.cpp | 50 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 …]
|
D | GrTestBatch.h | 20 struct Geometry { struct 21 GrColor fColor;
|
D | GrAADistanceFieldPathRenderer.cpp | 134 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;
|
D | GrContext.cpp | 400 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 …]
|
D | GrAAHairLinePathRenderer.cpp | 679 struct Geometry { struct in AAHairlineBatch 680 GrColor fColor; 681 uint8_t fCoverage; 682 SkMatrix fViewMatrix; 683 SkPath fPath; 684 SkIRect fDevClipBounds;
|
D | GrDefaultPathRenderer.cpp | 216 struct Geometry { struct in DefaultPathBatch 217 GrColor fColor; 218 SkPath fPath; 219 SkScalar fTolerance;
|
D | GrAAConvexPathRenderer.cpp | 746 struct Geometry { struct in AAConvexPathBatch 747 GrColor fColor; 748 SkMatrix fViewMatrix; 749 SkPath fPath;
|
D | GrAtlasTextContext.cpp | 1434 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/ |
D | Geometry.java | 60 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/ |
D | convexpolyeffect.cpp | 32 struct Geometry : public GrTestBatch::Geometry { struct in skiagm::ConvexPolyTestBatch 33 SkRect fBounds;
|
D | beziereffects.cpp | 34 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/ |
D | GrDashingEffect.cpp | 248 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/ |
D | GeometryTest.cpp | 108 DEF_TEST(Geometry, reporter) { in DEF_TEST() argument
|
/external/skia/samplecode/ |
D | SampleClipDrawMatch.cpp | 22 enum Geometry { enum
|
/external/jmonkeyengine/engine/src/core/com/jme3/shader/ |
D | Shader.java | 90 Geometry; enumConstant
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 90 typedef vector<float> Geometry; typedef
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
D | lcms2.h | 992 cmsUInt32Number Geometry; // 0=unknown, 1=45/0, 0/45 2=0d, d/0 member
|