Searched defs:tidx (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dwmf-inout.cpp1087 uint32_t tidx; local
1094 if(dib){ tidx = add_dib_image(d, dib, cUsage); }
1100 tidx = add_bm16_image(d, Bm16, px);
1102 if(tidx == U_WMR_INVALID){ // Problem with the image, for instance, an unsupported bitmap16 type
1111 d->dc[d->level].fill_idx = tidx;
1121 uint32_t tidx; local
1126 tidx = add_bm16_image(d, Bm16h, px);
1127 if(tidx == 0xFFFFFFFF){ // Problem with the image, for instance, an unsupported bitmap16 type
1136 d->dc[d->level].fill_idx = tidx;
H A Demf-inout.cpp1327 uint32_t tidx; local
1352 tidx = add_image(d, (void *) pEmr, pEmr->cbBits, pEmr->cbBmi, pEmr->iUsage, pEmr->offBits, pEmr->offBmi);
1353 if(tidx == U_EMR_INVALID){ // This happens if createmonobrush has a DIB that isn't monochrome
1362 d->dc[d->level].fill_idx = tidx;

Completed in 38 milliseconds