Searched defs:colWidth (Results 1 - 6 of 6) sorted by relevance

/external/skia/gm/
H A Dshadertext.cpp163 static const int colWidth = 300; variable
168 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
175 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
/external/skia/samplecode/
H A DSampleShaderText.cpp171 static const int colWidth = 300; local
176 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
183 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp839 const float colWidth = 2.0f / (float)m_patternMaxEmitCount; local
849 output.EmitVertex(vertex->position + tcu::Vec4(2 * (float)ndx * colWidth, 0.0, 0.0, 0.0), vertex->pointSize, vertex->outputs, packets[packetNdx].primitiveIDIn);
850 output.EmitVertex(vertex->position + tcu::Vec4(2 * (float)ndx * colWidth, rowHeight, 0.0, 0.0), vertex->pointSize, vertex->outputs, packets[packetNdx].primitiveIDIn);
876 " const highp float colWidth = 2.0 / float(" << getPatternEmitCount(spec) << ");\n"
888 " gl_Position = gl_in[0].gl_Position + vec4(float(ndx) * 2.0 * colWidth, 0.0, 0.0, 0.0);\n"
892 " gl_Position = gl_in[0].gl_Position + vec4(float(ndx) * 2.0 * colWidth, rowHeight, 0.0, 0.0);\n"
/external/sqlite/dist/orig/
H A Dshell.c514 int colWidth[100]; /* Column widths prior to ".explain on" */ member in struct:SavedModeInfo
541 int colWidth[100]; /* Requested width of each column when in column mode*/ member in struct:ShellState
844 if( i<ArraySize(p->colWidth) ){
845 w = p->colWidth[i];
2775 data.colWidth[0] = 3;
2776 data.colWidth[1] = 15;
2777 data.colWidth[2] = 58;
2875 memcpy(p->normalMode.colWidth,p->colWidth,sizeof(p->colWidth));
[all...]
/external/sqlite/dist/
H A Dshell.c520 int colWidth[100]; /* Column widths prior to ".explain on" */ member in struct:SavedModeInfo
547 int colWidth[100]; /* Requested width of each column when in column mode*/ member in struct:ShellState
850 if( i<ArraySize(p->colWidth) ){
851 w = p->colWidth[i];
2797 data.colWidth[0] = 3;
2798 data.colWidth[1] = 15;
2799 data.colWidth[2] = 58;
2897 memcpy(p->normalMode.colWidth,p->colWidth,sizeof(p->colWidth));
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 240 milliseconds