OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxDim
(Results
1 - 12
of
12
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/util/
WallpaperUtils.java
101
int
maxDim
= Math.max(maxDims.x, maxDims.y);
107
maxDim
= Math.max(realSize.x, realSize.y);
115
defaultWidth = (int) (
maxDim
* wallpaperTravelToScreenWidthRatio(
maxDim
, minDim));
116
defaultHeight =
maxDim
;
118
defaultWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN),
maxDim
);
119
defaultHeight =
maxDim
;
/external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.cpp
105
SkScalar
maxDim
= SkMaxScalar(bounds.width(), bounds.height());
112
maxDim
+= extraWidth;
115
return
maxDim
<= kMediumMIP &&
maxDim
* maxScale <= 2.0f*kLargeMIP;
237
SkScalar
maxDim
= SkMaxScalar(bounds.width(), bounds.height());
238
SkScalar size = maxScale *
maxDim
;
258
SkScalar scale = desiredDimension/
maxDim
;
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
240
int
maxDim
= Math.max(maxDims.x, maxDims.y);
246
maxDim
= Math.max(realSize.x, realSize.y);
254
defaultWidth = (int) (
maxDim
* wallpaperTravelToScreenWidthRatio(
maxDim
, minDim));
255
defaultHeight =
maxDim
;
257
defaultWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN),
maxDim
);
258
defaultHeight =
maxDim
;
[
all
...]
/frameworks/native/opengl/tests/hwc/
hwcCommit.cpp
252
HwcTestDim
maxDim
;
260
HwcTestDim
maxDim
;
496
measPtr->df.
maxDim
= dfMaxDim(format->format);
497
testPrintI(" dfMaxDim: %s", ((string) measPtr->df.
maxDim
).c_str());
506
measPtr->sc.maxWidth = scMaxWidth(format->format, measPtr->df.
maxDim
);
511
measPtr->sc.maxHeight = scMaxHeight(format->format, measPtr->df.
maxDim
);
519
measPtr->sc.
maxDim
= scMaxDim(format->format, measPtr->df.
maxDim
);
520
testPrintI(" scMaxDim: %s%s", ((measPtr->sc.
maxDim
.width()
522
|| (measPtr->sc.
maxDim
.width() >
[
all
...]
/device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp
[
all
...]
QCameraHWI_Parm.cpp
621
bool QCameraHardwareInterface::getMaxPictureDimension(mm_camera_dimension_t *
maxDim
)
637
maxDim
->height = mPictureSizes[i].height;
638
maxDim
->width = mPictureSizes[i].width;
643
maxDim
->width,
maxDim
->height);
700
mm_camera_dimension_t
maxDim
;
705
memset(&
maxDim
, 0, sizeof(mm_camera_dimension_t));
706
ret = getMaxPictureDimension(&
maxDim
);
712
if (!
maxDim
.width || !
maxDim
.height)
[
all
...]
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java
208
int
maxDim
= Math.max(mImageWidth, mImageHeight);
210
while (t <
maxDim
) {
/packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java
208
int
maxDim
= Math.max(mImageWidth, mImageHeight);
210
while (t <
maxDim
) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java
209
int
maxDim
= Math.max(mImageWidth, mImageHeight);
211
while (t <
maxDim
) {
/packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java
[
all
...]
/frameworks/base/media/java/android/media/
MediaCodecInfo.java
[
all
...]
/external/zxing/core/
core.jar
Completed in 375 milliseconds