HomeSort by relevance Sort by last modified time
    Searched defs:AttachmentInfo (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Android.h 27 struct AttachmentInfo {
32 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
SkOSWindow_Mac.h 29 struct AttachmentInfo {
35 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_NaCl.h 27 struct AttachmentInfo {
32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) {
SkOSWindow_iOS.h 24 struct AttachmentInfo {
30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Unix.h 41 struct AttachmentInfo {
46 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
70 void initWindow(int newMSAASampleCount, AttachmentInfo* info);
SkOSWindow_Win.h 40 struct AttachmentInfo {
45 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
87 bool attachGL(int msaaSampleCount, AttachmentInfo* info);
92 bool attachANGLE(int msaaSampleCount, AttachmentInfo* info);
  /external/skia/include/views/
SkOSWindow_Android.h 27 struct AttachmentInfo {
32 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
SkOSWindow_Mac.h 29 struct AttachmentInfo {
35 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_NaCl.h 27 struct AttachmentInfo {
32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) {
SkOSWindow_iOS.h 24 struct AttachmentInfo {
30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Unix.h 41 struct AttachmentInfo {
46 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
70 void initWindow(int newMSAASampleCount, AttachmentInfo* info);
SkOSWindow_Win.h 40 struct AttachmentInfo {
45 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
87 bool attachGL(int msaaSampleCount, AttachmentInfo* info);
92 bool attachANGLE(int msaaSampleCount, AttachmentInfo* info);
  /packages/apps/Email/src/com/android/email/
AttachmentInfo.java 40 public class AttachmentInfo {
84 public AttachmentInfo(Context context, Attachment attachment) {
89 public AttachmentInfo(Context context, Cursor c) {
95 public AttachmentInfo(Context context, AttachmentInfo info) {
100 public AttachmentInfo(Context context, long id, long size, String fileName, String mimeType,
235 return ((AttachmentInfo) o).mId == mId;

Completed in 43 milliseconds