Home
last modified time | relevance | path

Searched refs:Filters (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/cups-filters/
DREADME_zh.md1 # 三方开源软件CUPS-Filters
2 ## CUPS-Filters简介
3 CUPS-Filters是CUPS(Common Unix Printing System)的一部分,它包含了丰富的文件转化过滤器,其中最常用的是“imagetoraster”, 该过滤器可以将图片…
4 CUPS-Filters还提供了一些其它功能,例如打印机状态监控和报告等,跟CUPS一样,支持IPP(Internet Printing Protocal)、LPD(Line Printer Dae…
6 您也可以通过[CUPS-Filters官网主页](https://github.com/OpenPrinting/cups-filters)了解更多关于CUPS-Filters项目的信息。
9 在OpenHarmony系统中,CUPS开源库只支持PostScript、Raster等少见的文件格式打印;为了适配图片和pdf等文件打印,需要引入CUPS-Filters来完善文件转化功能。
32 CUPS-Filters无法单独使用,编译出来的imagetoraster等文件转换过滤器需要配合CUPS开源库一起使用;详细使用方式参考[社区CUPS地址](https://gitee.com/o…
DINSTALL1 INSTALL - OpenPrinting CUPS Filters v1.28.17 - 2023-01-24
5 Filters from source code. For more information on OpenPrinting CUPS
6 Filters see the file called "README.txt". A complete change log can
36 image support. CUPS Filters will compile and run without these, however
37 you'll miss out on many of the features provided by CUPS Filters.
45 The CUPS Filters BZR repository doesn't hold a copy of the pre-built
54 CUPS Filters uses GNU autoconf, so you should find the usual "configure"
55 script in the main CUPS Filters source directory. To configure CUPS
56 Filters for your system, type:
60 The default installation will put the CUPS Filters software in the
[all …]
/third_party/ffmpeg/doc/
Dffmpeg-filters.texi4 @settitle FFmpeg Filters Documentation
6 @center @titlefont{FFmpeg Filters Documentation}
Dffmpeg-bitstream-filters.texi4 @settitle FFmpeg Bitstream Filters Documentation
6 @center @titlefont{FFmpeg Bitstream Filters Documentation}
/third_party/skia/third_party/externals/tint/docs/
Dend-to-end-tests.md26 |`--filter` | Filters the testing to subset of the tests. The filter argument is a glob …
27 |`--format` | Filters the tests to the particular backend.<br>Example: `--format hlsl` w…
/third_party/openssl/crypto/bio/
Dbuild.info16 # Filters
/third_party/cups-filters/mime/
Dcupsfilters-mupdf.convs2 # MIME conversions file for OpenPrinting CUPS Filters.
Dcupsfilters-poppler.convs2 # MIME conversions file for OpenPrinting CUPS Filters.
Dcupsfilters-ghostscript.convs2 # MIME conversions file for OpenPrinting CUPS Filters.
Dcupsfilters.types2 # MIME types file for OpenPrinting CUPS Filters.
Dcupsfilters.convs.in2 # MIME conversions file for OpenPrinting CUPS Filters.
/third_party/skia/modules/svg/
DBUILD.gn69 "tests/Filters.cpp",
/third_party/skia/third_party/externals/oboe/docs/notes/
Deffects.md46 - [Cookbook for Biquad Filters, EQ, etc.](https://www.w3.org/2011/audio/audio-eq-cookbook.html)
/third_party/cups-filters/ppd/
DFuji_Xerox-DocuPrint_CM305_df-PDF.ppd4 *% mode, using CUPS with the OpenPrinting CUPS Filters package
6 *% OpenPrinting CUPS Filters package.
DGeneric-PDF_Printer-PDF.ppd5 *% OpenPrinting CUPS Filters package.
/third_party/skia/site/docs/dev/tools/
Ddebugger.md33 ### Command Playback and Filters
50 > Filters are case insensitive, and the only supported logical operator is !
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DGLU_SGI_filter4_parameters.txt41 Mitchell, Don. and Netravali, Arun, "Reconstruction Filters for Computer
/third_party/openGLES/extensions/SGI/
DGLU_SGI_filter4_parameters.txt41 Mitchell, Don. and Netravali, Arun, "Reconstruction Filters for Computer
/third_party/python/Doc/library/
Dtrace.rst120 Filters section in Command-Line Usage
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_proc.cpp546 referenceInfo.Filters = inputStreamDesc.FilterFlags; in d3d12_video_processor_check_caps_and_create_processor()
/third_party/openGLES/extensions/SGIS/
DSGIS_texture_lod.txt225 Additional Filters
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_texture_lod.txt225 Additional Filters
/third_party/mesa3d/src/imgui/
Dimgui.h1558 bool IsActive() const { return !Filters.empty(); } in IsActive()
1574 ImVector<TextRange> Filters; member
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1551 bool IsActive() const { return !Filters.empty(); } in IsActive()
1567 ImVector<TextRange> Filters; member
Dimgui.cpp2021 Filters.resize(0); in Build()
2023 input_range.split(',', &Filters); in Build()
2026 for (int i = 0; i != Filters.Size; i++) in Build()
2028 TextRange& f = Filters[i]; in Build()
2035 if (Filters[i].b[0] != '-') in Build()
2042 if (Filters.empty()) in PassFilter()
2048 for (int i = 0; i != Filters.Size; i++) in PassFilter()
2050 const TextRange& f = Filters[i]; in PassFilter()

1234