OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImageDraw
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/scripts/
gen_icon.py
6
import Image,
ImageDraw
, ImageFont
50
draw =
ImageDraw
.Draw(img)
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java
28
public class
ImageDraw
extends ImageShow {
30
private static final String LOGTAG = "
ImageDraw
";
63
public
ImageDraw
(Context context, AttributeSet attrs) {
70
public
ImageDraw
(Context context) {
Completed in 117 milliseconds