Home
last modified time | relevance | path

Searched defs:type (Results 1 – 10 of 10) sorted by relevance

/graphics/graphics-core/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
22 "type": "module", string
30 "type": "module", string
38 "type": "module", string
46 "type": "module", string
54 "type": "module", string
62 "type": "module", string
70 "type": "module", string
/graphics/graphics-path/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
22 "type": "module", string
30 "type": "module", string
38 "type": "module", string
/graphics/filters/filters/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
22 "type": "module", string
30 "type": "module", string
38 "type": "module", string
/graphics/graphics-path/src/main/java/androidx/graphics/path/
DPathIteratorImpl.kt67 val type = next(pointsData, 0) in calculateSize() constant
153 val type = tempIterator.next(tempFloats, 0) in calculateSize() constant
DPathSegment.kt40 val type: Type, constant in androidx.graphics.path.PathSegment
/graphics/graphics-core/src/main/cpp/
Dsync_fence.cpp158 uint64_t type = tag >> 56; in SyncFenceBindings_nForceClose() local
Degl_utils.cpp293 jlong EGLBindings_nCreateSyncKHR(JNIEnv *env, jclass, jlong egl_display_ptr, jint type, in EGLBindings_nCreateSyncKHR()
/graphics/graphics-path/src/androidTest/java/androidx/graphics/path/
DPathIteratorTest.kt208 val type = iterator2.next(points) in iteratorStylesImpl() constant
/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DPolygonViews.kt231 customFeaturesOverlayState.value.mapIndexed { copyIndex, type -> in PolygonFeatureView() method
/graphics/graphics-path/src/main/cpp/math/
DTVecHelpers.h44 using type = decltype(std::declval<T>() + std::declval<U>()); member