OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:meshHeight
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Canvas.java
[
all
...]
/frameworks/base/core/jni/android/graphics/
Canvas.cpp
575
const SkBitmap* bitmap, int meshWidth, int
meshHeight
,
579
const int ptCount = (meshWidth + 1) * (
meshHeight
+ 1);
580
const int indexCount = meshWidth *
meshHeight
* 6;
622
const SkScalar dy = h /
meshHeight
;
626
for (int i = 0; i <=
meshHeight
; i++) {
627
if (i ==
meshHeight
) {
647
for (int i = 0; i <
meshHeight
; i++) {
[
all
...]
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java
216
public int
meshHeight
;
237
mWorldState.
meshHeight
= mMeshHeight;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas.java
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 642 milliseconds