HomeSort by relevance Sort by last modified time
    Searched defs:rowWidth (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
renderer11_utils.cpp 238 unsigned int rowWidth = d3d11::GetFormatPixelBytes(dxgiFormat) * mipWidth;
239 unsigned int imageSize = rowWidth * height;
241 outData->at(i).resize(rowWidth * mipHeight * mipDepth);
242 initializeFunc(mipWidth, mipHeight, mipDepth, outData->at(i).data(), rowWidth, imageSize);
245 outSubresourceData->at(i).SysMemPitch = rowWidth;
  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 336 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels;
337 const int rowPitch = (align ? m_alignment * deCeilFloatToInt32(pixelSize * rowWidth / (float)m_alignment) : rowWidth * pixelSize);
379 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength);
380 const int rowPitch = (align ? m_alignment * deCeilFloatToInt32(pixelSize * rowWidth / (float)m_alignment) : rowWidth * pixelSize);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 68 int rowWidth = 0;
103 rowWidth += child.getMeasuredWidth() + childParams.getMarginStart()
110 width = Math.max(width, rowWidth);
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 235 FX_FLOAT rowWidth = 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 166 milliseconds