OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imgX
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_zoom.h
33
_swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint
imgX
, GLint imgY,
37
_swrast_write_zoomed_rgb_span(struct gl_context *ctx, GLint
imgX
, GLint imgY,
41
_swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint
imgX
, GLint imgY,
46
_swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint
imgX
, GLint imgY,
51
_swrast_write_zoomed_z_span(struct gl_context *ctx, GLint
imgX
, GLint imgY,
s_zoom.c
131
zoom_span( struct gl_context *ctx, GLint
imgX
, GLint imgY, const SWspan *span,
139
if (!compute_zoomed_bounds(ctx,
imgX
, imgY, span->x, span->y, span->end,
215
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
225
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
235
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
247
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
260
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
273
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
287
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
332
_swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint
imgX
, GLint imgY
[
all
...]
s_drawpix.c
415
const GLint
imgX
= x, imgY = y;
480
_swrast_write_zoomed_rgba_span(ctx,
imgX
, imgY, &span, rgba);
554
const GLint
imgX
= x, imgY = y;
615
_swrast_write_zoomed_z_span(ctx,
imgX
, imgY, width, x,
631
_swrast_write_zoomed_stencil_span(ctx,
imgX
, imgY, width,
/external/mesa3d/src/mesa/swrast/
s_zoom.h
33
_swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint
imgX
, GLint imgY,
37
_swrast_write_zoomed_rgb_span(struct gl_context *ctx, GLint
imgX
, GLint imgY,
41
_swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint
imgX
, GLint imgY,
46
_swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint
imgX
, GLint imgY,
51
_swrast_write_zoomed_z_span(struct gl_context *ctx, GLint
imgX
, GLint imgY,
s_zoom.c
131
zoom_span( struct gl_context *ctx, GLint
imgX
, GLint imgY, const SWspan *span,
139
if (!compute_zoomed_bounds(ctx,
imgX
, imgY, span->x, span->y, span->end,
215
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
225
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
235
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
247
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
260
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
273
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
287
GLint j = unzoom_x(ctx->Pixel.ZoomX,
imgX
, x0 + i) - span->x;
332
_swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint
imgX
, GLint imgY
[
all
...]
s_drawpix.c
415
const GLint
imgX
= x, imgY = y;
480
_swrast_write_zoomed_rgba_span(ctx,
imgX
, imgY, &span, rgba);
554
const GLint
imgX
= x, imgY = y;
615
_swrast_write_zoomed_z_span(ctx,
imgX
, imgY, width, x,
631
_swrast_write_zoomed_stencil_span(ctx,
imgX
, imgY, width,
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticlePointMesh.java
145
int
imgX
= p.imageIndex % imagesX;
146
int imgY = (p.imageIndex -
imgX
) / imagesY;
148
float startX = ((float)
imgX
) / imagesX;
ParticleTriMesh.java
249
int
imgX
= p.imageIndex % imagesX;
250
int imgY = (p.imageIndex -
imgX
) / imagesY;
252
float startX = ((float)
imgX
) / imagesX;
Completed in 554 milliseconds