Searched refs:col (Results 226 - 250 of 926) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DTableSectionPainter.cpp57 return elem1->col() < elem2->col();
79 unsigned col = c - 1; local
80 RenderTableSection::CellStruct& current = m_renderTableSection.cellAt(row, col);
82 if (!cell || (row > dirtiedRows.start() && m_renderTableSection.primaryCellAt(row - 1, col) == cell) || (col > dirtiedColumns.start() && m_renderTableSection.primaryCellAt(row, col - 1) == cell))
167 RenderTableCol* column = m_renderTableSection.table()->colElement(cell->col());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.cpp84 // iterate over all <col> elements
90 for (RenderTableCol* col = m_table->firstColumn(); col; col = col->nextColumn()) {
92 // so that if we call setPreferredWidthsDirty(true) on a col or one of its descendants, we'll mark it's
94 col->clearPreferredLogicalWidthsDirtyBits();
97 if (col->isTableColumnGroupWithColumnChildren())
100 Length colStyleLogicalWidth = col->style()->logicalWidth();
105 unsigned span = col
[all...]
H A DRenderTableCellTest.cpp55 EXPECT_EQ(columnIndex, m_cell->col());
61 EXPECT_EQ(maxColumnIndex, m_cell->col());
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdmrgext.c33 JDIMENSION col; local
47 for (col = cinfo->output_width >> 1; col > 0; col--) {
106 JDIMENSION col; local
122 for (col = cinfo->output_width >> 1; col > 0; col--) {
H A Djddctmgr.c246 * coefficients scaled by scalefactor[row]*scalefactor[col], where
280 * coefficients scaled by scalefactor[row]*scalefactor[col], where
285 int row, col; local
293 for (col = 0; col < DCTSIZE; col++) {
296 aanscalefactor[row] * aanscalefactor[col]);
H A Djquant1.c473 JDIMENSION col; local
480 for (col = width; col > 0; col--) {
503 JDIMENSION col; local
509 for (col = width; col > 0; col--) {
533 JDIMENSION col; local
548 for (col
586 JDIMENSION col; local
636 JDIMENSION col; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_mvref_common.c43 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
51 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, block));
53 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 1, mv_ref->col, block));
63 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row *
89 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row
125 if (mv->col & 1)
126 mv->col += (mv->col > 0 ? -1 : 1);
/external/chromium_org/third_party/polymer/components/core-splitter/
H A Dcore-splitter.css15 cursor: col-resize;
/external/chromium_org/third_party/polymer/components-chromium/core-splitter/
H A Dcore-splitter.css15 cursor: col-resize;
/external/eigen/Eigen/src/SparseCore/
H A DMappedSparseMatrix.h68 inline Scalar coeff(Index row, Index col) const
70 const Index outer = IsRowMajor ? row : col;
71 const Index inner = IsRowMajor ? col : row;
87 inline Scalar& coeffRef(Index row, Index col) argument
89 const Index outer = IsRowMajor ? row : col;
90 const Index inner = IsRowMajor ? col : row;
136 inline Index col() const { return IsRowMajor ? index() : m_outer; } function in class:Eigen::MappedSparseMatrix::InnerIterator
167 inline Index col() const { return IsRowMajor ? index() : m_outer; } function in class:Eigen::MappedSparseMatrix::ReverseInnerIterator
/external/eigen/test/eigen2/
H A Deigen2_submatrices.cpp72 //check row() and col()
73 VERIFY_IS_APPROX(m1.col(c1).transpose(), m1.transpose().row(c1));
74 VERIFY_IS_APPROX(square.row(r1).eigen2_dot(m1.col(c1)), (square.lazy() * m1.conjugate())(r1,c1));
75 //check operator(), both constant and non-constant, on row() and col()
77 m1.col(c1) += s1 * m1.col(c2);
85 VERIFY_IS_APPROX(m1.col(c1), bc1);
131 VERIFY(ei_real(ones.col(c1).sum()) == RealScalar(rows));
134 VERIFY(ei_real(ones.col(c1).eigen2_dot(ones.col(c
[all...]
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineMatrix.h146 inline Scalar coeff(Index row, Index col) const {
147 const Index outer = IsRowMajor ? row : col;
148 const Index inner = IsRowMajor ? col : row;
195 inline Scalar& coeffRef(Index row, Index col) { argument
196 const Index outer = IsRowMajor ? row : col;
197 const Index inner = IsRowMajor ? col : row;
206 if (col > row) //upper matrix
212 if (col < row) //lower matrix
240 inline Scalar coeffLower(Index row, Index col) const {
241 const Index outer = IsRowMajor ? row : col;
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_syswm.c66 int row, col;
170 for ( col=0; col<icon->w; ++col ) {
171 if ( (col%8) == 0 ) {
192 for ( col=0; col<mask_pitch; ++col ) {
/external/libhevc/common/x86/
H A Dihevc_inter_pred_filters_ssse3_intr.c127 WORD32 row, col; local
138 for(col = 0; col < wd; col += 16)
165 for(col = 0; col < wd; col += 8)
192 for(col = 0; col < wd; col
270 WORD32 row, col; local
763 WORD32 row, col; local
1509 WORD32 row, col; local
1635 WORD32 row, col; local
2061 WORD32 row, col; local
2634 WORD32 row, col; local
3111 WORD32 row, col; local
3487 WORD32 row, col; local
3622 WORD32 row, col; local
3870 WORD32 row, col; local
4245 WORD32 row, col; local
4417 WORD32 row, col; local
4721 WORD32 row, col; local
5025 WORD32 row, col; local
5350 WORD32 row, col; local
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepin-positions.js94 var col = resultPositions[i].position.column - markLength;
95 if (expectedPositions[col]) {
96 delete expectedPositions[col];
97 decoratedResult = replaceStringRange(decoratedResult, col, "*YES*");
99 decoratedResult = replaceStringRange(decoratedResult, col, "!BAD!");
/external/e2fsprogs/debugfs/
H A Dls.c37 int col; member in struct:list_dir_struct
114 if (ls->col + thislen > 80) {
116 ls->col = 0;
119 ls->col += thislen;
167 ls.col = 0;
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DScaling.h98 if ( Dc(it.col()) < abs(it.value()) )
99 Dc(it.col()) = abs(it.value());
119 it.valueRef() = it.value()/( Dr(it.row()) * Dc(it.col()) );
124 if ( DcRes(it.col()) < abs(it.value()) )
125 DcRes(it.col()) = abs(it.value());
/external/jpeg/
H A Djquant1.c468 JDIMENSION col; local
475 for (col = width; col > 0; col--) {
498 JDIMENSION col; local
504 for (col = width; col > 0; col--) {
528 JDIMENSION col; local
543 for (col
581 JDIMENSION col; local
631 JDIMENSION col; local
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jddctmgr.c178 * coefficients scaled by scalefactor[row]*scalefactor[col], where
212 * coefficients scaled by scalefactor[row]*scalefactor[col], where
217 int row, col; local
225 for (col = 0; col < DCTSIZE; col++) {
228 aanscalefactor[row] * aanscalefactor[col]);
/external/qemu/distrib/jpeg-6b/
H A Djquant1.c468 JDIMENSION col; local
475 for (col = width; col > 0; col--) {
498 JDIMENSION col; local
504 for (col = width; col > 0; col--) {
528 JDIMENSION col; local
543 for (col
581 JDIMENSION col; local
631 JDIMENSION col; local
[all...]
/external/chromium_org/third_party/sqlite/src/contrib/
H A Dsqlitecon.tcl139 scan [$w index insert] %d.%d row col
140 if {$col>$v(plength)} {
149 scan [$w index insert] %d.%d row col
150 if {$col>$v(plength)} {
159 scan [$w index insert] %d.%d row col
160 if {$col>=$v(plength)} {
181 scan [$w index insert] %d.%d row col
213 scan [$w index insert] %d.%d row col
314 foreach col $x(*) {
315 append res $sep$x($col)
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.c89 is_q4 ? src_mv->col : src_mv->col * 2 };
91 const int subpel_x = mv.col & SUBPEL_MASK;
94 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS);
109 round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.col +
110 mi->bmi[1].as_mv[idx].as_mv.col +
111 mi->bmi[2].as_mv[idx].as_mv.col +
112 mi->bmi[3].as_mv[idx].as_mv.col) };
128 src_mv->col * (1 << (1 - ss_x))
188 scaled_mv.col
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtscoll.cpp144 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) argument
148 UCollator *myCollation = (UCollator *)((RuleBasedCollator *)col)->getUCollator();
150 Collator::EComparisonResult compareResult = col->compare(source, target);
153 col->getCollationKey(source, srckey, status);
154 col->getCollationKey(target, tgtkey, status);
257 IntlTestCollator::doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) { argument
258 doTest(col, UnicodeString(source), UnicodeString(target), result);
262 IntlTestCollator::doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) argument
264 if(col) {
265 doTestVariant(col, sourc
[all...]
/external/harfbuzz_ng/util/
H A Dansi-print.cc131 for (unsigned int col = 0; col < w; col++)
135 for (unsigned int col = 0; col < limit; col++)
138 for (unsigned int col = limit; col < w; col++)
392 for (unsigned int col
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp126 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) argument
130 UCollator *myCollation = col->toUCollator();
132 Collator::EComparisonResult compareResult = col->compare(source, target);
135 col->getCollationKey(source, srckey, status);
136 col->getCollationKey(target, tgtkey, status);
239 IntlTestCollator::doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) { argument
240 doTest(col, UnicodeString(source), UnicodeString(target), result);
244 IntlTestCollator::doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) argument
246 if(col) {
247 doTestVariant(col, sourc
[all...]

Completed in 3530 milliseconds

1234567891011>>