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

1234

/external/chromium_org/third_party/mesa/src/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 Dmodule.mk20 $(ECHO_DRIVER)raster $(ECHO_DRIVER_DESC)monochrome bitmap renderer$(ECHO_DRIVER_DONE)
H A Drules.mk16 # raster driver directory
18 RASTER_DIR := $(SRC_DIR)/raster
25 # raster driver sources (i.e., C files)
32 # raster driver headers
38 # raster driver object(s)
44 RASTER_DRV_OBJ_S := $(OBJ_DIR)/raster.$O
46 # raster driver source file for single build
48 RASTER_DRV_SRC_S := $(RASTER_DIR)/raster.c
51 # raster driver - single object
58 # raster drive
[all...]
H A Drastpic.h5 /* The FreeType position independent code services for raster module. */
43 ( (RasterPIC*)( (lib)->pic_container.raster ) )
/external/chromium-trace/trace-viewer/src/cc/
H A Draster_task_slice_view.css5 .raster-task-slice-view {
10 .raster-task-slice-view > object-snapshot-view {
H A Dpicture.js129 var raster = window.chrome.skiaBenchmarking.rasterize(
142 if (raster) {
145 canvas.width = raster.width;
146 canvas.height = raster.height;
147 var imageData = ctx.createImageData(raster.width, raster.height);
148 imageData.data.set(new Uint8ClampedArray(raster.data));
/external/chromium_org/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 ) )
/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 ) )
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftpic.h44 void* raster; member in struct:FT_PIC_Container_
/external/freetype/include/internal/
H A Dftpic.h44 void* raster; member in struct:FT_PIC_Container_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftpic.h44 void* raster; member in struct:FT_PIC_Container_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftpic.h44 void* raster; member in struct:FT_PIC_Container_
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/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 */
264 /* A structure used to describe a bitmap or pixmap to the raster. */
835 /* A raster is a scan converter, in charge of rendering an outline into */
848 /* raster */
868 /* A handle (pointer) to a raster object. Each object can be used */
1069 /* A structure to hold the arguments used by a raster's render */
1102 /* raster will call the `gray_spans' callback to draw gray pixel */
1134 /* A function used to create a new raster object. */
1140 /* raster
[all...]
/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 */
264 /* A structure used to describe a bitmap or pixmap to the raster. */
835 /* A raster is a scan converter, in charge of rendering an outline into */
848 /* raster */
868 /* A handle (pointer) to a raster object. Each object can be used */
1069 /* A structure to hold the arguments used by a raster's render */
1102 /* raster will call the `gray_spans' callback to draw gray pixel */
1134 /* A function used to create a new raster object. */
1140 /* raster
[all...]
/external/pdfium/core/include/thirdparties/freetype/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 */
264 /* A structure used to describe a bitmap or pixmap to the raster. */
835 /* A raster is a scan converter, in charge of rendering an outline into */
848 /* raster */
868 /* A handle (pointer) to a raster object. Each object can be used */
1069 /* A structure to hold the arguments used by a raster's render */
1102 /* raster will call the `gray_spans' callback to draw gray pixel */
1134 /* A function used to create a new raster object. */
1140 /* raster
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 */
264 /* A structure used to describe a bitmap or pixmap to the raster. */
835 /* A raster is a scan converter, in charge of rendering an outline into */
848 /* raster */
868 /* A handle (pointer) to a raster object. Each object can be used */
1069 /* A structure to hold the arguments used by a raster's render */
1102 /* raster will call the `gray_spans' callback to draw gray pixel */
1134 /* A function used to create a new raster object. */
1140 /* raster
[all...]
/external/chromium_org/printing/
H A Demf_win_unittest.cc220 scoped_ptr<Emf> raster(emf.RasterizeMetafile(1));
222 EXPECT_EQ(emf.GetPageBounds(1), raster->GetPageBounds(1));
224 raster = emf.RasterizeMetafile(20);
225 EXPECT_EQ(emf.GetPageBounds(1), raster->GetPageBounds(1));
227 raster = emf.RasterizeMetafile(16 * 1024 * 1024);
229 EXPECT_LE(abs(int(raster->GetDataSize()) - 64 * 1024 * 1024), 1024 * 1024);
231 EXPECT_EQ(emf.GetPageBounds(1), raster->GetPageBounds(1));

Completed in 1383 milliseconds

1234