Home
last modified time | relevance | path

Searched defs:BlitData (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.hpp103 struct BlitData struct in sw::Blitter
105 const void *source;
106 void *dest;
107 uint32_t sPitchB;
108 uint32_t dPitchB;
109 uint32_t sSliceB;
110 uint32_t dSliceB;
112 float x0;
113 float y0;
114 float z0;
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DBlitter.hpp72 struct BlitData struct in sw::Blitter
74 void *source;
75 void *dest;
76 int sPitchB;
77 int dPitchB;
78 int dSliceB;
80 float x0;
81 float y0;
82 float w;
83 float h;
[all …]