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

123

/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c61 struct pipe_rasterizer_state *raster = &st->state.rasterizer; local
66 memset(raster, 0, sizeof(*raster));
71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW);
81 raster->front_ccw ^= 1;
88 raster->flatshade = 1;
91 raster->flatshade_first = 1;
94 raster->light_twoside = ctx->VertexProgram._TwoSideEnabled;
97 raster->clamp_vertex_color = !st->clamp_vert_color_in_shader &&
105 raster
[all...]
H A Dst_cache.h58 const struct pipe_rasterizer_state *raster);
/external/freetype/src/raster/
H A Drastpic.c5 /* The FreeType position independent code services for raster module. */
40 if ( pic_container->raster )
42 RasterPIC* container = (RasterPIC*)pic_container->raster;
48 pic_container->raster = NULL;
65 if ( pic_container->raster )
67 ((RasterPIC*)pic_container->raster)->ref_count++;
75 pic_container->raster = container;
H A Drastpic.h5 /* The FreeType position independent code services for raster module. */
43 ( (RasterPIC*)( (lib)->pic_container.raster ) )
H A Dftrend1.c30 /* initialize renderer -- init its raster */
37 render->clazz->raster_class->raster_reset( render->raster,
51 /* we simply pass it to the raster */
52 return render->clazz->raster_class->raster_set_mode( render->raster,
211 error = render->raster_render( render->raster, &params );
/external/pdfium/third_party/freetype/src/raster/
H A Drastpic.c5 /* The FreeType position independent code services for raster module. */
40 if ( pic_container->raster )
42 RasterPIC* container = (RasterPIC*)pic_container->raster;
48 pic_container->raster = NULL;
65 if ( pic_container->raster )
67 ((RasterPIC*)pic_container->raster)->ref_count++;
75 pic_container->raster = container;
H A Drastpic.h5 /* The FreeType position independent code services for raster module. */
43 ( (RasterPIC*)( (lib)->pic_container.raster ) )
H A Dftrend1.c30 /* initialize renderer -- init its raster */
37 render->clazz->raster_class->raster_reset( render->raster,
51 /* we simply pass it to the raster */
52 return render->clazz->raster_class->raster_set_mode( render->raster,
211 error = render->raster_render( render->raster, &params );
/external/freetype/include/freetype/internal/
H A Dftpic.h44 void* raster; member in struct:FT_PIC_Container_
H A Dfttrace.h36 FT_TRACE_DEF( raster ) /* monochrome rasterizer (ftraster.c) */
37 FT_TRACE_DEF( smooth ) /* anti-aliasing raster (ftgrays.c) */
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftpic.h44 void* raster; member in struct:FT_PIC_Container_
/external/skia/tools/fiddle/
H A Dfiddle_main.h29 , raster(r)
42 bool raster; member in struct:DrawOptions
/external/libcups/filter/
H A DMakefile37 IMAGEOBJS = error.o interpret.o raster.o
181 --header api-raster.header --intro api-raster.shtml \
182 api-raster.xml \
183 ../cups/raster.h interpret.c raster.c \
184 >../doc/help/api-raster.html
185 mxmldoc --tokens help/api-raster.html api-raster.xml >../doc/help/api-raster
[all...]
H A Derror.c20 #include <cups/raster-private.h>
130 * 'cupsRasterErrorString()' - Return the last error from a raster function.
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c238 struct svga_rasterizer_state *raster = (struct svga_rasterizer_state *)state; local
241 draw_set_rasterizer_state(svga->swtnl.draw, raster ? &raster->templ : NULL,
243 svga->curr.rast = raster;
249 void *raster)
251 FREE(raster);
248 svga_delete_rasterizer_state(struct pipe_context *pipe, void *raster) argument
/external/skia/src/utils/
H A DSkCanvasStateUtils.cpp71 } raster; member in union:SkCanvasLayerState::__anon17184
214 layerState->raster.config = kARGB_8888_RasterConfig;
217 layerState->raster.config = kRGB_565_RasterConfig;
222 layerState->raster.rowBytes = pmap.rowBytes();
223 layerState->raster.pixels = pmap.writable_addr();
269 layerState.raster.config == kARGB_8888_RasterConfig ? kN32_SkColorType :
270 layerState.raster.config == kRGB_565_RasterConfig ? kRGB_565_SkColorType :
279 layerState.raster.pixels, (size_t) layerState.raster.rowBytes);
/external/freetype/include/freetype/
H A Dftimage.h5 /* FreeType glyph image formats and default raster interface */
21 /* Note: A `raster' is simply a scan-line converter, used to render */
211 /* A structure used to describe a bitmap or pixmap to the raster. */
749 /* A raster is a scan converter, in charge of rendering an outline into */
762 /* raster */
797 /* An opaque handle (pointer) to a raster object. Each object can be */
959 /* A structure to hold the arguments used by a raster's render */
992 /* raster will call the `gray_spans' callback to draw gray pixel */
1018 /* A function used to create a new raster object. */
1024 /* raster
[all...]
/external/pdfium/third_party/freetype/include/freetype/
H A Dftimage.h5 /* FreeType glyph image formats and default raster interface */
21 /* Note: A `raster' is simply a scan-line converter, used to render */
211 /* A structure used to describe a bitmap or pixmap to the raster. */
749 /* A raster is a scan converter, in charge of rendering an outline into */
762 /* raster */
797 /* An opaque handle (pointer) to a raster object. Each object can be */
969 /* A structure to hold the arguments used by a raster's render */
1002 /* raster will call the `gray_spans' callback to draw gray pixel */
1028 /* A function used to create a new raster object. */
1034 /* raster
[all...]
/external/mesa3d/docs/
H A DMESA_window_pos.spec31 In order to set the current raster position to a specific window
39 current raster position, bypassing the modelview matrix, the
43 This greatly simplifies the process of setting the current raster
82 Alternately, the current raster position may be set by one of the
95 clip test operation always passes. The current raster position values
97 color, color index and texture coordinate update the current raster
/external/pdfium/third_party/freetype/src/smooth/
H A Dftsmooth.c30 /* initialize renderer -- init its raster */
37 render->clazz->raster_class->raster_reset( render->raster,
51 /* we simply pass it to the raster */
52 return render->clazz->raster_class->raster_set_mode( render->raster,
281 error = render->raster_render( render->raster, &params );
308 error = render->raster_render( render->raster, &params );
H A Dftgrays.c39 /* details on how the raster works. */
1792 /* Set up state in the raster object */
1920 gray_raster_render( gray_PRaster raster, argument
1934 if ( !raster )
2035 gray_raster_done( FT_Raster raster )
2038 FT_UNUSED( raster );
2048 gray_PRaster raster = NULL; local
2052 if ( !FT_ALLOC( raster, sizeof ( gray_TRaster ) ) )
2054 raster->memory = memory;
2055 *araster = (FT_Raster)raster;
2075 gray_raster_reset( FT_Raster raster, char* pool_base, long pool_size ) argument
2086 gray_raster_set_mode( FT_Raster raster, unsigned long mode, void* args ) argument
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_getimage.c487 TIFFRGBAImageGet(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
498 return (*img->get)(img, raster, w, h);
507 uint32 rwidth, uint32 rheight, uint32* raster,
517 ok = TIFFRGBAImageGet(&img, raster+(rheight-img.height)*rwidth,
528 * Read the specified image into an ABGR-format raster. Use bottom left
529 * origin for raster by default.
533 uint32 rwidth, uint32 rheight, uint32* raster, int stop)
535 return TIFFReadRGBAImageOriented(tif, rwidth, rheight, raster,
607 gtTileContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
710 (*put)(img, raster
506 TIFFReadRGBAImageOriented(TIFF* tif, uint32 rwidth, uint32 rheight, uint32* raster, int orientation, int stop) argument
532 TIFFReadRGBAImage(TIFF* tif, uint32 rwidth, uint32 rheight, uint32* raster, int stop) argument
751 gtTileSeparate(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
919 gtStripContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
1009 gtStripSeparate(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) argument
[all...]
/external/freetype/src/smooth/
H A Dftsmooth.c30 /* initialize renderer -- init its raster */
37 render->clazz->raster_class->raster_reset( render->raster,
51 /* we simply pass it to the raster */
52 return render->clazz->raster_class->raster_set_mode( render->raster,
281 error = render->raster_render( render->raster, &params );
308 error = render->raster_render( render->raster, &params );
H A Dftgrays.c39 /* details on how the raster works. */
1830 gray_raster_render( FT_Raster raster, argument
1842 if ( !raster )
1965 gray_raster_done( FT_Raster raster )
1968 FT_UNUSED( raster );
1978 gray_PRaster raster = NULL; local
1982 if ( !FT_ALLOC( raster, sizeof ( gray_TRaster ) ) )
1984 raster->memory = memory;
1985 *araster = (FT_Raster)raster;
1993 gray_raster_done( FT_Raster raster )
2005 gray_raster_reset( FT_Raster raster, unsigned char* pool_base, unsigned long pool_size ) argument
2016 gray_raster_set_mode( FT_Raster raster, unsigned long mode, void* args ) argument
[all...]
/external/libcups/
H A DAndroid.mk34 cups/transcode.c cups/usersys.c cups/util.c filter/error.c filter/raster.c

Completed in 700 milliseconds

123