Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 6 of 6) sorted by relevance

/graphics/graphics-core/src/androidTest/java/androidx/graphics/lowlatency/
DLowLatencyCanvasViewTest.kt75 validateBitmap = { bitmap, left, top, right, bottom -> in <lambda>() method
101 validateBitmap = { bitmap, left, top, right, bottom -> in <lambda>() method
144 validateBitmap = { bitmap, left, top, right, bottom -> in <lambda>() method
188 validateBitmap = { bitmap, left, top, right, bottom -> in <lambda>() method
221 validateBitmap = { bitmap, left, top, right, bottom -> in <lambda>() method
323 val bottom = coords[1] + height in <lambda>() constant
DGLFrontBufferedRendererTest.kt1144 val bottom = 100f in <lambda>() constant
/graphics/graphics-path/src/main/cpp/
DPath.h49 __unused float bottom; member
71 __unused float bottom; member
88 __unused float bottom; member
105 __unused float bottom; member
/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DShapes.kt93 val bottom = centerY + height / 2 in RoundedPolygon() constant
/graphics/graphics-core/src/main/cpp/
Dsc_test_utils.cpp22 void colorBufferRegion(void *data, int32_t left, int32_t top, int32_t right, int32_t bottom, in colorBufferRegion()
Dgraphics-core.cpp44 jfieldID bottom{}; member
393 jint bottom) { in JniBindings_nSetCrop()