Home
last modified time | relevance | path

Searched refs:opaque (Results 1 – 25 of 82) sorted by relevance

1234

/trunk/main/extensions/source/macosx/spotlight/
H A Dioapi.m56 voidpf opaque,
61 voidpf opaque,
67 voidpf opaque,
73 voidpf opaque,
77 voidpf opaque,
83 voidpf opaque,
87 voidpf opaque,
92 voidpf opaque;
114 voidpf opaque;
126 voidpf opaque;
[all …]
H A Dioapi.h57 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
58 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)…
59 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLon…
60 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
61 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int orig…
62 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
63 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
74 voidpf opaque; member
83 #define ZTELL(filefunc,filestream) ((*((filefunc).ztell_file))((filefunc).opaque,filestream))
85 #define ZCLOSE(filefunc,filestream) ((*((filefunc).zclose_file))((filefunc).opaque,filestream))
[all …]
H A Dunzip.m440 us.filestream= (*(us.z_filefunc.zopen_file))(us.z_filefunc.opaque,
1149 pfile_in_zip_read_info->stream.opaque = (voidpf)0;
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dstream_helper.cxx53 voidpf ZCALLBACK cb_sopen OF((voidpf opaque, const char * filename, int mode));
54 uLong ZCALLBACK cb_sread OF((voidpf opaque, voidpf stream, void* vuf, uLong size));
55 uLong ZCALLBACK cb_swrite OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
56 long ZCALLBACK cb_stell OF((voidpf opaque, voidpf stream));
57 long ZCALLBACK cb_sseek OF((voidpf opaque, voidpf stream, uLong offset, int origin));
58 int ZCALLBACK cb_sclose OF((voidpf opaque, voidpf stream));
59 int ZCALLBACK cb_serror OF((voidpf opaque, voidpf stream));
78 zFileFunc.opaque = (void*)pStream; in PrepareIStream()
86 voidpf ZCALLBACK cb_sopen (voidpf opaque, const char* /*filename*/, int /*mode*/) { in cb_sopen() argument
87 return opaque; in cb_sopen()
/trunk/main/sal/osl/unx/
H A Dthread.c126 static void osl_thread_join_cleanup_Impl (void * opaque);
127 static void osl_thread_wait_cleanup_Impl (void * opaque);
146 static void osl_thread_join_cleanup_Impl (void * opaque) in osl_thread_join_cleanup_Impl() argument
148 pthread_t hThread = (pthread_t)(opaque); in osl_thread_join_cleanup_Impl()
155 static void osl_thread_wait_cleanup_Impl (void * opaque) in osl_thread_wait_cleanup_Impl() argument
157 pthread_mutex_t * pMutex = (pthread_mutex_t*)(opaque); in osl_thread_wait_cleanup_Impl()
/trunk/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl93 returns whether this URI reference is hierarchical or opaque.
100 <TRUE/> if this URI reference is hierarchical, <FALSE/> if it is opaque.
127 retained), if this is a hierarchical URI reference; for an opaque URI
144 <p>For an opaque URI reference, and for a hierarchical URI reference with
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.src170 QuickHelpText [ en-US ] = "Specify 0% for fully opaque through 100% for fully transparent." ;
288 …parency value for the beginning point of the gradient, where 0% is fully opaque and 100% is fully …
308 …a transparency value for the endpoint of the gradient, where 0% is fully opaque and 100% is fully …
/trunk/main/offapi/com/sun/star/rendering/
H A DXColorSpace.idl158 alpha value of 1.0 (fully opaque) is assumed.
179 alpha value of 1.0 (fully opaque) is assumed. The resulting
202 be fully opaque for the given rgb color value.
H A DXBitmapPalette.idl67 opaque, and <FALSE/> if the entry should be displayed
89 opaque color. When <FALSE/>, the given entry displays as fully
H A DXIntegerBitmapColorSpace.idl163 alpha value of 1.0 (fully opaque) is assumed. Color values
185 alpha value of 1.0 (fully opaque) is assumed. Color values
209 be fully opaque for the given rgb color value. Color values
H A DARGBColor.idl38 and 1.0 fully opaque.
H A DTexture.idl71 complete transparency, and 1 denotes fully opaque.<p>
/trunk/main/offapi/com/sun/star/util/
H A DXOfficeInstallationDirectories.idl74 replace the absolute reference by an opaque placeholder string.
99 not contain the opaque relocation placeholder used by
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl105 an opaque rectangle then both the points (0,0) and (with-1,height-1)
125 an opaque rectangle then both the points (0,0) and (with-1,height-1)
/trunk/main/shell/source/all/zipfile/
H A Dzipfile.cxx129 fa->opaque = stream; in ZipFile()
/trunk/main/offapi/com/sun/star/report/
H A DXShape.idl79 /** determines if the object is opaque or transparent for text.
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DLayer.idl83 <p> Timestamps should be considered as opaque markers and
/trunk/main/filter/source/pdf/
H A Dimpdialog.src890 Text [en-US] = "PDF/A forbids transparency. A transparent object was painted opaque instead." ;
898 …supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead." ;
/trunk/main/offapi/com/sun/star/drawing/
H A DGraphicObjectShape.idl131 100% is fully transparent, 0 % is fully opaque.
/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx98 PZSTREAM->opaque = ( voidpf )0; in BeginCompression()
/trunk/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.src123 …QuickHelpText [ en-US ] = "Specify the percentage of transparency; 0% is fully opaque and 100% is …
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx90 aStream.opaque = Z_NULL; in deflateBuffer()
/trunk/main/offapi/com/sun/star/text/
H A DShape.idl157 /** determines if the object is opaque or transparent for text.
H A DBaseFrameProperties.idl272 /** determines if the object is opaque or transparent for text.
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx748 aZStr.opaque = ( voidpf )0; in unzipToBuffer()

Completed in 84 milliseconds

1234