OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nativePaint
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Bitmap.java
[
all
...]
/frameworks/base/core/java/android/view/
GLES20Canvas.java
184
static native void nSetLayerPaint(int layerId, int
nativePaint
);
654
final int
nativePaint
= paint == null ? 0 : paint.mNativePaint;
655
count = nSaveLayer(mRenderer,
nativePaint
, saveFlags);
671
final int
nativePaint
= paint == null ? 0 : paint.mNativePaint;
672
count = nSaveLayer(mRenderer, left, top, right, bottom,
nativePaint
, saveFlags);
783
final int
nativePaint
= paint == null ? 0 : paint.mNativePaint;
785
dst.left, dst.top, dst.right, dst.bottom,
nativePaint
);
798
final int
nativePaint
= paint == null ? 0 : paint.mNativePaint;
800
dst.left, dst.top, dst.right, dst.bottom,
nativePaint
);
815
final int
nativePaint
= paint == null ? 0 : paint.mNativePaint
[
all
...]
Completed in 35 milliseconds