Home
last modified time | relevance | path

Searched refs:TAG_RowsPerStrip (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/
H A DTIFFDirectory.java60 static final short TAG_RowsPerStrip = 278; field in TIFFDirectory
377 case TAG_RowsPerStrip: { in parseEntries()
592 writeEntry(TAG_RowsPerStrip, TYPE_LONG, 1, nbrRowsPerStrip); in write()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/image/
H A DTIFFDirectory.java60 static final short TAG_RowsPerStrip = 278; field in TIFFDirectory
377 case TAG_RowsPerStrip: { in parseEntries()
592 writeEntry(TAG_RowsPerStrip, TYPE_LONG, 1, nbrRowsPerStrip); in write()
/dports/x11/xmascot/xmascot-2.6a.20200830/imagelib/old/
H A Dtif.c34 #define TAG_RowsPerStrip 0x116 macro
236 case TAG_RowsPerStrip: in read_tags()