Home
last modified time | relevance | path

Searched defs:BlitState (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Main/
DFrameBuffer.hpp26 struct BlitState struct
28 int width;
29 int height;
30 Format destFormat;
31 Format sourceFormat;
32 int stride;
33 int cursorWidth;
34 int cursorHeight;
/external/swiftshader/src/Renderer/
DBlitter.hpp40 struct BlitState struct in sw::Blitter
42 bool operator==(const BlitState &state) const in operator ==()
47 Format sourceFormat;
48 Format destFormat;
49 Blitter::Options options;
/external/skia/include/core/
DSkShader.h163 struct BlitState { struct
175 // Returns true if one or more of the blitprocs are set in the BlitState argument
220 virtual bool onChooseBlitProcs(const SkImageInfo&, BlitState*) { return false; } in onChooseBlitProcs() argument