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

12

/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;
64 if ( pic_container->raster )
66 ((RasterPIC*)pic_container->raster)->ref_count++;
74 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;
64 if ( pic_container->raster )
66 ((RasterPIC*)pic_container->raster)->ref_count++;
74 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 Dftraster.c25 /* - copy `src/raster/ftraster.c' (this file) to your current directory */
27 /* - copy `include/ftimage.h' and `src/raster/ftmisc.h' to your current */
39 /* details on how the raster works. */
72 /* A simple technical note on how the raster works */
136 /* Of course, the raster detects whether the two stacks collide and */
3433 ft_black_init( black_PRaster raster )
3441 raster->grays[n] = n * 255 / 4;
3443 raster->gray_width = RASTER_GRAY_LINES / 2;
3445 FT_UNUSED( raster );
3474 ft_black_done( FT_Raster raster )
3489 black_PRaster raster = NULL; local
3519 ft_black_reset( black_PRaster raster, char* pool_base, long pool_size ) argument
3546 ft_black_set_mode( black_PRaster raster, unsigned long mode, const char* palette ) argument
3575 ft_black_render( black_PRaster raster, const FT_Raster_Params* params ) argument
[all...]
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,
232 error = render->raster_render( render->raster, &params );
/external/freetype/include/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/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/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/freetype/include/
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/pdfium/third_party/freetype/include/
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. */
754 /* A raster is a scan converter, in charge of rendering an outline into */
767 /* raster */
802 /* An opaque handle (pointer) to a raster object. Each object can be */
974 /* A structure to hold the arguments used by a raster's render */
1007 /* raster will call the `gray_spans' callback to draw gray pixel */
1033 /* A function used to create a new raster object. */
1039 /* raster
[all...]
/external/skia/src/utils/
H A DSkCanvasStateUtils.cpp70 } raster; member in union:SkCanvasLayerState::__anon14087
242 layerState->raster.config = kARGB_8888_RasterConfig;
245 layerState->raster.config = kRGB_565_RasterConfig;
250 layerState->raster.rowBytes = bitmap.rowBytes();
251 layerState->raster.pixels = bitmap.getPixels();
299 layerState.raster.config == kARGB_8888_RasterConfig ? kN32_SkColorType :
300 layerState.raster.config == kRGB_565_RasterConfig ? kRGB_565_SkColorType :
309 layerState.raster.pixels, (size_t) layerState.raster.rowBytes);
/external/freetype/
H A DAndroid.mk31 src/raster/raster.c \
/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 Dftgrays.c39 /* details on how the raster works. */
1790 /* Set up state in the raster object */
1918 gray_raster_render( gray_PRaster raster, argument
1926 if ( !raster || !raster->buffer || !raster->buffer_size )
1943 worker = raster->worker;
1982 gray_init_cells( RAS_VAR_ raster->buffer, raster->buffer_size );
1987 ras.band_size = raster
2041 gray_PRaster raster = NULL; local
2068 gray_raster_reset( FT_Raster raster, char* pool_base, long pool_size ) argument
2104 gray_raster_set_mode( FT_Raster raster, unsigned long mode, void* args ) argument
[all...]
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 );
/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. */
1809 /* Set up state in the raster object */
1937 gray_raster_render( gray_PRaster raster, argument
1951 if ( !raster )
2052 gray_raster_done( FT_Raster raster )
2055 FT_UNUSED( raster );
2065 gray_PRaster raster = NULL; local
2069 if ( !FT_ALLOC( raster, sizeof ( gray_TRaster ) ) )
2071 raster->memory = memory;
2072 *araster = (FT_Raster)raster;
2092 gray_raster_reset( FT_Raster raster, char* pool_base, long pool_size ) argument
2103 gray_raster_set_mode( FT_Raster raster, unsigned long mode, void* args ) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c102 struct pipe_rasterizer_state raster; local
110 memset(&raster, 0, sizeof(struct pipe_rasterizer_state));
111 raster.gl_rasterization_rules = 1;
112 raster.depth_clip = 1;
113 cso_set_rasterizer(r->cso, &raster);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c74 struct pipe_rasterizer_state raster; local
83 memset(&raster, 0, sizeof(struct pipe_rasterizer_state));
84 raster.gl_rasterization_rules = 1;
85 raster.depth_clip = 1;
86 cso_set_rasterizer(r->cso, &raster);

Completed in 2114 milliseconds

12