Searched refs:exclusive_repeat (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 1794 SI F exclusive_repeat(F v, const SkRasterPipeline_TileCtx* ctx) { in exclusive_repeat() function 1805 STAGE(repeat_x, const SkRasterPipeline_TileCtx* ctx) { r = exclusive_repeat(r, ctx); } in STAGE() 1806 STAGE(repeat_y, const SkRasterPipeline_TileCtx* ctx) { g = exclusive_repeat(g, ctx); } in STAGE()
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 2276 SI F exclusive_repeat(F v, const SkRasterPipeline_TileCtx* ctx) { in exclusive_repeat() function 2287 STAGE(repeat_x, const SkRasterPipeline_TileCtx* ctx) { r = exclusive_repeat(r, ctx); } in STAGE() 2288 STAGE(repeat_y, const SkRasterPipeline_TileCtx* ctx) { g = exclusive_repeat(g, ctx); } in STAGE()
|