OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferH
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AttachmentDrawable.java
346
final int
bufferH
;
359
bufferH
= (int) (mDecodeHeight * scale);
363
bufferH
= mDecodeHeight;
366
if (w == 0 ||
bufferH
== 0) {
370
// System.out.println("ITEM " + this + " w=" + w + " h=" +
bufferH
+ " key=" + mCurrKey);
377
mTask = new DecodeTask(mCurrKey, w,
bufferH
, bufferW,
bufferH
, this, mCache);
/packages/apps/UnifiedEmail/src/com/android/bitmap/
DecodeTask.java
76
public DecodeTask(Request key, int w, int h, int bufferW, int
bufferH
, BitmapView view,
82
mDestBufferH =
bufferH
;
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp
[
all
...]
Completed in 617 milliseconds