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

/external/skia/gm/
H A Dshadertext.cpp184 static const int colWidth = 300; local
189 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
196 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
/external/skia/samplecode/
H A DSampleShaderText.cpp185 static const int colWidth = 300; local
190 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
197 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
/external/sqlite/dist/orig/
H A Dshell.c408 int colWidth[100]; member in struct:previous_mode_data
428 int colWidth[100]; /* Requested width of each column when in column mode*/ member in struct:callback_data
693 if( i<ArraySize(p->colWidth) ){
694 w = p->colWidth[i];
1610 data.colWidth[0] = 3;
1611 data.colWidth[1] = 15;
1612 data.colWidth[2] = 58;
1686 memcpy(p->explainPrev.colWidth,p->colWidth,sizeof(p->colWidth));
[all...]
/external/sqlite/dist/
H A Dshell.c413 int colWidth[100]; member in struct:previous_mode_data
433 int colWidth[100]; /* Requested width of each column when in column mode*/ member in struct:callback_data
698 if( i<ArraySize(p->colWidth) ){
699 w = p->colWidth[i];
1629 data.colWidth[0] = 3;
1630 data.colWidth[1] = 15;
1631 data.colWidth[2] = 58;
1705 memcpy(p->explainPrev.colWidth,p->colWidth,sizeof(p->colWidth));
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderTableCell.cpp101 Length colWidth = tableCol->style()->logicalWidth(); local
105 if (!colWidth.isFixed()) {
108 return colWidth;
111 colWidthSum = Length(colWidthSum.value() + colWidth.value(), Fixed);
H A DRenderFrameSet.cpp551 int colWidth = -1; local
555 colWidth = l.value();
557 if (colWidth && rowHeight) {
H A DRenderBlock.cpp4319 int colWidth = max(1, static_cast<int>(style()->columnWidth())); local
4326 desiredColumnCount = max<int>(1, (float)(availWidth + colGap) / (colWidth + colGap));
4329 desiredColumnCount = max(min<int>(colCount, (float)(availWidth + colGap) / (colWidth + colGap)), 1);
/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 158 milliseconds