Searched refs:tiley (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkBitmapProcState_matrixProcs.cpp | 74 template <unsigned (*tilex)(SkFixed, int), unsigned (*tiley)(SkFixed, int), bool tryDecal> 83 *xy++ = tiley(mapper.fixedY(), s.fPixmap.height() - 1); in nofilter_scale() 120 template <unsigned (*tilex)(SkFixed, int), unsigned (*tiley)(SkFixed, int)> 135 *xy++ = (tiley(SkFractionalIntToFixed(fy), maxY) << 16) in nofilter_affine() 142 // used when both tilex and tiley are clamp 150 //used when one of tilex and tiley is not clamp 165 template <unsigned (*tilex)(SkFixed, int), unsigned (*tiley)(SkFixed, int), unsigned (*extract_low_bits)(SkFixed, int), bool tryDecal> 177 *xy++ = pack<tiley, extract_low_bits>(mapper.fixedY(), maxY, s.fFilterOneY); in filter_scale() 202 template <unsigned (*tilex)(SkFixed, int), unsigned (*tiley)(SkFixed, int), unsigned (*extract_low_bits)(SkFixed, int)> 219 *xy++ = pack<tiley, extract_low_bit in filter_affine() [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | image.c | 433 tiley; /* Row within tile */ in _cupsImagePutCol() local 455 tiley = y / CUPS_TILE_SIZE; in _cupsImagePutCol() 464 img->tiles[tiley][tilex].dirty = 1; in _cupsImagePutCol() 465 tiley ++; in _cupsImagePutCol() 507 tiley; /* Row within tile */ in _cupsImagePutRow() local 528 tiley = y / CUPS_TILE_SIZE; in _cupsImagePutRow() 537 img->tiles[tiley][tilex].dirty = 1; in _cupsImagePutRow() 698 tiley, /* Row within tile */ in get_tile() local 718 for (tiley = 0; tiley < ytile in get_tile() [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_debug.c | 309 debug_triangle(int tilex, int tiley, in debug_triangle() argument 331 IMUL64(plane[nr_planes].dcdy, tiley) - in debug_triangle()
|
/third_party/ffmpeg/libavcodec/ |
H A D | j2kenc.c | 456 int tileno, tilex, tiley, compno; in init_tiles() local 466 for (tileno = 0, tiley = 0; tiley < s->numYtiles; tiley++) in init_tiles() 484 comp->coord[1][0] = comp->coord_o[1][0] = tiley * s->tile_height; in init_tiles() 485 comp->coord[1][1] = comp->coord_o[1][1] = FFMIN((tiley+1)*s->tile_height, s->height); in init_tiles()
|
H A D | jpeg2000dec.c | 1013 int tiley = tileno / s->numXtiles; in init_tile() local 1021 tile->coord[1][0] = av_clip(tiley * (int64_t)s->tile_height + s->tile_offset_y, s->image_offset_y, s->height); in init_tile() 1022 tile->coord[1][1] = av_clip((tiley + 1) * (int64_t)s->tile_height + s->tile_offset_y, s->image_offset_y, s->height); in init_tile()
|
Completed in 11 milliseconds