OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstRow
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GradientGeneratedImage.cpp
53
int
firstRow
= static_cast<int>(floorf((((destRect.y() - phase.y()) / scale.height()) - srcRect.y()) / srcRect.height()));
77
for (int j =
firstRow
; ; j++) {
80
ASSERT(j >
firstRow
|| dstY <= destRect.y());
81
ASSERT(j ==
firstRow
|| dstY > destRect.y());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp
140
RenderObject*
firstRow
= section->firstChild();
141
for (RenderObject* child =
firstRow
->firstChild(); child; child = child->nextSibling()) {
RenderTableSection.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.c
293
const GLuint
firstRow
= (GLuint) state[2];
298
ASSERT(
firstRow
>= 0);
299
ASSERT(
firstRow
< 4);
335
for (i = 0, row =
firstRow
; row <= lastRow; row++) {
343
for (i = 0, row =
firstRow
; row <= lastRow; row++) {
1003
const GLuint
firstRow
= (GLuint) state[2];
[
all
...]
/external/mesa3d/src/mesa/program/
prog_statevars.c
293
const GLuint
firstRow
= (GLuint) state[2];
298
ASSERT(
firstRow
>= 0);
299
ASSERT(
firstRow
< 4);
335
for (i = 0, row =
firstRow
; row <= lastRow; row++) {
343
for (i = 0, row =
firstRow
; row <= lastRow; row++) {
1003
const GLuint
firstRow
= (GLuint) state[2];
[
all
...]
/external/chromium_org/third_party/icu/source/common/
propsvec.c
156
uint32_t *
firstRow
, *lastRow;
186
firstRow
=_findRow(pv, start);
194
splitFirstRow= (UBool)(start!=(UChar32)
firstRow
[0] && value!=(
firstRow
[column]&mask));
221
firstRow
=newVectors+(
firstRow
-pv->v);
238
/* split the first row, and move the
firstRow
pointer to the second part */
241
count = (int32_t)((lastRow-
firstRow
)+columns);
242
uprv_memmove(
firstRow
+columns,
firstRow
, count*4)
[
all
...]
/external/icu4c/common/
propsvec.c
157
uint32_t *
firstRow
, *lastRow;
187
firstRow
=_findRow(pv, start);
195
splitFirstRow= (UBool)(start!=(UChar32)
firstRow
[0] && value!=(
firstRow
[column]&mask));
222
firstRow
=newVectors+(
firstRow
-pv->v);
239
/* split the first row, and move the
firstRow
pointer to the second part */
242
count = (int32_t)((lastRow-
firstRow
)+columns);
243
uprv_memmove(
firstRow
+columns,
firstRow
, count*4)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/devtools/tools/lib/
jcommon-1.0.12.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
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 200 milliseconds