/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
CaptureLoader.java | 62 PsdFile psd = new PsdFile(width, height); local 64 while (readLayer(in, psd)) { 67 psd.write(new FileOutputStream(file)); 91 private static boolean readLayer(DataInputStream in, PsdFile psd) { 120 psd.addLayer(name, image, new Point(x, y), visible);
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/ |
DeviceBridge.java | 568 PsdFile psd = new PsdFile(width, height); local 570 while (readLayer(in, psd)) { 573 return psd; 590 private static boolean readLayer(DataInputStream in, PsdFile psd) { 618 psd.addLayer(name, image, new Point(x, y), visible);
|
/external/bluetooth/glib/gio/ |
glocalfileinfo.c | 1317 PSECURITY_DESCRIPTOR psd = NULL; local [all...] |
/external/pcre/ |
pcretest.c | 1485 pcre_study_data *psd; local [all...] |
/external/netperf/ |
netlib.c | 659 struct pst_dynamic psd; 661 if (pstat_getdynamic((struct pst_dynamic *)&psd, 662 (size_t)sizeof(psd), (size_t)1, 0) != -1) { 663 temp_cpus = psd.psd_proc_cnt; 653 struct pst_dynamic psd; local [all...] |