HomeSort by relevance Sort by last modified time
    Searched defs:colWidth (Results 1 - 8 of 8) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 100 float colWidth = (float) (cellWidth - (maxCols + 1) * mCellMargin) / (float) maxCols;
101 event.left = left + col * (colWidth + mCellMargin);
102 event.right = event.left + colWidth;
  /external/skia/gm/
shadertext.cpp 174 static const int colWidth = 300;
178 canvas->translate(SkIntToScalar((s / testsPerCol) * colWidth),
  /external/skia/samplecode/
SampleShaderText.cpp 171 static const int colWidth = 300;
175 canvas->translate(SkIntToScalar((s / testsPerCol) * colWidth),
  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.cpp 551 int colWidth = -1;
555 colWidth = l.value();
557 if (colWidth && rowHeight) {
RenderTableCell.cpp 101 Length colWidth = tableCol->style()->logicalWidth();
105 if (!colWidth.isFixed()) {
108 return colWidth;
111 colWidthSum = Length(colWidthSum.value() + colWidth.value(), Fixed);
    [all...]
RenderBlock.cpp     [all...]
  /external/sqlite/dist/
shell.c 395 int colWidth[100];
414 int colWidth[100]; /* Requested width of each column when in column mode*/
679 if( i<ArraySize(p->colWidth) ){
680 w = p->colWidth[i];
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 696 milliseconds