/external/opencv/otherlibs/highgui/ |
grfmt_exr.cpp | 208 int ystep; local 215 ystep = 0; 220 ystep = step; 232 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep, 233 12, ystep, m_blue->xSampling, m_blue->ySampling, 0.0 )); 239 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep + 4, 240 12, ystep, m_green->xSampling, m_green->ySampling, 0.0 )); 246 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep + 8, 247 12, ystep, m_red->xSampling, m_red->ySampling, 0.0 )); 255 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep, [all...] |
grfmt_jpeg2000.cpp | 225 int ystep = jas_image_cmptvstep( m_image, cmptlut[i] ); local 229 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep ); 232 if( !jas_image_readcmpt( m_image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer )) 269 int ystep = jas_image_cmptvstep( m_image, cmpt ); local 279 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 ); 311 y1 = y + ystep; 331 int ystep = jas_image_cmptvstep( m_image, cmpt ); local 341 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 ); 373 y1 = y + ystep;
|
grfmt_exr.h | 70 void UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample ); 72 void UpSampleY( uchar *data, int xstep, int ystep, int ysample );
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
textblit.c | 65 int error, ystep, y, x; local 98 ystep = 1; 100 ystep = -1; 111 y = y + ystep; 125 y = y + ystep;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_textblit.c | 64 int error, ystep, y, x; local 95 ystep = 1; 97 ystep = -1; 105 y = y + ystep; 115 y = y + ystep;
|
/external/libvpx/libvpx/vp8/common/ |
textblit.c | 65 int error, ystep, y, x; local 98 ystep = 1; 100 ystep = -1; 111 y = y + ystep; 125 y = y + ystep;
|
/external/libvpx/libvpx/vp9/common/ |
vp9_textblit.c | 64 int error, ystep, y, x; local 95 ystep = 1; 97 ystep = -1; 105 y = y + ystep; 115 y = y + ystep;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
textblit.c | 65 int error, ystep, y, x; local 98 ystep = 1; 100 ystep = -1; 111 y = y + ystep; 125 y = y + ystep;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_textblit.c | 64 int error, ystep, y, x; local 95 ystep = 1; 97 ystep = -1; 105 y = y + ystep; 115 y = y + ystep;
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
RenderScriptWallpaper.java | 95 float xStep, float yStep, int xPixels, int yPixels) { 96 mRenderer.setOffset(xOffset, yOffset, xStep, yStep, xPixels, yPixels);
|
RenderScriptScene.java | 89 public void setOffset(float xOffset, float yOffset, float xStep, float yStep, int xPixels, int yPixels) {
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/ |
AwTestTouchUtils.java | 38 float yStep = (toY - fromY) / stepCount; 41 y += yStep;
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfType1PatternDictionary_autogen.cpp | 83 double SkPdfType1PatternDictionary::YStep(SkPdfNativeDoc* doc) { 84 SkPdfNativeObject* ret = get("YStep", ""); 92 return get("YStep", "") != NULL;
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfType1PatternDictionary_autogen.cpp | 83 double SkPdfType1PatternDictionary::YStep(SkPdfNativeDoc* doc) { 84 SkPdfNativeObject* ret = get("YStep", ""); 92 return get("YStep", "") != NULL;
|
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
TestWallpaper.java | 177 float xStep, float yStep, int xPixels, int yPixels) { 178 super.onOffsetsChanged(xOffset, yOffset, xStep, yStep, xPixels, yPixels); 185 mOffsetYStep = yStep;
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_linetemp.h | 77 GLint xstep, ystep; local 197 ystep = -1; 206 ystep = 1; 331 y0 += ystep; 358 y0 += ystep;
|
/external/mesa3d/src/mesa/swrast/ |
s_linetemp.h | 77 GLint xstep, ystep; local 197 ystep = -1; 206 ystep = 1; 331 y0 += ystep; 358 y0 += ystep;
|
/external/opencv/cv/src/ |
mycvHaarDetectObjects.cpp | 976 // int ystep = factor > 2. ? 1 : 2; 1159 const double ystep = MAX( 2, factor ); local [all...] |
/external/libpng/contrib/examples/ |
pngpixel.c | 245 png_uint_32 ystart, xstart, ystep, xstep; local 267 ystep = PNG_PASS_ROW_OFFSET(pass); 273 ystep = xstep = 1; 280 for (py = ystart; py < height; py += ystep)
|
/frameworks/base/core/java/android/view/ |
IWindow.aidl | 66 void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync);
|
/frameworks/base/core/java/com/android/internal/view/ |
BaseIWindow.java | 72 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) {
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeWindow.java | 66 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep,
|
/packages/wallpapers/Basic/src/com/android/wallpaper/ |
RenderScriptWallpaper.java | 91 float xStep, float yStep, int xPixels, int yPixels) {
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
RenderScriptWallpaper.java | 99 float xStep, float yStep, int xPixels, int yPixels) {
|
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
TouchCommon.java | 57 float yStep = (toY - fromY) / stepCount; 60 y += yStep;
|