Lines Matching refs:condensed_shading_w
561 ms->condensed_shading_w = NULL;
1403 if ( ms->condensed_shading_w )
1405 DBG(100, "free ms->condensed_shading_w at %p\n",
1406 (void *) ms->condensed_shading_w);
1407 free((void *) ms->condensed_shading_w);
1408 ms->condensed_shading_w = NULL;
5847 img_val = (int) *((uint8_t *)ms->condensed_shading_w + offset);
5850 img_val = (int) *((uint16_t *)ms->condensed_shading_w
5921 if ( ms->condensed_shading_w )
5923 free((void*) ms->condensed_shading_w );
5924 ms->condensed_shading_w = NULL;
5926 ms->condensed_shading_w = (uint8_t *)malloc(cond_length);
5927 DBG(100, "condense_shading: ms->condensed_shading_w=%p,"
5929 (void *) ms->condensed_shading_w, cond_length);
5930 if ( ms->condensed_shading_w == NULL )
6002 *((uint16_t *)ms->condensed_shading_w + csh_offset) =
6012 *((uint8_t *)ms->condensed_shading_w + csh_offset) =
6028 dump_area2(ms->condensed_shading_w, cond_length, "condensed_shading_w");
7606 && ( ms->condensed_shading_w != NULL ))
7804 && ( ms->condensed_shading_w != NULL ))
8035 && ( ms->condensed_shading_w != NULL ))
8256 && ( ms->condensed_shading_w != NULL ))
8383 *s_w = (float) *( (uint16_t *)ms->condensed_shading_w
8392 *s_w = (float) *( ms->condensed_shading_w + csh_offset );