Home
last modified time | relevance | path

Searched refs:BITMAP_WIDTH (Results 1 – 25 of 114) sorted by last modified time

12345

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/selection-to-path/
H A Dbitmap.h51 #define BITMAP_WIDTH(b) DIMENSIONS_WIDTH (BITMAP_DIMENSIONS (b)) macro
55 #define BITMAP_ROW(b, row) (BITMAP_BITS (b) + (row) * BITMAP_WIDTH (b))
59 (*(BITMAP_BITS (b) + (row) * BITMAP_WIDTH (b) + (col)))
63 && 0 <= (col) && (col) < BITMAP_WIDTH (b))
69 && 0 != (col) && (col) != BITMAP_WIDTH (b) - 1 \
H A Dpxl-outline.c48 BITMAP_WIDTH(answer) = width; in local_new_bitmap()
/dports/graphics/gimp-app/gimp-2.10.30/po-plug-ins/
H A Dro.po12603 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dsr.po13062 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dsr@latin.po13062 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dsv.po12632 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dzh_CN.po12820 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dzh_HK.po12865 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dzh_TW.po12630 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dbr.po13183 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Deu.po12115 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dfi.po12708 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dhe.po13112 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dhr.po12620 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Did.po11274 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dpt.po12670 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dpt_BR.po12460 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dru.po12430 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dtr.po12489 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dca.po12706 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Den_GB.po12357 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dfr.po12386 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dga.po11470 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dgl.po12975 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
H A Dgu.po11442 #. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));

12345