Searched refs:colWidth (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dshadertext.cpp165 static const int colWidth = 300; local
170 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
177 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
/external/chromium_org/third_party/skia/samplecode/
H A DSampleShaderText.cpp170 static const int colWidth = 300; local
175 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
182 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
/external/skia/gm/
H A Dshadertext.cpp172 static const int colWidth = 300; local
177 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
184 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
/external/skia/samplecode/
H A DSampleShaderText.cpp170 static const int colWidth = 300; local
175 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
182 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
/external/sqlite/dist/orig/
H A Dshell.c439 int colWidth[100]; member in struct:previous_mode_data
463 int colWidth[100]; /* Requested width of each column when in column mode*/ member in struct:callback_data
738 if( i<ArraySize(p->colWidth) ){
739 w = p->colWidth[i];
2369 data.colWidth[0] = 3;
2370 data.colWidth[1] = 15;
2371 data.colWidth[2] = 58;
2465 memcpy(p->explainPrev.colWidth,p->colWidth,sizeof(p->colWidth));
[all...]
/external/sqlite/dist/
H A Dshell.c444 int colWidth[100]; member in struct:previous_mode_data
468 int colWidth[100]; /* Requested width of each column when in column mode*/ member in struct:callback_data
743 if( i<ArraySize(p->colWidth) ){
744 w = p->colWidth[i];
2389 data.colWidth[0] = 3;
2390 data.colWidth[1] = 15;
2391 data.colWidth[2] = 58;
2485 memcpy(p->explainPrev.colWidth,p->colWidth,sizeof(p->colWidth));
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-layout-grid/
H A Dcore-layout-grid-extracted.js131 function colWidth(i) { function
142 //console.log('colWidth(' + i + ') ==', w);
256 columns = railize(colCount, colWidth);
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dtile_page.js847 colWidth: realTileValues.offsetX,
900 var realX = col * layout.colWidth + layout.leftMargin;
925 tile.showDoppleganger(-layout.numRowTiles * layout.colWidth * sign,
954 layout.colWidth);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp119 Length colWidth = tableCol->style()->logicalWidth(); local
123 if (!colWidth.isFixed()) {
126 return colWidth;
129 colWidthSum += colWidth.value();
H A DRenderBlock.cpp2831 LayoutUnit colWidth = std::max<LayoutUnit>(1, LayoutUnit(style()->columnWidth())); local
2838 desiredColumnCount = std::max<LayoutUnit>(1, (availWidth + colGap) / (colWidth + colGap));
2841 desiredColumnCount = std::max<LayoutUnit>(std::min<LayoutUnit>(colCount, (availWidth + colGap) / (colWidth + colGap)), 1);
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c391 int colWidth[100]; member in struct:previous_mode_data
410 int colWidth[100]; /* Requested width of each column when in column mode*/ member in struct:callback_data
676 if( i<ArraySize(p->colWidth) ){
677 w = p->colWidth[i];
1535 data.colWidth[0] = 3;
1536 data.colWidth[1] = 15;
1537 data.colWidth[2] = 58;
1615 memcpy(p->explainPrev.colWidth,p->colWidth,sizeof(p->colWidth));
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp826 const float colWidth = 2.0f / (float)m_patternMaxEmitCount; local
836 output.EmitVertex(vertex->position + tcu::Vec4(2 * ndx * colWidth, 0.0, 0.0, 0.0), vertex->pointSize, vertex->outputs, packets[packetNdx].primitiveIDIn);
837 output.EmitVertex(vertex->position + tcu::Vec4(2 * ndx * colWidth, rowHeight, 0.0, 0.0), vertex->pointSize, vertex->outputs, packets[packetNdx].primitiveIDIn);
863 " const highp float colWidth = 2.0 / float(" << getPatternEmitCount(spec) << ");\n"
875 " gl_Position = gl_in[0].gl_Position + vec4(float(ndx) * 2.0 * colWidth, 0.0, 0.0, 0.0);\n"
879 " gl_Position = gl_in[0].gl_Position + vec4(float(ndx) * 2.0 * colWidth, rowHeight, 0.0, 0.0);\n"
/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 351 milliseconds