| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | Plane.hpp | 24 struct Plane struct 26 float A; 27 float B; 28 float C; 29 float D;
|
| D | Plane.cpp | 21 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/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkImageUtil.hpp | 113 struct Plane struct 115 deUint8 elementSizeBytes; 116 deUint8 widthDivisor; 117 deUint8 heightDivisor; 118 VkFormat planeCompatibleFormat;
|
| /third_party/ffmpeg/libavcodec/ |
| D | cfhd.h | 118 typedef struct Plane { struct 132 } Plane; argument
|
| D | snow.h | 101 typedef struct Plane{ struct 114 }Plane; typedef
|
| D | indeo3.c | 66 typedef struct Plane { struct 72 } Plane; argument
|
| D | vc2enc.c | 95 typedef struct Plane { struct 103 } Plane; argument
|
| D | diracdec.c | 108 typedef struct Plane { struct 109 DWTPlane idwt; argument 126 } Plane; argument
|
| /third_party/typescript/tests/baselines/reference/ |
| D | TwoInternalModulesWithTheSameNameAndDifferentCommonRoot.js | 56 var Plane = /** @class */ (function () { class 57 function Plane(tl, br) { class in anonymousFunction4e2e02640700.anonymousFunction4e2e02640800.anonymousFunction4e2e02640900.Plane
|
| D | TwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.js | 57 var Plane = /** @class */ (function () { class 58 function Plane(tl, br) { class in anonymousFunction05dece460500.anonymousFunction05dece460600.Plane
|
| D | TwoInternalModulesWithTheSameNameAndSameCommonRoot.js | 59 var Plane = /** @class */ (function () { class 60 function Plane(tl, br) { class in anonymousFunction4f6e1c330600.anonymousFunction4f6e1c330700.Plane
|
| D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.js | 63 var Plane = /** @class */ (function () { class 64 function Plane(tl, br) { class in anonymousFunction1c3fc4ef0600.anonymousFunction1c3fc4ef0700.Plane
|
| /third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/ |
| D | TwoInternalModulesWithTheSameNameAndDifferentCommonRoot.ts | 24 export class Plane { class
|
| D | TwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.ts | 23 export class Plane { class
|
| D | TwoInternalModulesWithTheSameNameAndSameCommonRoot.ts | 20 export class Plane { class
|
| D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.ts | 22 export class Plane { class
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_misc_opcodes.h | 109 const uint32 Plane () const in Plane() function
|
| /third_party/skia/src/gpu/ |
| D | SurfaceContext.cpp | 671 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
|