Home
last modified time | relevance | path

Searched defs:Plane (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPlane.hpp24 struct Plane struct
26 float A;
27 float B;
28 float C;
29 float D;
DPlane.cpp21 Plane::Plane() in Plane() function in sw::Plane
25 Plane::Plane(float p_A, float p_B, float p_C, float p_D) in Plane() function in sw::Plane
33 Plane::Plane(const float ABCD[4]) in Plane() function in sw::Plane
/third_party/ffmpeg/libavcodec/
Dcfhd.h57 typedef struct Plane { struct
70 } Plane; argument
Dsnow.h99 typedef struct Plane{ struct
112 }Plane; argument
Dindeo3.c64 typedef struct Plane { struct
70 } Plane; argument
Dvc2enc.c93 typedef struct Plane { struct
101 } Plane; argument
Ddiracdec.c106 typedef struct Plane { struct
107 DWTPlane idwt; argument
124 } Plane; typedef
/third_party/typescript/tests/baselines/reference/
DTwoInternalModulesWithTheSameNameAndDifferentCommonRoot.js56 var Plane = /** @class */ (function () { class
57 function Plane(tl, br) { class in anonymousFunction99400fa80700.anonymousFunction99400fa80800.anonymousFunction99400fa80900.Plane
DTwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.js57 var Plane = /** @class */ (function () { class
58 function Plane(tl, br) { class in anonymousFunctionf145408a0500.anonymousFunctionf145408a0600.Plane
DTwoInternalModulesWithTheSameNameAndSameCommonRoot.js59 var Plane = /** @class */ (function () { class
60 function Plane(tl, br) { class in anonymousFunction1badcef70600.anonymousFunction1badcef70700.Plane
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.js63 var Plane = /** @class */ (function () { class
64 function Plane(tl, br) { class in anonymousFunction2ffede330600.anonymousFunction2ffede330700.Plane
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/
DTwoInternalModulesWithTheSameNameAndDifferentCommonRoot.ts24 export class Plane { class
DTwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.ts23 export class Plane { class
DTwoInternalModulesWithTheSameNameAndSameCommonRoot.ts20 export class Plane { class
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.ts22 export class Plane { class
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_misc_opcodes.h109 const uint32 Plane () const in Plane() function
/third_party/skia/src/gpu/
DSurfaceContext.cpp671 class Plane { class in skgpu::SurfaceContext::AsyncReadResult
673 Plane(sk_sp<GrGpuBuffer> buffer, size_t rowBytes) in Plane() function in skgpu::SurfaceContext::AsyncReadResult::Plane
675 Plane(sk_sp<SkData> data, size_t rowBytes) : fData(std::move(data)), fRowBytes(rowBytes) {} in Plane() function in skgpu::SurfaceContext::AsyncReadResult::Plane