Lines Matching refs:surface
723 const int w = tx.surface.width; in scanline()
732 const int h = tx.surface.height; in scanline()
745 tx.surface.read(&tx.surface, c, u, v, &texel); in scanline()
747 const int w = tx.surface.width; in scanline()
748 const int h = tx.surface.height; in scanline()
779 tx.surface.read(&tx.surface, c, u0, v0, &texels[0]); in scanline()
780 tx.surface.read(&tx.surface, c, u0, v1, &texels[1]); in scanline()
781 tx.surface.read(&tx.surface, c, u1, v0, &texels[2]); in scanline()
782 tx.surface.read(&tx.surface, c, u1, v1, &texels[3]); in scanline()
967 m_src = reinterpret_cast<uint32_t*>(tx.surface.data)+(u+(tx.surface.stride*v)); in horz_iterator32()
984 m_src = reinterpret_cast<uint16_t*>(tx.surface.data)+(u+(tx.surface.stride*v)); in horz_iterator16()
1006 m_width_m1 = tx.surface.width - 1; in clamp_iterator()
1007 m_height_m1 = tx.surface.height - 1; in clamp_iterator()
1008 m_data = tx.surface.data; in clamp_iterator()
1009 m_stride = tx.surface.stride; in clamp_iterator()
1094 m_width_m1 = tx.surface.width-1; in init()
1095 m_data = tx.surface.data; in init()
1101 else if (v >= (int)tx.surface.height) in init()
1102 v = (int)tx.surface.height-1; in init()
1104 m_data += (tx.surface.stride*v) << shift; in init()
1733 gen.width = t.surface.width; in init_y()
1734 gen.height = t.surface.height; in init_y()
1735 gen.stride = t.surface.stride; in init_y()
1736 gen.data = uintptr_t(t.surface.data); in init_y()
2139 surface_t* tex = &(c->state.texture[0].surface); in scanline_t32cb16()
2185 surface_t* tex = &(c->state.texture[0].surface); in scanline_t32cb16blend()
2255 surface_t* tex = &(c->state.texture[0].surface); in scanline_memcpy()
2346 surface_t* tex = &(c->state.texture[0].surface); in rect_memcpy()