Home
last modified time | relevance | path

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

123

/third_party/skia/m133/src/gpu/graphite/geom/
DGeometry.h38 Geometry() {} in Geometry() function
39 Geometry(Geometry&& geom) { *this = std::move(geom); } in Geometry() function
40 Geometry(const Geometry& geom) { *this = geom; } in Geometry() function
42 explicit Geometry(const Shape& shape) { this->setShape(shape); } in Geometry() function
43 explicit Geometry(const SubRunData& subrun) { this->setSubRun(subrun); } in Geometry() function
44 explicit Geometry(sk_sp<SkVertices> vertices) { this->setVertices(std::move(vertices)); } in Geometry() function
45 explicit Geometry(const EdgeAAQuad& edgeAAQuad) { this->setEdgeAAQuad(edgeAAQuad); } in Geometry() function
46 explicit Geometry(const CoverageMaskShape& mask) { this->setCoverageMaskShape(mask); } in Geometry() function
47 explicit Geometry(const AnalyticBlurMask& blur) { this->setAnalyticBlur(blur); } in Geometry() function
/third_party/skia/src/gpu/ops/
DAtlasTextOp.h38 struct Geometry { struct
39 Geometry(const GrAtlasSubRun& subRun, in Geometry() function
69 // Either this Geometry holds a ref to the support data in the case of a blob based argument
86 Geometry* fNext{nullptr}; argument
DShadowRRectOp.cpp250 struct Geometry { struct in __anon55be51c40111::ShadowCircularRRectOp
251 GrColor fColor;
252 SkScalar fOuterRadius;
253 SkScalar fUmbraInset;
254 SkScalar fInnerRadius;
255 SkScalar fBlurRadius;
256 SkRect fDevBounds;
257 RRectType fType;
258 bool fIsCircle;
DDrawAtlasOp.cpp76 struct Geometry { struct in __anon948f25010111::DrawAtlasOpImpl
77 SkPMColor4f fColor;
78 SkTArray<uint8_t, true> fVerts;
/third_party/ncurses/Ada95/samples/
Dsample-menu_demo-aux.adb52 procedure Geometry (M : Menu; subprogspec
60 procedure Geometry (M : Menu; subprogram
84 end Geometry; argument
86 procedure Geometry (M : Menu; subprogram
95 Geometry (M, L, C, Y, X, Fy, Fx); argument
Dsample-menu_demo-aux.ads48 procedure Geometry (M : Menu; subprogspec
Dsample-form_demo-aux.ads48 procedure Geometry (F : Form; subprogspec
Dsample-form_demo-aux.adb52 procedure Geometry (F : Form; subprogram
/third_party/skia/m133/src/gpu/ganesh/ops/
DAtlasTextOp.h68 struct Geometry { struct
69 Geometry(const sktext::gpu::AtlasSubRun& subRun, in Geometry() function
110 Geometry* fNext{nullptr}; argument
DShadowRRectOp.cpp301 struct Geometry { struct in __anonb76508fc0111::ShadowCircularRRectOp
302 GrColor fColor;
303 SkScalar fOuterRadius;
304 SkScalar fUmbraInset;
305 SkScalar fInnerRadius;
306 SkScalar fBlurRadius;
307 SkRect fDevBounds;
308 RRectType fType;
309 bool fIsCircle;
DDrawAtlasOp.cpp112 struct Geometry { struct in __anon902eae390111::DrawAtlasOpImpl
113 SkPMColor4f fColor;
114 TArray<uint8_t, true> fVerts;
/third_party/typescript/tests/baselines/reference/
DModuleWithExportedAndNonExportedImportAlias.js54 var Geometry; variable
55 (function (Geometry) { argument
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Daccelstructures.adoc39 === Geometry subsection
44 [[acceleration-structure-top-level]]
/third_party/skia/m133/src/gpu/graphite/
DContextUtils.h24 class Geometry; variable
DDrawContext.h29 class Geometry; variable
DDevice.h33 class Geometry; variable
DClipStack_graphite.h26 class Geometry; variable
/third_party/skia/tools/viewer/
DSkSLSlide.h44 enum Geometry { enum
/third_party/skia/m133/tools/viewer/
DSkSLSlide.h56 enum Geometry { enum
/third_party/skia/experimental/skrive/include/
DSkRive.h207 explicit Geometry(Type t) : INHERITED(t) {} in Geometry() function
/third_party/lzma/CPP/Windows/
DFileIO.h201 DISK_GEOMETRY Geometry; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderProvokingVertexTestsEXT.cpp52 enum class Geometry enum
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderProvokingVertexTestsEXT.cpp52 enum class Geometry enum
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DInstancingTest.cpp14 enum Geometry enum
/third_party/mesa3d/src/nouveau/compiler/nak/
Dsph.rs27 Geometry, enumerator

123