Searched defs:BlitState (Results 1 – 3 of 3) sorted by relevance
26 struct BlitState struct28 int width;29 int height;30 Format destFormat;31 Format sourceFormat;32 int stride;33 int cursorWidth;34 int cursorHeight;
40 struct BlitState struct in sw::Blitter42 bool operator==(const BlitState &state) const in operator ==()47 Format sourceFormat;48 Format destFormat;49 Blitter::Options options;
163 struct BlitState { struct175 // Returns true if one or more of the blitprocs are set in the BlitState argument220 virtual bool onChooseBlitProcs(const SkImageInfo&, BlitState*) { return false; } in onChooseBlitProcs() argument