OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endCol
(Results
1 - 4
of
4
) sorted by null
/external/clang/tools/arcmt-test/
arcmt-test.cpp
335
unsigned
endCol
= PL.getColumn() - 1;
337
endCol
+= Lexer::MeasureTokenLength(end, SM, langOpts);
338
OS << PL.getLine() << ":" <<
endCol
<< "]";
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp
756
unsigned
endCol
= startColumn;
758
while (cspan &&
endCol
< cols) {
759
ASSERT(
endCol
< table()->columns().size());
760
cspan -= table()->columns()[
endCol
].span;
761
endCol
++;
763
int tableLayoutLogicalWidth = columnPos[
endCol
] - columnPos[startColumn] - table()->hBorderSpacing();
[
all
...]
RenderTable.cpp
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java
536
int
endCol
= (position + mWidth + mSlotWidth + mSlotGap - 1) /
538
int end = Math.min(mSlotCount, mUnitCount *
endCol
);
Completed in 288 milliseconds