Searched refs:raster (Results 51 - 54 of 54) sorted by relevance

123

/external/pdfium/third_party/freetype/src/base/
H A Dftoutln.c637 error = renderer->raster_render( renderer->raster, params );
/external/libcups/filter/
H A Dinterpret.c20 #include <cups/raster-private.h>
101 * This function is used by raster image processing (RIP) filters like
102 * cgpdftoraster and imagetoraster when writing CUPS raster data for a page.
103 * It is not used by raster printer driver filters which only read CUPS
104 * raster data.
113 * called prior to the computation of the final raster data. The function
115 * supported raster format and then returns 0 on success and -1 if the
H A Draster.c22 #include <cups/raster-private.h>
55 unsigned apple_page_count;/* Apple raster page count */
76 * 'cupsRasterClose()' - Close a raster stream.
78 * The file descriptor associated with the raster stream must be closed
103 * The "type" argument specifies a "pwg-raster-document-type-supported" value
104 * that controls the color space and bit depth of the raster data.
106 * The "xres" and "yres" arguments specify the raster resolution in dots per
109 * The "sheet_back" argument specifies a "pwg-raster-document-sheet-back" value
119 const char *type, /* I - PWG raster type string */
217 _cupsRasterAddError("Unsupported raster typ
[all...]
/external/aac/libFDK/src/
H A DFDK_tools_rom.cpp1143 * [0: sine ][0: radix2 raster ][ceil(log2(length)) length 4 .. 1024 ]
1144 * [1: 10ms raster ][ceil(log2(length)) length 3.25 .. 960 ]
1145 * [2: 3/4 of radix 2 raster][ceil(log2(length)) length 3 .. 768 ]
1146 * [1: KBD ][0: radix2 raster ][ceil(log2(length)) length 128 .. 1024 ]
1147 * [1: 10ms raster ][ceil(log2(length)) length 120 .. 960 ]
1148 * [2: 3/4 of radix 2 raster][ceil(log2(length)) length 96 .. 768 ]
1164 { /* 10ms raster */
1175 { /* 3/4 radix2 raster */
1198 { /* 10ms raster */
1204 { /* 3/4 radix2 raster */
1216 int raster, ld2_length; local
[all...]

Completed in 201 milliseconds

123