Searched refs:yoff (Results 1 - 14 of 14) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BView.h40 xoff = yoff = 0;
50 yoff = y;
54 y = yoff;
58 y = (float)yoff;
86 if(xoff || yoff) {
88 dest.top = updateRect.top + yoff;
90 dest.bottom = updateRect.bottom + yoff;
99 if(xoff || yoff) {
101 dest.top = updateRect.top + yoff;
103 dest.bottom = updateRect.bottom + yoff;
113 int xoff, yoff; member in class:SDL_BView
[all...]
/external/jdiff/src/jdiff/
H A DDiffMyers.java109 private int diag (int xoff, int xlim, int yoff, int ylim) argument
116 final int dmax = xlim - yoff; // Maximum valid diagonal.
117 final int fmid = xoff - yoff; // Center diagonal of top-down search.
184 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) {
217 && fd[fdiagoff + d] - d - yoff > 20)
288 private void compareseq (int xoff, int xlim, int yoff, int ylim) { argument
290 while (xoff < xlim && yoff < ylim && xvec[xoff] == yvec[yoff]) {
291 ++xoff; ++yoff;
294 while (xlim > xoff && ylim > yoff
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp101 YOffset* yoff = head->yoffsets(); local
102 yoff->fY = bounds.height() - 1;
103 yoff->fOffset = 0;
200 const YOffset* yoff = head->yoffsets(); local
201 const YOffset* ystop = yoff + head->fRowCount;
207 while (yoff < ystop) {
208 SkASSERT(prevY < yoff->fY);
209 SkASSERT(yoff->fY <= lastY);
210 prevY = yoff->fY;
211 SkASSERT(prevOffset < (int32_t)yoff
447 YOffset* yoff = head->yoffsets(); local
523 YOffset* yoff = head->yoffsets(); local
603 const YOffset* yoff = head->yoffsets(); local
736 const YOffset* yoff = head->yoffsets(); local
876 const YOffset* yoff = fRunHead->yoffsets(); local
[all...]
/external/skia/src/core/
H A DSkAAClip.cpp101 YOffset* yoff = head->yoffsets(); local
102 yoff->fY = bounds.height() - 1;
103 yoff->fOffset = 0;
200 const YOffset* yoff = head->yoffsets(); local
201 const YOffset* ystop = yoff + head->fRowCount;
207 while (yoff < ystop) {
208 SkASSERT(prevY < yoff->fY);
209 SkASSERT(yoff->fY <= lastY);
210 prevY = yoff->fY;
211 SkASSERT(prevOffset < (int32_t)yoff
407 YOffset* yoff = head->yoffsets(); local
483 YOffset* yoff = head->yoffsets(); local
563 const YOffset* yoff = head->yoffsets(); local
808 const YOffset* yoff = fRunHead->yoffsets(); local
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPopupWindow.java152 public void showAsDropDown(View anchor, int xoff, int yoff) { argument
154 yOffset = yoff;
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_Blitter.h195 const int yoff = y - startBlockY; variable
196 SkASSERT((yoff + height) <= BlockDim);
199 memset(mask + (j + yoff)*BlockDim + xoff, 0xFF, width);
648 const int yoff = y - blockRow; local
651 memset(mask + (j + yoff)*BlockDim + xoff, 0xFF, BlockDim - xoff);
660 memset(mask + (j + yoff)*BlockDim, 0xFF, BlockDim);
676 memset(mask + (j+yoff)*BlockDim, 0xFF, xoff);
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Dviewrtree.tcl140 set yoff [expr {10.0 - $ymin*$yscale}]
147 set y1 [expr {$y1*$yscale + $yoff}]
148 set y2 [expr {$y2*$yscale + $yoff}]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvariance_test.cc63 int l2w, int l2h, int xoff, int yoff,
77 const int r = a + (((b - a) * yoff + 8) >> 4);
316 int xoff, int yoff,
330 const int r = a + (((b - a) * yoff + 8) >> 4);
62 subpel_variance_ref(const uint8_t *ref, const uint8_t *src, int l2w, int l2h, int xoff, int yoff, unsigned int *sse_ptr) argument
312 subpel_avg_variance_ref(const uint8_t *ref, const uint8_t *src, const uint8_t *second_pred, int l2w, int l2h, int xoff, int yoff, unsigned int *sse_ptr) argument
/external/libvpx/libvpx/test/
H A Dvariance_test.cc55 int l2w, int l2h, int xoff, int yoff,
69 const int r = a + (((b - a) * yoff + 8) >> 4);
169 int xoff, int yoff,
183 const int r = a + (((b - a) * yoff + 8) >> 4);
54 subpel_variance_ref(const uint8_t *ref, const uint8_t *src, int l2w, int l2h, int xoff, int yoff, unsigned int *sse_ptr) argument
165 subpel_avg_variance_ref(const uint8_t *ref, const uint8_t *src, const uint8_t *second_pred, int l2w, int l2h, int xoff, int yoff, unsigned int *sse_ptr) argument
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3video.c231 deprintf(1, "[PS3] xres:%d yres:%d xoff:%d yoff:%d\n", res.xres, res.yres, res.xoff, res.yoff);
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 540 milliseconds