Searched refs:BlitState (Results 1 – 2 of 2) sorted by relevance
28 struct BlitState struct57 static std::shared_ptr<Routine> copyRoutine(const BlitState &state);94 BlitState blitState; // State of the current blitRoutine.95 BlitState updateState; // State of the routine to be generated.97 …static void blend(const BlitState &state, const Pointer<Byte> &d, const Pointer<Byte> &s, const Po…
152 if(memcmp(&blitState, &updateState, sizeof(BlitState)) != 0) in copyLocked()162 std::shared_ptr<Routine> FrameBuffer::copyRoutine(const BlitState &state) in copyRoutine()533 …void FrameBuffer::blend(const BlitState &state, const Pointer<Byte> &d, const Pointer<Byte> &s, co… in blend()