HomeSort by relevance Sort by last modified time
    Searched refs:colWidth (Results 1 - 19 of 19) 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/chromium_org/third_party/skia/gm/
shadertext.cpp 172 static const int colWidth = 300;
177 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
184 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
  /external/chromium_org/third_party/skia/samplecode/
SampleShaderText.cpp 170 static const int colWidth = 300;
175 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
182 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
  /external/skia/gm/
shadertext.cpp 172 static const int colWidth = 300;
177 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
184 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
  /external/skia/samplecode/
SampleShaderText.cpp 170 static const int colWidth = 300;
175 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
182 canvas->translate(SkIntToScalar((i / testsPerCol) * colWidth),
  /external/sqlite/dist/orig/
shell.c 439 int colWidth[100];
463 int colWidth[100]; /* Requested width of each column when in column mode*/
738 if( i<ArraySize(p->colWidth) ){
739 w = p->colWidth[i];
    [all...]
  /external/sqlite/dist/
shell.c 444 int colWidth[100];
468 int colWidth[100]; /* Requested width of each column when in column mode*/
743 if( i<ArraySize(p->colWidth) ){
744 w = p->colWidth[i];
    [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 749 final int colWidth =
775 final int widthSize = colWidth * span + itemMargin * (span - 1);
804 final int childLeft = paddingLeft + col * (colWidth + itemMargin);
885 final int colWidth =
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]
  /dalvik/opcode-gen/
opcode-gen.awk 236 function colPrint(value, isLast, col, numCols, colWidth, linePrefix) {
240 isLast ? 1 : colWidth, value,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp 120 Length colWidth = tableCol->style()->logicalWidth();
124 if (!colWidth.isFixed()) {
127 return colWidth;
130 colWidthSum += colWidth.value();
    [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 391 int colWidth[100];
410 int colWidth[100]; /* Requested width of each column when in column mode*/
676 if( i<ArraySize(p->colWidth) ){
677 w = p->colWidth[i];
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 826 const float colWidth = 2.0f / (float)m_patternMaxEmitCount;
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"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
ddmuilib.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 427 milliseconds