Searched refs:invHeight (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/shaders/ |
D | SkImageShader.cpp | 511 ctx->invHeight = 1.0f / ctx->height; in doStages() 538 ctx->invHeight = 1.0f / ctx->height; in doStages()
|
/third_party/flutter/skia/src/core/ |
D | SkRasterPipeline.h | 150 float invWidth, invHeight; member
|
/third_party/skia/src/core/ |
D | SkRasterPipeline.h | 153 float invWidth, invHeight; member
|
/third_party/skia/src/shaders/ |
D | SkImageShader.cpp | 570 ctx->invHeight = 1.0f / ctx->height; in doStages() 597 ctx->invHeight = 1.0f / ctx->height; in doStages()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 3695 const float invHeight = 1.0f / height; in onRegenerateMipMapLevels() local 3697 invWidth, (width - 1) * invWidth, invHeight, (height - 1) * invHeight)); in onRegenerateMipMapLevels()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 3544 const float invHeight = 1.0f / height; in onRegenerateMipMapLevels() local 3546 invWidth, (width - 1) * invWidth, invHeight, (height - 1) * invHeight)); in onRegenerateMipMapLevels()
|
/third_party/flutter/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 2634 y = tile(y, ctx->tileY, ctx->height, ctx->invHeight); in sample() 4001 y = tile(y, ctx->tileY, ctx->height, ctx->invHeight);
|
/third_party/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 2723 y = tile(y, ctx->tileY, ctx->height, ctx->invHeight); in sample()
|