Searched defs:kh (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageClipping.c56 * mlib_s32 kh,
92 mlib_s32 kh,
97 mlib_s32 kh2 = kh - 1 - kh1;
84 mlib_ImageClippingMxN(mlib_image *dst_i, mlib_image *src_i, mlib_image *dst_e, mlib_image *src_e, mlib_s32 *edg_sizes, const mlib_image *dst, const mlib_image *src, mlib_s32 kw, mlib_s32 kh, mlib_s32 kw1, mlib_s32 kh1) argument
H A Dmlib_ImageConv_D64nw.c584 mlib_s32 off, kh; local
652 kh = n - off;
654 if (kh == 4) {
684 } else if (kh == 3) {
714 } else if (kh == 2) {
744 } else /* if (kh == 1) */ {
H A Dmlib_ImageConv_F32nw.c584 mlib_s32 off, kh; local
652 kh = n - off;
654 if (kh == 4) {
684 } else if (kh == 3) {
714 } else if (kh == 2) {
744 } else /* if (kh == 1) */ {
H A Dmlib_ImageScanPoly.c44 mlib_s32 kh,
99 bsize1 = ((srcHeight + 4 * kh) * sizeof(mlib_u8 *) + 7) & ~7;
119 for (i = 0; i < 2 * kh; i++)
121 lineAddr += 2 * kh;
127 for (i = srcHeight - 1; i < srcHeight + 2 * kh; i++)
145 maxY = srcHeight - ((kh - 1) - (kh1 - delta));
379 hCl = (mlib_s32) (srcHeight - ((kh - 1) - kh1));
38 mlib_AffineEdges(mlib_affine_param *param, const mlib_image *dst, const mlib_image *src, void *buff_lcl, mlib_s32 buff_size, mlib_s32 kw, mlib_s32 kh, mlib_s32 kw1, mlib_s32 kh1, mlib_edge edge, const mlib_d64 *mtx, mlib_s32 shiftx, mlib_s32 shifty) argument
H A Dmlib_ImageConv_32nw.c930 mlib_s32 off, kh; local
1003 kh = n - off;
1005 if (kh == 4) {
1038 } else if (kh == 3) {
1071 } else if (kh == 2) {
1104 } else /* if (kh == 1) */ {
H A Dmlib_ImageConv_16ext.c1632 mlib_s32 max_hsize, smax_hsize, shgt, hsize, kh; local
1721 kh = n - off;
1723 if (kh == 4) {
1755 } else if (kh == 3) {
1789 } else if (kh == 2) {
1823 } else /* kh == 1 */{
H A Dmlib_ImageConv_16nw.c1416 mlib_s32 off, kh; local
1493 kh = n - off;
1495 if (kh == 4) {
1530 } else if (kh == 3) {
1565 } else if (kh == 2) {
1600 } else /* if (kh == 1) */ {
H A Dmlib_ImageConv_8ext.c1632 mlib_s32 max_hsize, smax_hsize, shgt, hsize, kh; local
1721 kh = n - off;
1723 if (kh == 4) {
1755 } else if (kh == 3) {
1789 } else if (kh == 2) {
1823 } else /* kh == 1 */{
H A Dmlib_ImageConv_8nw.c1417 mlib_s32 off, kh; local
1494 kh = n - off;
1496 if (kh == 4) {
1531 } else if (kh == 3) {
1566 } else if (kh == 2) {
1601 } else /* if (kh == 1) */ {
H A Dmlib_ImageConv_u16ext.c1632 mlib_s32 max_hsize, smax_hsize, shgt, hsize, kh; local
1721 kh = n - off;
1723 if (kh == 4) {
1755 } else if (kh == 3) {
1789 } else if (kh == 2) {
1823 } else /* kh == 1 */{
H A Dmlib_ImageConv_u16nw.c1416 mlib_s32 off, kh; local
1493 kh = n - off;
1495 if (kh == 4) {
1530 } else if (kh == 3) {
1565 } else if (kh == 2) {
1600 } else /* if (kh == 1) */ {
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp1415 KlassHandle kh = lce.get_klass(i); variable
1416 oop mirror = Klass::cast(kh())->java_mirror();

Completed in 265 milliseconds