/frameworks/native/include/gui/ |
D | SurfaceComposerClient.h | 163 uint32_t reqWidth, uint32_t reqHeight, 178 uint32_t reqWidth, uint32_t reqHeight); 180 uint32_t reqWidth, uint32_t reqHeight,
|
D | ISurfaceComposer.h | 117 uint32_t reqWidth, uint32_t reqHeight,
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2652 uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument 2667 uint32_t reqWidth, reqHeight; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen 2675 uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument 2678 reqWidth(reqWidth), reqHeight(reqHeight), in captureScreen() 2692 producer, reqWidth, reqHeight, minLayerZ, maxLayerZ); in captureScreen() 2695 producer, reqWidth, reqHeight, minLayerZ, maxLayerZ); in captureScreen() 2737 reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen() 2750 uint32_t reqWidth, uint32_t reqHeight, in renderScreenImplLocked() argument 2766 glViewport(0, 0, reqWidth, reqHeight); in renderScreenImplLocked() 2805 uint32_t reqWidth, uint32_t reqHeight, in captureScreenImplLocked() argument [all …]
|
D | SurfaceFlinger.h | 187 uint32_t reqWidth, uint32_t reqHeight, 293 uint32_t reqWidth, uint32_t reqHeight, 300 uint32_t reqWidth, uint32_t reqHeight, 306 uint32_t reqWidth, uint32_t reqHeight,
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | IWallpaperService.aidl | 27 int reqWidth, int reqHeight); in attach() argument
|
D | WallpaperService.java | 963 int windowType, boolean isPreview, int reqWidth, int reqHeight) { in IWallpaperEngineWrapper() argument 970 mReqHeight = reqHeight; in IWallpaperEngineWrapper() 1104 int windowType, boolean isPreview, int reqWidth, int reqHeight) { in attach() argument 1106 windowType, isPreview, reqWidth, reqHeight); in attach()
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 107 uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument 116 data.writeInt32(reqHeight); in captureScreen() 275 uint32_t reqHeight = data.readInt32(); in onTransact() local 280 reqWidth, reqHeight, minLayerZ, maxLayerZ, in onTransact()
|
D | SurfaceComposerClient.cpp | 616 uint32_t reqWidth, uint32_t reqHeight, in capture() argument 621 reqWidth, reqHeight, minLayerZ, maxLayerZ, in capture() 643 uint32_t reqWidth, uint32_t reqHeight, in update() argument 656 reqWidth, reqHeight, minLayerZ, maxLayerZ, true); in update() 672 uint32_t reqWidth, uint32_t reqHeight) { in update() argument 673 return ScreenshotClient::update(display, reqWidth, reqHeight, 0, -1UL); in update()
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | load-bitmap.jd | 104 BitmapFactory.Options options, int reqWidth, int reqHeight) { 110 if (height > reqHeight || width > reqWidth) { 113 final int heightRatio = Math.round((float) height / (float) reqHeight); 140 int reqWidth, int reqHeight) { 148 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
|
D | manage-memory.jd | 212 int reqWidth, int reqHeight, ImageCache cache) {
|