OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fullhighres
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java
281
Bitmap
fullHighres
= MasterImage.getImage().getPartialImage();
291
drawHighresImage(canvas,
fullHighres
);
321
private void drawHighresImage(Canvas canvas, Bitmap
fullHighres
) {
323
if (
fullHighres
!= null && originalToScreen != null) {
328
if (
fullHighres
!= null) {
331
canvas.drawBitmap(
fullHighres
, originalToScreen, mPaint);
[
all
...]
Completed in 182 milliseconds