/external/pdfium/core/src/fxge/agg/agg23/ |
D | agg_rendering_buffer.h | 53 m_stride(0), in rendering_buffer() 62 m_stride(0), in rendering_buffer() 72 m_stride = stride; in attach() 105 return m_stride; in stride() 109 return (m_stride < 0) ? in stride_abs() 110 unsigned(-m_stride) : in stride_abs() 111 unsigned(m_stride); in stride_abs() 123 return (int8u*)p + m_stride; in next_row() 127 return (int8u*)p + m_stride; in next_row() 141 int m_stride; variable
|
/external/eigen/Eigen/src/Core/ |
D | Map.h | 123 return StrideType::InnerStrideAtCompileTime != 0 ? m_stride.inner() : 1; 128 return StrideType::OuterStrideAtCompileTime != 0 ? m_stride.outer() 140 : Base(cast_to_pointer_type(dataPtr)), m_stride(a_stride) 152 : Base(cast_to_pointer_type(dataPtr), a_size), m_stride(a_stride) 165 : Base(cast_to_pointer_type(dataPtr), nbRows, nbCols), m_stride(a_stride) 173 StrideType m_stride;
|
D | Ref.h | 136 return StrideType::InnerStrideAtCompileTime != 0 ? m_stride.inner() : 1; 141 return StrideType::OuterStrideAtCompileTime != 0 ? m_stride.outer() 150 m_stride(StrideType::OuterStrideAtCompileTime==Dynamic?0:StrideType::OuterStrideAtCompileTime, 177 ::new (&m_stride) StrideBase(expr.innerStride(), StrideType::InnerStrideAtCompileTime==0?0:1); 179 ::new (&m_stride) StrideBase(StrideType::OuterStrideAtCompileTime==0?0:expr.outerStride(), 183 StrideBase m_stride;
|
/external/eigen/Eigen/src/Core/util/ |
D | BlasUtil.h | 126 blas_data_mapper(Scalar* data, Index stride) : m_data(data), m_stride(stride) {} 128 { return m_data[StorageOrder==RowMajor ? j + i*m_stride : i + j*m_stride]; } 131 Index m_stride; 139 const_blas_data_mapper(const Scalar* data, Index stride) : m_data(data), m_stride(stride) {} 141 { return m_data[StorageOrder==RowMajor ? j + i*m_stride : i + j*m_stride]; } 144 Index m_stride;
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 461 , m_stride (0) in ContextArray() 540 m_stride = stride; in bind() 569 …Pointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLint… in glBind() 575 …m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)(… in glBind() 586 …Pointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLint… in glBind() 604 …Pointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offse… in glBind() 610 …m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m… in glBind() 621 …Pointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offse… in glBind()
|
D | glsVertexArrayTests.hpp | 186 virtual int getStride (void) const { return m_stride; } in getStride() 211 int m_stride; member in deqp::gls::ContextArray
|
D | glsDrawTest.cpp | 908 int getStride (void) const { return m_stride; } in getStride() 925 int m_stride; member in deqp::gls::__anond14e03d00111::AttributeArray 945 , m_stride (0) in AttributeArray() 1021 m_stride = stride; in setupArray() 1098 …m_ctx.vertexAttribPointer(loc, size, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + … in bindAttribute() 1104 …m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, basePtr + … in bindAttribute() 1115 …Pointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offs… in bindAttribute()
|
/external/elfutils/src/libelf/ |
D | abstract.h | 275 TYPE_NAME (ElfW2(Bits, Ext##Half), m_stride) \
|
D | elf.h | 1108 Elf32_Half m_stride; /* Stride info. */ member 1117 Elf64_Half m_stride; /* Stride info. */ member
|