Searched defs:records (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | nr-type-primitives.h | 37 NRStyleRecord *records; member in struct:NRStyleList
|
/inkscape/src/ |
H A D | removeoverlap.cpp | 42 std::vector<Record> records; local 68 records.push_back(Record(item, item_box->midpoint(), vspc_rect)); 75 for ( std::vector<Record>::iterator it = records.begin(); 76 it != records.end();
|
H A D | document-subset.cpp | 132 Map records; member in struct:Inkscape::DocumentSubset::Relations 138 Relations() { records[NULL]; } 141 for ( Map::iterator iter=records.begin() 142 ; iter != records.end() ; ++iter ) 154 Map::iterator found=records.find(obj); 155 if ( found != records.end() ) { 170 Record &record=records[obj]; 187 Record &record=records[obj]; 190 Record &root = records[NULL]; 201 records [all...] |
/inkscape/src/libuemf/ |
H A D | uwmf.h | 17 in most cases they are. So when creating the individual WMF records the functions in 19 records are part of a WMF file in memory there is no guaranty that any 32 bit type will be correctly 31 The Size16_4 field of all WMF records may NOT be assumed to 4 byte aligned. 371 For cUsage fields in various DIB related records. 536 was the same when escape records for JOIN and ENDCAP are used. Bottom line, WMF line formatting seems 621 Note that some records may actually be much, much longer than their minimum size as they include strings, 745 #define U_TEST_NOPX2(A,B) (A == (uint32_t) (B + 3)) //!< A is Size16_4 (extracted and aligned), B = xb true if no bitmap associated with the structure, used with some BLT records. 746 #define U_TEST_NOPXB(A,B) (A/2 == (uint32_t) (B + 3)) //!< A is Size16_4 (extracted and aligned)*2, B = xb, true if no bitmap associated with the structure, used with some BLT records. 757 WMF structures OTHER than those corresponding to complete U_WMR_* records 1064 /** First three fields of MOST WMF records (no 2049 uint32_t records; //!< Number of records already contained member in struct:__anon398 [all...] |
H A D | uemf.h | 19 metafile records. The methods used to do that differ somewhat between metafiles, and the simplest 30 reademf.c Reads an EMF or EMF+ file and emits a text summary of its records.\n 31 readwmf.c Reads a WMF file and emits a text summary of its records.\n 885 #define U_EMR_COMMENT_BEGINGROUP 0x00000002 //!< Comment begins group of EMF records 886 #define U_EMR_COMMENT_ENDGROUP 0x00000003 //!< Comment ends group of EMF records 1634 EMF structures OTHER than those corresponding to complete U_EMR_* records 2058 For generic cast of other U_EMR_* records 2068 /** First two fields of all EMF records, 2069 First two fields of all EMF+ records (1 or more within an EMF comment) 2070 For accessing iType and nSize files in all U_EMR* records 3299 uint32_t records; //!< Number of records already contained member in struct:__anon223 [all...] |
Completed in 56 milliseconds