Searched refs:stride (Results 1 - 25 of 58) sorted by relevance

123

/openjdk10/jdk/src/java.desktop/unix/native/common/awt/medialib/
H A Dmlib_v_ImageCopy_f.h43 mlib_s32 stride,
H A Dmlib_v_ImageCopy_f.c43 * stride source image line stride in 8-bytes
44 * dstride destination image line stride in 8-bytes
85 * they are 8-byte aligned. And stride and width are in 8-bytes.
92 mlib_s32 stride,
110 sp = spl += stride;
88 mlib_v_ImageCopy_a2(mlib_d64 *sp, mlib_d64 *dp, mlib_s32 width, mlib_s32 height, mlib_s32 stride, mlib_s32 dstride) argument
/openjdk10/jdk/src/java.desktop/share/native/common/awt/medialib/
H A Dmlib_ImageCreate.c47 * mlib_s32 stride,
82 * stride linebytes( bytes to next row) of the image
131 mlib_s32 stride,
135 mlib_s32 mask; /* mask for check of stride */
144 image -> stride = stride;
160 /* Check if stride == width
209 if (stride & mask) {
214 image -> flags |= ((stride & 0xf) << 16); /* set stride fiel
126 mlib_ImageSet(mlib_image *image, mlib_type type, mlib_s32 channels, mlib_s32 width, mlib_s32 height, mlib_s32 stride, const void *data) argument
230 mlib_ImageCreateStruct(mlib_type type, mlib_s32 channels, mlib_s32 width, mlib_s32 height, mlib_s32 stride, const void *data) argument
378 mlib_s32 stride; local
466 mlib_s32 stride = src -> stride; local
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libmlib_image/
H A Dmlib_ImageCreate.h39 mlib_s32 stride,
H A Dmlib_ImageCheck.h85 #define MLIB_IMAGE_GET_ALL_PARAMS(image, type, nchan, width, height, stride, pdata) \
90 stride = mlib_ImageGetStride(image); \
H A Dmlib_image_types.h119 mlib_s32 stride; /* linestride = bytes to next row */ member in struct:__anon1147
149 * V = 0 - stride == width => 1-D vector
150 * 1 - stride != width
152 * shint - last 4 bits of stride
H A Dmlib_image_get.h57 return img->stride;
151 /* returns 0 if stride is a multiple of 8, non-zero otherwise */
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gif.c79 int stride; local
97 stride = gif->SWidth * splash->imageFormat.depthBytes;
99 stride =
100 (stride + splash->byteAlignment - 1) & ~(splash->byteAlignment - 1);
102 if (!SAFE_TO_ALLOC(gif->SHeight, stride)) {
109 bufferSize = stride * gif->SHeight;
247 numLines , jump, stride, pBitmapBits, &splash->imageFormat);
252 pSrc += (numPassLines - numLines) * srcRect.stride;
288 1, stride,
298 int lineIndex = cy * stride
[all...]
H A Dsplashscreen_png.c48 int stride; local
140 stride = splash->width * splash->imageFormat.depthBytes;
142 if (!SAFE_TO_ALLOC(splash->height, stride)) {
154 splash->frames[0].bitmapBits = malloc(stride * splash->height);
167 initRect(&dstRect, 0, 0, width, height, 1, stride,
H A Dsplashscreen_gfx_impl.c204 int stride, void *pBits, ImageFormat * format)
209 INCPN(byte_t, pRect->pBits, y * stride + x * depthBytes);
212 pRect->stride = stride * jump;
259 INCPN(byte_t, pSrc, pSrcRect->stride);
260 INCPN(byte_t, pDst, pDstRect->stride);
262 INCPN(byte_t, pSrc2, pSrcRect2->stride);
266 return numLines * pSrcRect->stride;
281 INCPN(byte_t, pDst, pDstRect->stride);
284 return numLines * pDstRect->stride;
203 initRect(ImageRect * pRect, int x, int y, int width, int height, int jump, int stride, void *pBits, ImageFormat * format) argument
[all...]
H A Dsplashscreen_jpeg.c136 int rowStride, stride; local
155 stride = splash->width * splash->imageFormat.depthBytes;
157 if (!SAFE_TO_ALLOC(stride, splash->height)) {
175 splash->frames[0].bitmapBits = malloc(stride * splash->height);
201 cinfo->output_scanline * stride);
H A Dsplashscreen_gfx.h83 int stride; // distance between first samples of n'th and n+1'th scanlines, in bytes member in struct:ImageRect
127 int stride, void *pBits, ImageFormat * format);
H A Djava_awt_SplashScreen.c49 jint stride)
69 stride * sizeof(rgbquad_t), splash->overlayData,
46 Java_java_awt_SplashScreen__1update(JNIEnv * env, jclass thisClass, jlong jsplash, jintArray data, jint x, jint y, jint width, jint height, jint stride) argument
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DparCardTableModRefBS.cpp63 uint stride = 0; local
64 while (!pst->is_task_claimed(/* reference */ stride)) {
65 process_stride(sp, mr, stride, n_strides,
88 jint stride, int n_strides,
97 // Find the first card address of the first chunk in the stride that is
105 if ((uintptr_t)stride >= start_chunk_stride_num) {
107 (stride - start_chunk_stride_num) *
110 // Go ahead to the next chunk group boundary, then to the requested stride.
112 (n_strides - start_chunk_stride_num + stride) *
120 // stride, w
86 process_stride(Space* sp, MemRegion used, jint stride, int n_strides, OopsInGenClosure* cl, CardTableRS* ct, jbyte** lowest_non_clean, uintptr_t lowest_non_clean_base_chunk_index, size_t lowest_non_clean_chunk_size) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop/src/org/graalvm/compiler/loop/
H A DBasicInductionVariable.java145 ValueNode stride = strideNode();
148 stride = IntegerConvertNode.convert(stride, stamp, graph());
155 return add(graph, mul(graph, stride, sub(graph, maxTripCount, ConstantNode.forIntegerStamp(stamp, 1, graph))), initNode);
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/windows/
H A DThemeReader.java53 int part, int state, int x, int y, int w, int h, int stride) {
52 paintBackground(int[] buffer, String widget, int part, int state, int x, int y, int w, int h, int stride) argument
/openjdk10/hotspot/src/share/vm/code/
H A Ddependencies.cpp230 const int stride = 2; local
231 for (int i = deps->length(); (i -= stride) >= 0; ) {
243 const int stride = 2; local
244 for (int i = deps->length(); (i -= stride) >= 0; ) {
283 const int stride = 3; local
284 for (int i = deps->length(); (i -= stride) >= 0; ) {
341 const int stride = 2; local
342 for (int i = deps->length(); (i -= stride) >= 0; ) {
354 const int stride = 2; local
355 for (int i = deps->length(); (i -= stride) >
503 int stride = dep_args(dept); local
532 int stride = dep_args(dept); local
634 int stride = dep_args(dept); local
885 int stride = _dep_args[dept]; local
[all...]
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmsxform.c211 cmsStride stride; local
213 stride.BytesPerLineIn = 0; // Not used
214 stride.BytesPerLineOut = 0;
215 stride.BytesPerPlaneIn = Size;
216 stride.BytesPerPlaneOut = Size;
218 p -> xform(p, InputBuffer, OutputBuffer, Size, 1, &stride);
222 // This is a legacy stride for planar
230 cmsStride stride; local
232 stride.BytesPerLineIn = 0;
233 stride
253 cmsStride stride; local
[all...]
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DpsCompactionManager.inline.hpp123 const size_t stride = MIN2(len - beg_index, ObjArrayMarkingStride);
124 const size_t end_index = beg_index + stride;
133 // Push the non-NULL elements of the next stride on the marking stack.
/openjdk10/nashorn/test/script/basic/
H A DJDK-8035312.js106 function set(array, from, to, stride) {
108 for (var i = from; i < to; i+=stride) {
132 print("array writing 0-3, with 1 stride, array = " + arr);
151 print("array writing 0-" + larger + ", with 3 stride, array = " + arr2);
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DcardTableModRefBSForCTRS.hpp106 // Returns the index of the chunk in a stride which
114 // to the cards in the stride (of n_strides) within the given space.
117 jint stride, int n_strides,
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DImageUtil.java201 * first byte of the line. The line stride in bytes will be
203 * array will be the line stride multiplied by {@code getHeight()}
249 int stride = numBytesPerRow;
254 stride);
255 offset += stride;
307 int stride = numBytesPerRow;
312 stride);
313 offset += stride;
390 * The line stride will be the width of the {@code Raster}.
510 int stride
[all...]
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DThemeReader.java136 int y, int w, int h, int stride);
139 int part, int state, int x, int y, int w, int h, int stride) {
142 paintBackground(buffer, getTheme(widget), part, state, x, y, w, h, stride);
134 paintBackground(int[] buffer, long theme, int part, int state, int x, int y, int w, int h, int stride) argument
138 paintBackground(int[] buffer, String widget, int part, int state, int x, int y, int w, int h, int stride) argument
/openjdk10/hotspot/src/share/vm/opto/
H A DloopPredicate.cpp619 // for (i = init; i < limit; i += stride) {
627 // (1) stride*scale > 0
628 // max(scale*i + offset) = scale*(limit-stride) + offset
629 // (2) stride*scale < 0
633 Node* init, Node* limit, jint stride,
648 if ((stride > 0) == (scale > 0) == upper) {
655 predString->print("- %d) ", stride);
657 // Check if (limit - stride) may overflow
661 if ((stride > 0 && (java_subtract(limit_lo, stride) < limit_l
631 rc_predicate(IdealLoopTree *loop, Node* ctrl, int scale, Node* offset, Node* init, Node* limit, jint stride, Node* range, bool upper, bool &overflow) argument
927 int stride = cl->stride()->get_int(); local
[all...]
/openjdk10/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dmlib_v_ImageConstLogic.h56 mlib_s32 stride; /* for src */ \
69 stride = mlib_ImageGetStride(src); \
141 if ((width > stride) || (width > strided)) \
162 if ((width == stride) && (width == strided) && ((width - (width / 3) * 3) == 0)) {
468 sp = sl += stride;
476 if ((width == stride) && (width == strided)) {
670 sp = sl += stride;
678 if ((width == stride) && (width == strided)) {
930 sp = sl += stride;

Completed in 168 milliseconds

123