OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextY
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkRegion_rects.cpp
98
SkRegion::RunType
nextY
= SkRegion::kRunTypeSentinel;
104
nextY
= SkMin32(
nextY
, edge->fTop);
113
nextY
= SkMin32(
nextY
, edge->fTop);
127
nextY
= SkMin32(
nextY
, edge->fBottom);
142
r->fBottom =
nextY
; // update bottom
147
r->fBottom =
nextY
;
152
return
nextY
;
[
all
...]
/external/skia/src/core/
SkRegion_rects.cpp
98
SkRegion::RunType
nextY
= SkRegion::kRunTypeSentinel;
104
nextY
= SkMin32(
nextY
, edge->fTop);
113
nextY
= SkMin32(
nextY
, edge->fTop);
127
nextY
= SkMin32(
nextY
, edge->fBottom);
142
r->fBottom =
nextY
; // update bottom
147
r->fBottom =
nextY
;
152
return
nextY
;
[
all
...]
/frameworks/rs/driver/runtime/
rs_sample.c
190
int locX, int locY, int nextX, int
nextY
,
194
float p2 = getElementAt1(p, stride, locX,
nextY
);
195
float p3 = getElementAt1(p, stride, nextX,
nextY
);
203
int locX, int locY, int nextX, int
nextY
,
207
float p2 = getElementAt1(p, stride, locX,
nextY
);
208
float p3 = getElementAt1(p, stride, nextX,
nextY
);
216
int locX, int locY, int nextX, int
nextY
,
220
float2 p2 = getElementAt2(p, stride, locX,
nextY
);
221
float2 p3 = getElementAt2(p, stride, nextX,
nextY
);
229
int locX, int locY, int nextX, int
nextY
,
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java
369
int
nextY
= 0;
397
y =
nextY
;
400
&& Math.max(
nextY
, y + preview.getHeight()) > bottomBorder) {
410
y =
nextY
= Math.max(
nextY
, bottomBorder + vgap);
418
&& Math.max(
nextY
, y + preview.getHeight()) > bottomBorder) {
427
y =
nextY
= Math.max(
nextY
, bottomBorder + vgap);
444
nextY
= Math.max(
nextY
, y + preview.getHeight() + vgap)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
ddmuilib.jar
Completed in 596 milliseconds