OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:calculateCroppedSrcRect
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/bitmap/src/com/android/bitmap/util/
BitmapUtils.java
57
public static void
calculateCroppedSrcRect
(final int srcW, final int srcH, final int dstW,
104
public static void
calculateCroppedSrcRect
(int srcW, int srcH, int dstW, int dstH,
106
calculateCroppedSrcRect
(srcW, srcH, dstW, dstH, Integer.MAX_VALUE, outRect);
109
public static void
calculateCroppedSrcRect
(int srcW, int srcH, int dstW, int dstH,
/frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java
322
// We want to call
calculateCroppedSrcRect
() on the source rectangle "as
325
BitmapUtils.
calculateCroppedSrcRect
(srcW, srcH, mDecodeOpts.destW,
336
//
calculateCroppedSrcRect
() gave us the source rectangle "as if" the
Completed in 228 milliseconds