Home | History | Annotate | Download | only in core

Lines Matching defs:DstType

37         typename State::DstType* device = State::WritableAddr(fDevice, x, y);
42 device = (typename State::DstType*)((char*)device + deviceRB);
50 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
56 device = (typename State::DstType*)((char*)device + deviceRB);
61 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
93 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
100 device = (typename State::DstType*)((char*)device + dstRB);
122 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
129 device = (typename State::DstType*)((char*)device + dstRB);
148 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
156 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
168 device = (typename State::DstType*)((char*)device + deviceRB);
176 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
188 device = (typename State::DstType*)((char*)device + deviceRB);
193 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
225 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
238 device = (typename State::DstType*)((char*)device + deviceRB);
259 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
272 device = (typename State::DstType*)((char*)device + deviceRB);
308 typedef uint32_t DstType;
334 static DstType* WritableAddr(const SkPixmap& device, int x, int y) {
340 typedef uint64_t DstType;
366 static DstType* WritableAddr(const SkPixmap& device, int x, int y) {