Searched refs:type64 (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/app/drawing/
H A DPatternHandler.h26 { fPattern.type64 = p; }
29 { fPattern.type64 = *((const uint64*)p); }
32 { fPattern.type64 = src.fPattern.type64; }
35 { fPattern.type64 = *(uint64*)src.data; }
41 { return fPattern.type64; }
44 { return *(const ::pattern*)&fPattern.type64; }
47 { fPattern.type64 = *((const uint64*)p); }
50 { fPattern.type64 = p; }
53 { fPattern.type64
71 uint64 type64; member in union:Pattern::__anon16
[all...]

Completed in 11 milliseconds