OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setLogicalWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/bitmap/src/com/android/bitmap/
ReusableBitmap.java
49
public void
setLogicalWidth
(int w) {
DecodeTask.java
408
result.
setLogicalWidth
((srcRect.right - srcRect.left) / mOpts.inSampleSize);
412
result.
setLogicalWidth
(mOpts.outWidth);
419
result.
setLogicalWidth
(decodeResult.getWidth());
422
result.
setLogicalWidth
(decodeResult.getHeight());
Completed in 1022 milliseconds