OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spanWidth
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
CellSpanTest.java
67
int
spanWidth
= mA.getMeasuredWidth() + mB.getMeasuredWidth();
68
assertEquals("span followed by cell is broken",
spanWidth
,
74
int
spanWidth
= mB.getMeasuredWidth() + mC.getMeasuredWidth();
75
assertEquals("cell followed by span is broken",
spanWidth
,
81
int
spanWidth
= mA.getMeasuredWidth() + mB.getMeasuredWidth() +
83
assertEquals("span is broken",
spanWidth
, mSpan.getMeasuredWidth());
/external/mesa3d/src/mesa/swrast/
s_drawpix.c
372
const GLint
spanWidth
= MIN2(width - skipPixels, SWRAST_MAX_WIDTH);
386
span.end =
spanWidth
;
388
_mesa_unpack_depth_span(ctx,
spanWidth
,
398
skipPixels +=
spanWidth
;
458
const GLint
spanWidth
= MIN2(width - skipPixels, SWRAST_MAX_WIDTH);
467
_mesa_unpack_color_span_float(ctx,
spanWidth
, GL_RGBA, rgba,
476
span.end =
spanWidth
;
489
skipPixels +=
spanWidth
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 995 milliseconds