Home
last modified time | relevance | path

Searched refs:raster (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c68 struct pipe_rasterizer_state *raster = &st->state.rasterizer; in st_update_rasterizer() local
71 memset(raster, 0, sizeof(*raster)); in st_update_rasterizer()
76 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW); in st_update_rasterizer()
80 raster->front_ccw ^= 1; in st_update_rasterizer()
91 raster->front_ccw ^= 1; in st_update_rasterizer()
96 raster->flatshade = !st->lower_flatshade && in st_update_rasterizer()
99 raster->flatshade_first = ctx->Light.ProvokingVertex == in st_update_rasterizer()
104 raster->light_twoside = _mesa_vertex_program_two_side_enabled(ctx); in st_update_rasterizer()
107 raster->clamp_vertex_color = !st->clamp_vert_color_in_shader && in st_update_rasterizer()
115 raster->cull_face = PIPE_FACE_FRONT; in st_update_rasterizer()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dtiffdec.c163 uint32_t* raster; in ReadTIFF() local
198 sizeof(*raster))) { in ReadTIFF()
208 alloc_size = (int64_t)((uint64_t)width * height * sizeof(*raster)); in ReadTIFF()
211 raster = (uint32*)_TIFFmalloc((tsize_t)alloc_size); in ReadTIFF()
212 if (raster != NULL) { in ReadTIFF()
213 if (TIFFReadRGBAImageOriented(tif, width, height, raster, in ReadTIFF()
215 const int stride = width * sizeof(*raster); in ReadTIFF()
220 TIFFSwabArrayOfLong(raster, width * height); in ReadTIFF()
226 uint8_t* tmp = (uint8_t*)raster; in ReadTIFF()
233 ? WebPPictureImportRGBA(pic, (const uint8_t*)raster, stride) in ReadTIFF()
[all …]
/third_party/skia/third_party/externals/libwebp/imageio/
Dtiffdec.c164 uint32_t* raster; in ReadTIFF() local
198 stride = (uint64_t)image_width * sizeof(*raster); in ReadTIFF()
216 (uint64_t)tile_width * sizeof(*raster), tile_height)) { in ReadTIFF()
233 raster = (uint32*)_TIFFmalloc((tsize_t)alloc_size); in ReadTIFF()
234 if (raster != NULL) { in ReadTIFF()
235 if (TIFFReadRGBAImageOriented(tif, image_width, image_height, raster, in ReadTIFF()
241 TIFFSwabArrayOfLong(raster, image_width * image_height); in ReadTIFF()
247 uint8_t* tmp = (uint8_t*)raster; in ReadTIFF()
254 ? WebPPictureImportRGBA(pic, (const uint8_t*)raster, (int)stride) in ReadTIFF()
255 : WebPPictureImportRGBX(pic, (const uint8_t*)raster, (int)stride); in ReadTIFF()
[all …]
/third_party/flutter/skia/src/utils/
DSkCanvasStateUtils.cpp71 } raster; member
199 layerState->raster.config = kARGB_8888_RasterConfig; in CaptureCanvasState()
202 layerState->raster.config = kRGB_565_RasterConfig; in CaptureCanvasState()
207 layerState->raster.rowBytes = pmap.rowBytes(); in CaptureCanvasState()
208 layerState->raster.pixels = pmap.writable_addr(); in CaptureCanvasState()
258 layerState.raster.config == kARGB_8888_RasterConfig ? kN32_SkColorType : in make_canvas_from_canvas_layer()
259 layerState.raster.config == kRGB_565_RasterConfig ? kRGB_565_SkColorType : in make_canvas_from_canvas_layer()
268 layerState.raster.pixels, (size_t) layerState.raster.rowBytes); in make_canvas_from_canvas_layer()
/third_party/flutter/skia/third_party/externals/freetype/src/raster/
DJamfile1 # FreeType 2 src/raster Jamfile
12 SubDir FT2_TOP $(FT2_SRC_DIR) raster ;
26 _sources = raster ;
32 # end of src/raster Jamfile
Drules.mk18 RASTER_DIR := $(SRC_DIR)/raster
46 RASTER_DRV_OBJ_S := $(OBJ_DIR)/raster.$O
50 RASTER_DRV_SRC_S := $(RASTER_DIR)/raster.c
/third_party/skia/src/utils/
DSkCanvasStateUtils.cpp71 } raster; member
207 layerState->raster.config = kARGB_8888_RasterConfig; in CaptureCanvasState()
210 layerState->raster.config = kRGB_565_RasterConfig; in CaptureCanvasState()
215 layerState->raster.rowBytes = pmap.rowBytes(); in CaptureCanvasState()
216 layerState->raster.pixels = pmap.writable_addr(); in CaptureCanvasState()
264 layerState.raster.config == kARGB_8888_RasterConfig ? kN32_SkColorType : in make_canvas_from_canvas_layer()
265 layerState.raster.config == kRGB_565_RasterConfig ? kRGB_565_SkColorType : in make_canvas_from_canvas_layer()
274 layerState.raster.pixels, (size_t) layerState.raster.rowBytes); in make_canvas_from_canvas_layer()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c382 struct svga_rasterizer_state *raster = (struct svga_rasterizer_state *)state; in svga_bind_rasterizer_state() local
384 if (!raster || !svga->curr.rast) { in svga_bind_rasterizer_state()
388 if (raster->templ.poly_stipple_enable != in svga_bind_rasterizer_state()
392 if (raster->templ.rasterizer_discard != in svga_bind_rasterizer_state()
398 svga->curr.rast = raster; in svga_bind_rasterizer_state()
408 struct svga_rasterizer_state *raster = in svga_delete_rasterizer_state() local
413 raster->id)); in svga_delete_rasterizer_state()
415 if (raster->id == svga->state.hw_draw.rasterizer_id) in svga_delete_rasterizer_state()
418 util_bitmask_clear(svga->rast_object_id_bm, raster->id); in svga_delete_rasterizer_state()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_window_pos.txt39 In order to set the current raster position to a specific window
47 raster position in window coordinates, bypassing the modelview matrix, the
49 testing is not performed, so that the current raster position is always
52 This greatly simplifies the process of setting the current raster position
108 (7) What about the raster fog coordinate?
127 the current raster fog coordinate). The setting of the fog
138 both the CURRENT_RASTER_DISTANCE and current raster fog coordinate
141 (8) What about the secondary raster color?
144 raster secondary color is set by taking the current secondary color and
147 If EXT_secondary_color is not supported, the current raster secondary
[all …]
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftsmooth.c35 return render->clazz->raster_class->raster_set_mode( render->raster, in ft_smooth_set_mode()
103 render->clazz->raster_class->raster_reset( render->raster, NULL, 0 ); in ft_smooth_init()
163 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcd()
173 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcd()
183 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcd()
220 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcdv()
230 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcdv()
241 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcdv()
264 render->clazz->raster_class->raster_reset( render->raster, NULL, 0 ); in ft_smooth_init()
292 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcd()
[all …]
/third_party/freetype/src/smooth/
Dftsmooth.c35 return render->clazz->raster_class->raster_set_mode( render->raster, in ft_smooth_set_mode()
103 render->clazz->raster_class->raster_reset( render->raster, NULL, 0 ); in ft_smooth_init()
163 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcd()
173 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcd()
183 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcd()
220 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcdv()
230 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcdv()
241 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcdv()
264 render->clazz->raster_class->raster_reset( render->raster, NULL, 0 ); in ft_smooth_init()
292 error = render->raster_render( render->raster, &params ); in ft_smooth_raster_lcd()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/smooth/
Dftsmooth.c53 render->clazz->raster_class->raster_reset( render->raster, NULL, 0 ); in ft_smooth_init()
66 return render->clazz->raster_class->raster_set_mode( render->raster, in ft_smooth_set_mode()
205 error = render->raster_render( render->raster, &params ); in ft_smooth_render_generic()
270 error = render->raster_render( render->raster, &params ); in ft_smooth_render_generic()
278 error = render->raster_render( render->raster, &params ); in ft_smooth_render_generic()
287 error = render->raster_render( render->raster, &params ); in ft_smooth_render_generic()
331 error = render->raster_render( render->raster, &params ); in ft_smooth_render_generic()
339 error = render->raster_render( render->raster, &params ); in ft_smooth_render_generic()
348 error = render->raster_render( render->raster, &params ); in ft_smooth_render_generic()
360 error = render->raster_render( render->raster, &params ); in ft_smooth_render_generic()
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftbsdf.c1180 BSDF_PRaster raster = NULL; in bsdf_raster_new() local
1183 if ( !FT_NEW( raster ) ) in bsdf_raster_new()
1184 raster->memory = memory; in bsdf_raster_new()
1186 *araster = raster; in bsdf_raster_new()
1194 bsdf_raster_reset( FT_Raster raster, in bsdf_raster_reset() argument
1198 FT_UNUSED( raster ); in bsdf_raster_reset()
1206 bsdf_raster_set_mode( FT_Raster raster, in bsdf_raster_set_mode() argument
1210 FT_UNUSED( raster ); in bsdf_raster_set_mode()
1220 bsdf_raster_render( FT_Raster raster, in bsdf_raster_render() argument
1229 BSDF_TRaster* bsdf_raster = (BSDF_TRaster*)raster; in bsdf_raster_render()
[all …]
/third_party/openGLES/extensions/ARB/
DARB_window_pos.txt49 In order to set the current raster position to a specific window
57 raster position in window coordinates, bypassing the modelview matrix, the
59 testing is not performed, so that the current raster position is always
62 This greatly simplifies the process of setting the current raster position
118 (7) What about the raster fog coordinate?
137 the current raster fog coordinate). The setting of the fog
148 both the CURRENT_RASTER_DISTANCE and current raster fog coordinate
151 (8) What about the secondary raster color?
154 raster secondary color is set by taking the current secondary color and
157 If EXT_secondary_color is not supported, the current raster secondary
[all …]
/third_party/freetype/src/raster/
Drules.mk18 RASTER_DIR := $(SRC_DIR)/raster
46 RASTER_DRV_OBJ_S := $(OBJ_DIR)/raster.$O
50 RASTER_DRV_SRC_S := $(RASTER_DIR)/raster.c
/third_party/flutter/skia/docs/examples/
DImage_makeRasterImage.cpp14 sk_sp<SkImage> raster(image->makeRasterImage());
15 canvas->drawImage(raster, 0, 0);
16 canvas->drawString(label, 20, raster->height() / 4, paint);
/third_party/skia/third_party/externals/freetype/src/raster/
Drules.mk18 RASTER_DIR := $(SRC_DIR)/raster
46 RASTER_DRV_OBJ_S := $(OBJ_DIR)/raster.$O
50 RASTER_DRV_SRC_S := $(RASTER_DIR)/raster.c
/third_party/skia/docs/examples/
DImage_makeRasterImage.cpp19 sk_sp<SkImage> raster(image->makeRasterImage()); in draw() local
20 canvas->drawImage(raster, 0, 0); in draw()
21 canvas->drawString(label, 20, raster->height() / 4, font, paint); in draw()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftimage.h1100 FT_Raster* raster );
1118 (*FT_Raster_DoneFunc)( FT_Raster raster );
1152 (*FT_Raster_ResetFunc)( FT_Raster raster,
1180 (*FT_Raster_SetModeFunc)( FT_Raster raster,
1218 (*FT_Raster_RenderFunc)( FT_Raster raster,
/third_party/freetype/include/freetype/
Dftimage.h1078 FT_Raster* raster );
1096 (*FT_Raster_DoneFunc)( FT_Raster raster );
1130 (*FT_Raster_ResetFunc)( FT_Raster raster,
1158 (*FT_Raster_SetModeFunc)( FT_Raster raster,
1196 (*FT_Raster_RenderFunc)( FT_Raster raster,
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dftimage.h1065 FT_Raster* raster );
1083 (*FT_Raster_DoneFunc)( FT_Raster raster );
1117 (*FT_Raster_ResetFunc)( FT_Raster raster,
1145 (*FT_Raster_SetModeFunc)( FT_Raster raster,
1183 (*FT_Raster_RenderFunc)( FT_Raster raster,
/third_party/openGLES/extensions/IBM/
DIBM_rasterpos_clip.txt24 provides an enable that allows a raster position that would normally be
30 because of an invalid raster position.
53 In Section 2.12, the behavior of valid bit of the raster position with
59 saved as the current raster position, and the valid bit is set. If
69 as the current raster position, and the valid bit is set. Otherwise,
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/
DIBM_rasterpos_clip.txt24 provides an enable that allows a raster position that would normally be
30 because of an invalid raster position.
53 In Section 2.12, the behavior of valid bit of the raster position with
59 saved as the current raster position, and the valid bit is set. If
69 as the current raster position, and the valid bit is set. Otherwise,
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DMESA_window_pos.txt33 In order to set the current raster position to a specific window
41 current raster position, bypassing the modelview matrix, the
45 This greatly simplifies the process of setting the current raster
84 Alternately, the current raster position may be set by one of the
97 clip test operation always passes. The current raster position values
99 color, color index and texture coordinate update the current raster
/third_party/openGLES/extensions/MESA/
DMESA_window_pos.txt33 In order to set the current raster position to a specific window
41 current raster position, bypassing the modelview matrix, the
45 This greatly simplifies the process of setting the current raster
84 Alternately, the current raster position may be set by one of the
97 clip test operation always passes. The current raster position values
99 color, color index and texture coordinate update the current raster

12345678910>>...15