Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLSkiaShadowPort.h47 struct Geometry { struct
59 std::unique_ptr<Geometry> getSpotShadowGeometry(const FloatRect& casterRect, argument
/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A 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
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DAtlasTextOp.h68 struct Geometry { struct
69 Geometry(const sktext::gpu::AtlasSubRun& subRun, in Geometry() function
110 Geometry* fNext{nullptr}; argument
H A DShadowRRectOp.cpp301 struct Geometry { struct in __anon3d91712c0111::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;
H A DDrawAtlasOp.cpp112 struct Geometry { struct in __anon1ec34a690111::DrawAtlasOpImpl
113 SkPMColor4f fColor;
114 TArray<uint8_t, true> fVerts;
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DLayerSettings.h70 struct Geometry { struct
72 FloatRect boundaries = FloatRect();
75 mat4 positionTransform = mat4();
86 float roundedCornersRadius = 0.0;
89 FloatRect roundedCornersCrop = FloatRect();
/aosp_15_r20/frameworks/native/libs/renderengine/include/renderengine/
H A DLayerSettings.h70 struct Geometry { struct
72 FloatRect boundaries = FloatRect();
75 mat4 positionTransform = mat4();
105 // Geometry information argument
/aosp_15_r20/external/geojson-jackson/src/main/java/org/geojson/
H A DGeometry.java6 public abstract class Geometry<T> extends GeoJsonObject { class
10 public Geometry() { in Geometry() method in Geometry
13 public Geometry(T... elements) { in Geometry() method in Geometry
/aosp_15_r20/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/
H A DGeometry.java21 public final class Geometry { class
22 private Geometry() {} in Geometry() method in Geometry
/aosp_15_r20/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/
H A DGeometry.java21 public final class Geometry { class
22 private Geometry() {} in Geometry() method in Geometry
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DContextUtils.h24 class Geometry; variable
H A DDrawContext.h29 class Geometry; variable
H A DDevice.h33 class Geometry; variable
H A DClipStack_graphite.h26 class Geometry; variable
/aosp_15_r20/external/pigweed/seed/
H A D0104.rst92 Geometry section in Proposal
/aosp_15_r20/external/skia/tools/viewer/
H A DSkSLSlide.h56 enum Geometry { enum
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dntdddisk.h299 DISK_GEOMETRY Geometry; member
304 #define DiskGeometryGetPartition(Geometry) \ argument
307 #define DiskGeometryGetDetect(Geometry)\ argument
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DRequestedLayerState.h43 Geometry = 1u << 3, enumerator
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/
H A DCbGeoUtils.java52 public interface Geometry { interface in CbGeoUtils
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileIO.h201 DISK_GEOMETRY Geometry; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp52 enum class Geometry enum
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DInstancingTest.cpp14 enum Geometry enum
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
H A DTcgStorageOpal.h169 OPAL_GEOMETRY_REPORTING_FEATURE Geometry; member
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dsph.rs27 Geometry, enumerator
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/
H A DTcgStorageOpal.h229 OPAL_GEOMETRY_REPORTING_FEATURE Geometry; member

12345678