Home
last modified time | relevance | path

Searched defs:width (Results 1 – 9 of 9) sorted by relevance

/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/test/
DPerformanceTestTest.java37 int width = 10; in createImage() local
/tools/security/fuzzing/orphans/libskia/
Dlibskia_image_processor_fuzzer.cpp57 const int width = info.width(); in getAndroidPixels() local
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dbokeh_figure.py71 width=1100, argument
147 width=3, argument
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.h37 int32_t width; member
Dvecmath.cpp319 Mat4 Mat4::Perspective(float width, float height, float nearPlane, in Perspective()
/tools/asuite/asuite_plugin/src/java/com/android/atest/toolWindow/
DAtestToolWindow.java134 int width = toolWindowEx.getComponent().getWidth(); in setInitialWidth() local
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/
DSliceTrack.kt44 var width: Int in paintComponent() variable
/tools/dexter/slicer/
Ddex_bytecode.cc107 size_t width = 0; in GetWidthFromBytecode() local
/tools/acloud/internal/lib/
Dutils_test.py54 def __init__(self, width=None, height=None): argument