OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMeshWidth
(Results
1 - 2
of
2
) sorted by null
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java
69
private int
mMeshWidth
;
193
mMeshWidth
= wResolution + 1;
219
mWorldState.meshWidth =
mMeshWidth
;
380
int dropX = (int) ((x / mWidth) *
mMeshWidth
);
/frameworks/base/libs/hwui/
DisplayListOp.h
924
mBitmap(bitmap),
mMeshWidth
(meshWidth), mMeshHeight(meshHeight),
928
return renderer.drawBitmapMesh(mBitmap,
mMeshWidth
, mMeshHeight,
933
OP_LOG("Draw bitmap %p mesh %d x %d", mBitmap,
mMeshWidth
, mMeshHeight);
945
int
mMeshWidth
;
[
all
...]
Completed in 24 milliseconds