Lines Matching refs:surface

725                     const int w = tx.surface.width;  in scanline()
734 const int h = tx.surface.height; in scanline()
747 tx.surface.read(&tx.surface, c, u, v, &texel); in scanline()
749 const int w = tx.surface.width; in scanline()
750 const int h = tx.surface.height; in scanline()
781 tx.surface.read(&tx.surface, c, u0, v0, &texels[0]); in scanline()
782 tx.surface.read(&tx.surface, c, u0, v1, &texels[1]); in scanline()
783 tx.surface.read(&tx.surface, c, u1, v0, &texels[2]); in scanline()
784 tx.surface.read(&tx.surface, c, u1, v1, &texels[3]); in scanline()
969 m_src = reinterpret_cast<uint32_t*>(tx.surface.data)+(u+(tx.surface.stride*v)); in horz_iterator32()
986 m_src = reinterpret_cast<uint16_t*>(tx.surface.data)+(u+(tx.surface.stride*v)); in horz_iterator16()
1008 m_width_m1 = tx.surface.width - 1; in clamp_iterator()
1009 m_height_m1 = tx.surface.height - 1; in clamp_iterator()
1010 m_data = tx.surface.data; in clamp_iterator()
1011 m_stride = tx.surface.stride; in clamp_iterator()
1096 m_width_m1 = tx.surface.width-1; in init()
1097 m_data = tx.surface.data; in init()
1103 else if (v >= (int)tx.surface.height) in init()
1104 v = (int)tx.surface.height-1; in init()
1106 m_data += (tx.surface.stride*v) << shift; in init()
1735 gen.width = t.surface.width; in init_y()
1736 gen.height = t.surface.height; in init_y()
1737 gen.stride = t.surface.stride; in init_y()
1738 gen.data = uintptr_t(t.surface.data); in init_y()
2143 surface_t* tex = &(c->state.texture[0].surface); in scanline_t32cb16()
2189 surface_t* tex = &(c->state.texture[0].surface); in scanline_t32cb16blend()
2261 surface_t* tex = &(c->state.texture[0].surface); in scanline_memcpy()
2352 surface_t* tex = &(c->state.texture[0].surface); in rect_memcpy()