Searched defs:yStep (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cpu/arm/filters/
H A DFELightingNEON.h178 int yStep = (data.heightDecreasedByOne - 1) / job; local
185 params.absoluteHeight = yStep;
186 yStart += yStep;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_images.c443 VGint y = (stfb->height - sy) - 1, yStep = -1; local
456 y += yStep;
H A Dimage.c381 const VGint yStep = 1; local
428 y += yStep;
446 VGint y = 0, yStep = 1; local
464 y += yStep;
H A Dmask.c109 VGint y = (stfb->height - sy) - 1, yStep = -1; local
140 y += yStep;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_images.c443 VGint y = (stfb->height - sy) - 1, yStep = -1; local
456 y += yStep;
H A Dimage.c381 const VGint yStep = 1; local
428 y += yStep;
446 VGint y = 0, yStep = 1; local
464 y += yStep;
H A Dmask.c109 VGint y = (stfb->height - sy) - 1, yStep = -1; local
140 y += yStep;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFELighting.cpp267 // Split the job into "yStep"-sized jobs but there a few jobs that need to be slightly larger since
268 // yStep * jobs < total size. These extras are handled by the remainder "jobsWithExtra".
269 const int yStep = (data.heightDecreasedByOne - 1) / job; local
279 yStart += job < jobsWithExtra ? yStep + 1 : yStep;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_texture.c758 GLint row, yStep; local
764 yStep = -1;
768 yStep = 1;
775 for (row = 0; row < height; row++, srcY += yStep) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c758 GLint row, yStep; local
764 yStep = -1;
768 yStep = 1;
775 for (row = 0; row < height; row++, srcY += yStep) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 228 milliseconds