Home
last modified time | relevance | path

Searched refs:tileX (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DBitmapShader.java120 public BitmapShader(@NonNull Bitmap bitmap, @NonNull TileMode tileX, @NonNull TileMode tileY) { in BitmapShader() argument
121 this(bitmap, tileX.nativeInt, tileY.nativeInt); in BitmapShader()
124 private BitmapShader(Bitmap bitmap, int tileX, int tileY) { in BitmapShader() argument
130 mTileX = tileX; in BitmapShader()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp1091 size_t tileX = inputBuffer.tileIndex % mGridCols; in processCodecInputFrame() local
1094 size_t left = mGridWidth * tileX; in processCodecInputFrame()
1095 size_t width = (tileX == static_cast<size_t>(mGridCols) - 1) ? in processCodecInputFrame()
1096 mOutputWidth - tileX * mGridWidth : mGridWidth; in processCodecInputFrame()
1100 " timeUs %" PRId64, __FUNCTION__, tileX, tileY, top, left, width, height, in processCodecInputFrame()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...